EIP-1898 Support #3165
Unanswered
infloop
asked this question in
Idea / Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Do you have plans to have support for EIP-1898 (https://eips.ethereum.org/EIPS/eip-1898)? I'd like to create a PR for that.
Although this EIP is marked as stagnant, it is widely supported by most clients and actively used in production to retrieve deterministic state from Ethereum RPCs. It enables clients to unambiguously specify the block they want to query for certain RPC methods.
RPC methods affected by EIP-1898:
Examples
Before EIP-1898:
After EIP-1898:
Usage
Extra
Clients and services that support EIP-1898:
Other links:
ethers-io/ethers.js#2808
Beta Was this translation helpful? Give feedback.
All reactions