Releases: zippiehq/cartesi-coprocessor
v1.1.0: release: fix to 1.1.0
Cartesi Coprocessor v1.1.0 released
To upgrade:
Update your Cartesi Coprocessor CLI to v1.5.5
Run 'cartesi-coprocessor stop-devnet' and 'cartesi-coprocessor reset-devnet' (this will nuke your published machines in the devnet and you'll need to re-publish them)
Fixes/New features:
CORS headers for solver get_preimage
Instability when a machine exited with an error - now solver keeps working (much better developer experience!)
GET /operators API for getting list of operators and sockets directly
SHA256 get_preimage
HTTP server logs in Solver, Operator
Caching for Operator dockerfile so we don't have to rebuild everything all the time
SHA256 image puts
Preimage hints and fixes for Ethereum storage access
Better trace points for operator, solver so it's clearer also during development what's actually going on
A number of fixes also went into the CLI such as:
No need to check out entire optimism monorepo when you're checking out the coprocessor devnet 🙂
'cartesi-coprocessor build' command
Ability to customize solver URL on CLI
Publish will start devnet if necessary
Publish-status is now obsolete and Publish will wait until the machine is fully uploaded and ready
Update-devnet and reset-devnet features (update-devnet has a bug that it uses pull in the wrong way, but reset-devnet works)
And improved docs based on feedback
Holesky solver and operator has also been updated to this new version.
Still missing: preimage, baselayer access docs, WIP
Hope you enjoy this new release and better development experiences! As usual, report any issues if you encounter them