Skip to content
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

Merged
merged 11 commits into from
Aug 3, 2023
Merged

Storage gaps #319

merged 11 commits into from
Aug 3, 2023

Commits on May 15, 2023

  1. 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]>
    4 people authored May 15, 2023
    Configuration menu
    Copy the full SHA
    47c733e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Convert StakeManagerLib and ChildChainLib to abstract contracts. Add …

    …storage gaps for these contracts
    drinkcoffee committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8da70d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    80a14ce View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Change storage gap variable names to __gap and private storage variab…

    …les now start with an underscore.
    drinkcoffee committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    762c249 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Rebased to dev branch

    drinkcoffee committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d0efbcd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    f366b67 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fixed prettier issues

    drinkcoffee committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3c3b121 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    210ca80 View commit details
    Browse the repository at this point in the history
  2. Fix slither issues

    drinkcoffee committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    13105ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #281 from drinkcoffee/storage-gaps

    Prepare for enhancement of Stake Manager contracts
    gretzke authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    942dbf9 View commit details
    Browse the repository at this point in the history
  4. fix coverage

    gretzke committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    84fc4d0 View commit details
    Browse the repository at this point in the history