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
Writing of complete state is inefficient. Especially on every block. We could amortize it by writing
Another option is to write UTXOs in DB directly. Has
We probably want to allow concrete blockchain implementors a lot of freedom in implementation of state handling. Different blockchain could allow for different optimizations. We may want to have/allow different database for blocks and state
State handling is complicated:
StateView?