mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-25 03:28:57 +00:00
8bf581e72d
* Cleanup unused exp_getProofsByBlockNumber endpoint.
7 lines
307 B
Markdown
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.
|