nimbus-eth1/nimbus/rpc/TODO-P2P.md
web3-developer 8bf581e72d
Cleanup unused exp_getProofsByBlockNumber endpoint (#2577)
* Cleanup unused exp_getProofsByBlockNumber endpoint.
2024-08-23 22:39:33 +08:00

7 lines
307 B
Markdown

After change to the *Aristo* single state database, the proof logic in
*p2p.nim* is not supported anymore.
The proof logic in question refers to functions *state_db.getAccountProof()*
and *state_db.getStorageProof()* which used now unsupported internal access
to the differently organised legacy database.