mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-19 00:31:20 +00:00
e9eae4df70
* CoreDb: Remove crufty second/off-site KVT why: Was used to allow late `Clique` to store directly to disk * CoreDb: Remove prune flag related functionality why: Is completely legacy stuff * CoreDb: Remove dependence on legacy API (tests unsupported yet) why: Does not fully support Aristo * Re-factoring `state_db` using new API details: Only minimum changes needed to compile `nimbus` * Update tests and aux modules * Turn off legacy API and remove `distinct_tries` comment: The legacy API has now cruft status, will be removed soon * Fix copyright years * Update rpc for verified proxy --------- Co-authored-by: Jacek Sieka <jacek@status.im>
7 lines
330 B
Markdown
7 lines
330 B
Markdown
After change to the *Aristo* single state database, the proof logic in
|
|
*p2p.nim* and *experimental.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.
|