The sandbox should provide some functionality to freeze the current state and restore to some checkpointed state. This would allow easier testing from known state rather than submitting some number of transactions to get back to that known state.
Docker provides some basics for this by taking advantage of the file system deltas
The sandbox should provide some functionality to freeze the current state and restore to some checkpointed state. This would allow easier testing from known state rather than submitting some number of transactions to get back to that known state.
Docker provides some basics for this by taking advantage of the file system deltas