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

Conversation

gretzke
Copy link
Contributor

@gretzke gretzke commented Aug 2, 2023

No description provided.

wschwab and others added 11 commits May 15, 2023 20:37
* 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]>
Prepare for enhancement of Stake Manager contracts
@gretzke gretzke requested a review from QEDK August 2, 2023 23:54
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Pull Request Test Coverage Report for Build 5744936184

  • 0 of 41 (0.0%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 78.848%

Changes Missing Coverage Covered Lines Changed/Added Lines %
contracts/root/staking/StakeManagerChildData.sol 0 9 0.0%
contracts/root/staking/StakeManagerStakingData.sol 0 14 0.0%
contracts/root/staking/StakeManager.sol 0 18 0.0%
Files with Coverage Reduction New Missed Lines %
contracts/root/staking/StakeManager.sol 1 0%
Totals Coverage Status
Change from base Build 5680418692: 0.05%
Covered Lines: 1370
Relevant Lines: 1691

💛 - Coveralls

@gretzke gretzke merged commit 1f564c2 into dev Aug 3, 2023
7 checks passed
@gretzke gretzke deleted the storage-gaps branch August 3, 2023 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants