Implement eth_getProof
for "latest" Tag in Erigon 3 #13201
Open
Description
opened on Dec 20, 2024
Description:
Add support for the eth_getProof
JSON-RPC method in Erigon 3 to handle the "latest" tag, enabling retrieval of account and storage proofs for the most recent block.
Tasks:
- Update the
eth_getProof
method to support the "latest" tag. - Ensure accurate proof generation for accounts and storage.
Acceptance Criteria:
eth_getProof
works with the "latest" tag and returns correct data.
Activity