Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

1116 init validation solidity v0.6 #1124

Closed

Conversation

HeikoFisch
Copy link
Contributor

Port the changes in the contracts and tests that were made for the upgrade to Solidity v0.6 and OpenZeppelin v3.0 to the init validation WIP.

... in every Solidity source file.
... to prevent shadowing the state variable with the same name.
OpenZeppelin's ECDSA library now reverts more aggressively, so there
were some mismatches in revert messages.
... concerning state mutability restrictions (pure/view) in
`CounterfactualApp`.
Replace self-written assembly code to check whether the multisig proxy
for a given address has already been deployed with a function provided
by OpenZeppelin.
ERC20 contract needs two constructor arguments (name and symbol of the
token) in OpenZeppelin v3.0.
@ArjunBhuptani
Copy link
Member

Closing this because we've closed #1117 for now as well

@HeikoFisch HeikoFisch deleted the 1116-init-validation-solidity-v0.6 branch August 4, 2020 10:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants