You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
* Bump solidity version to 0.5.4
* Upgrade openzeppelin and canonical-weth and move declarations of variables of multi-return functions to work with new solc compiler
* Update compile script
* Add .env to gitignore
* Add explicit modifiers for calldata and memory for parameters
* Handle other compile errors like explicit conversions between uint and byte, contract to address, and cleaning up DappHub code
* Fix explicit data locations for IssuanceLibrary
* Add more call data location parameters
* Fix typo in comment
* Allow for unlimited contract size in development
* Use leapdao solidity coverage for 0.5 solidity support
* Fix specs using deep include
* Remove unused variables from parameters
* Refactor coreissuance to take up less bytecode and remove allowUnlimitedContractSize
* modify create to creatSet
* REorder checks
* Add back check
0 commit comments