Skip to content

Conversation

jona
Copy link
Owner

@jona jona commented Aug 28, 2021

No description provided.

abarmat and others added 24 commits August 9, 2021 10:37
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 and others added 25 commits September 2, 2021 14:48
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants