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
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.
The text was updated successfully, but these errors were encountered:
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:
eth_getProof
method to support the "latest" tag.Acceptance Criteria:
eth_getProof
works with the "latest" tag and returns correct data.The text was updated successfully, but these errors were encountered: