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
Right now, the storage is a mutable store but it really should be an append-only log so that the state can be recreated and history replayed. This is not required at the moment but really nice to have.
Right now, the storage is a mutable store but it really should be an append-only log so that the state can be recreated and history replayed. This is not required at the moment but really nice to have.
Explore using
hyperlogorhyperdbfor this.