-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage gaps #319
Storage gaps #319
Commits on May 15, 2023
-
feat: implement mintable token predicate contracts (#234) (#236)
* build(deps-dev): bump @types/node from 20.1.1 to 20.1.3 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.1 to 20.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * feat: implement mintable token predicate contracts (#234) * feat: add ERC20 mintable predicates * test: add tests for root mintable ERC20 predicate * fix: mintable root erc20 predicate fixes * test: implement tests for child mintable erc20 predicate * feat: implement root mintable ERC721 predicate * feat: implement child mintable erc721 predicate * test: implement child mintable erc721 tests * test: implement root mintable erc721 predicate tests * feat: implement child mintable erc1155 predicate * feat: implement root mintable erc1155 predicate * test: implement root mintable erc1155 predicate tests * chore: minor doc fixes, fix slither * build(deps-dev): bump @openzeppelin/hardhat-upgrades Bumps [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-upgrades/releases) - [Commits](https://github.com/OpenZeppelin/openzeppelin-upgrades/compare/@openzeppelin/[email protected]...@openzeppelin/[email protected]) --- updated-dependencies: - dependency-name: "@openzeppelin/hardhat-upgrades" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: qedk <[email protected]> Co-authored-by: Daniel Gretzke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47c733e - Browse repository at this point
Copy the full SHA 47c733eView commit details
Commits on Jun 25, 2023
-
Convert StakeManagerLib and ChildChainLib to abstract contracts. Add …
…storage gaps for these contracts
Configuration menu - View commit details
-
Copy full SHA for 8da70d7 - Browse repository at this point
Copy the full SHA 8da70d7View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80a14ce - Browse repository at this point
Copy the full SHA 80a14ceView commit details
Commits on Jul 6, 2023
-
Change storage gap variable names to __gap and private storage variab…
…les now start with an underscore.
Configuration menu - View commit details
-
Copy full SHA for 762c249 - Browse repository at this point
Copy the full SHA 762c249View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0efbcd - Browse repository at this point
Copy the full SHA d0efbcdView commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f366b67 - Browse repository at this point
Copy the full SHA f366b67View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c3b121 - Browse repository at this point
Copy the full SHA 3c3b121View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 210ca80 - Browse repository at this point
Copy the full SHA 210ca80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13105ea - Browse repository at this point
Copy the full SHA 13105eaView commit details -
Merge pull request #281 from drinkcoffee/storage-gaps
Prepare for enhancement of Stake Manager contracts
Configuration menu - View commit details
-
Copy full SHA for 942dbf9 - Browse repository at this point
Copy the full SHA 942dbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84fc4d0 - Browse repository at this point
Copy the full SHA 84fc4d0View commit details