erigon
erigon copied to clipboard
Implement `eth_getProof` for "latest" Tag in Erigon 3
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_getProofmethod to support the "latest" tag. - Ensure accurate proof generation for accounts and storage.
Acceptance Criteria:
eth_getProofworks with the "latest" tag and returns correct data.