good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9e5f03b6 authored by Felix Lange's avatar Felix Lange Committed by GitHub
Browse files

core/state: access trie through Database interface, track errors (#14589)

With this commit, core/state's access to the underlying key/value database is
mediated through an interface. Database errors are tracked in StateDB and
returned by CommitTo or the new Error method.

Motivation for this change: We can remove the light client's duplicated copy of
core/state. The light client now supports node iteration, so tracing and storage
enumeration can work with the light client (not implemented in this commit).
parent bb366271
No related branches found
No related tags found
Loading
Showing
with 359 additions and 275 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment