cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
58 stars 32 forks source link

Support snapshot and rollback in `--rollup-inspect-state` #199

Closed edubart closed 3 months ago

edubart commented 4 months ago

Context

--rollup-inspect-state is not calling snapshot and rollback, it should for people wanting to use remote cartesi machine via the cli, to allow performing multiple inspects.

edubart commented 4 months ago

Diego fixed this in https://github.com/cartesi/machine-emulator/commit/8d38f44796ab4b4c2b85312ccc94339c9de83e30 we need to cherry pick the commit.

edubart commented 3 months ago

This feature was already merged.