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
Using snapshots would enable us to implement features such as viewing and moving between blockchain history as well as undo/redo functionality. Snapshots would also simplify the code in multiple places. We would only have to store snapshots in the database instead of individual transaction executions, contract deployments, etc. Moreover, snapshots should be used for blockchain rollback as well as rebuilding the state which will provide a cleaner implementation.
The text was updated successfully, but these errors were encountered:
Using snapshots would enable us to implement features such as viewing and moving between blockchain history as well as undo/redo functionality. Snapshots would also simplify the code in multiple places. We would only have to store snapshots in the database instead of individual transaction executions, contract deployments, etc. Moreover, snapshots should be used for blockchain rollback as well as rebuilding the state which will provide a cleaner implementation.
The text was updated successfully, but these errors were encountered: