cartesi / machine-emulator

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

fix: allow saving snapshots on first machine yield #235

Closed edubart closed 2 months ago

edubart commented 2 months ago

This will allows saving local machine snapshots on first yield. This usually worked without any special cli flag, but in the last release only works with --no-rollback, this PR make it work as before again.