edgeandnode / gateway

Graph Gateway
MIT License
8 stars 4 forks source link

chore(deps): update rust crate thegraph-core to v0.6.0 #926

Closed LNSD closed 2 months ago

LNSD commented 2 months ago

This new major version of the core crate breaks the previous public API. The types are now exported in the root module, and some alloy primitive types are also re-exported for compatibility reasons.

This release's most important change is replacing the deprecated ethers crate dependencies with the alloy signer crate. This is necessary to resolve #885