contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Contracts repository for The Graph protocol

Results 96 contracts issues
Sort by recently updated
recently updated
newest added

This PR adds support to GRE to allow using L1 and L2 chains simultaneously. This greatly simplifies interacting with the protocol. Note that this is on hardhat's roadmap (see https://github.com/NomicFoundation/hardhat/issues/2797)...

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.2 to 4.7.2. Release notes Sourced from @​openzeppelin/contracts's releases. v4.7.2 :warning: This is a patch for three issues, including a high severity issue in GovernorVotesQuorumFraction. For more...

dependencies

Bumps [@openzeppelin/contracts-upgradeable](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) from 3.4.2 to 4.7.2. Release notes Sourced from @​openzeppelin/contracts-upgradeable's releases. v4.7.2 :warning: This is a patch for three issues, including a high severity issue in GovernorVotesQuorumFraction. For more...

dependencies

Creating a branch and draft PR to keep track of any changes coming up from testing #552 and #582 on testnet(s).

This PR implements step 1.2 on the L2 validation plan with a script plus a test file that can be run to assert the scenario. >This scenario sets up and...

This PR adds task changes and e2e deployment tests for L1/L2. This allows us to validate steps 1.1 through 1.12 with tests (except 1.9 & 1.10 which are pending GRE...

## Summary We currently have no way to set `reserveRatio` in the GNS contract through governance. ## Solution Add a `setReserveRatio` function that allows us to set `reserverRatio`

discussion
GIP