forked from graphprotocol/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
effective reserve ratio for mint #1
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
Open
jona
wants to merge
53
commits into
dev
Choose a base branch
from
feature/initialization-phase
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…getEffectiveReserveRatio function
added effectiveReserveRatio function and advance blocks past initialization exit period
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/commits/v3.4.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
abarmat
reviewed
Sep 1, 2021
abarmat
reviewed
Sep 1, 2021
Update the README for the repo and other relevant docs
Add multicall for batched calls to the GNS By using a multicall a user can batch multiple operations into a single transaction. An example of this is if the owner publishing a subgraph decides to mint some signal on that subgraph. * Use convenience token utils for transferring tokens * Reduce bytecode by using an inline function for access * Introduce a multicall abstract contract for batch calls * Add security tests to multicall
- Update license - Allow batch transactions using multicall in the GNS (graphprotocol#485)
- Use SARIF json format - Ignore style detectora - Ignore third-party contracts and tests - Skip redundant hardhat compile
* add mythril reports and slither VSCode config * split analyze and myth scripts
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v4.4.15...v4.4.19) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/sindresorhus/semver-regex/releases) - [Commits](https://github.com/sindresorhus/semver-regex/commits) --- updated-dependencies: - dependency-name: semver-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ion-no-shares Revert when not enough precision to assign a delegation share
* staking: allow unstake with larger amount than available * staking: remove unused check and add comment
- Update GNS implementation address - Allow unstake passing a larger amount than available (graphprotocol#487) - Revert when not enough precision to assign a delegation share
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.