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

### Changes - Update test workflow to use node 16 and latest github actions - Add e2e workflow - Fix npm publish workflow (hopefully) Closes: #656, #628 Signed-off-by: Tomás Migone

# Motivation Based on discussions that have been going on in the past few months (see this [Forum discussion](https://forum.thegraph.com/t/roadmap-to-l2-utilization/2695/1)), it seems that there is interest in the community for scaling...

protocol change
audited
GIP

(This is Work in Progress and I'm still playing with ways of doing this, just putting the PR up for visibility and to get CI tests)

A couple of tests use hardcoded values due to them being set with function calls instead of init function: - RewardsManager --> issuanceRate - Staking --> delegationTaxPercentage This could be...

Instead of the usual `approve + delegate/stage` workflow we could make use of GRT's permit feature and combine both actions in a single transaction. User would call `stakeSig/delegateSig` with a...