You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Proposal:
To handle the impact of reorg,
thegraph
callseth_call
using blockHash instead of blockNumber.graphprotocol/graph-node#1905
The format of the call is defined at EIP-1898
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1898.md
Current behavior:
Currently
eth_call
can be only obtained by passing blockNumber (non EIP-1898-standard) to second argumentBut not
{"blockNumber": "0xcb"}
nor
{"blockHash": "0xd6fed18b7c54b0d8e8bda44aa86373ee047210ec30c2772a1a97d5e33574769d"}
Desired behavior:
Take WETH contract in Rinkeby as example
The text was updated successfully, but these errors were encountered: