Rollup Migration Guide
Migrating rollup integrations from Mainnet 0 to Mainnet 1
If you have a rollup using the Espresso network version 0 for confirmations, some changes are necessary in order to be compatible with version 1. These changes should be minimal. They must be completed before April 15 for the Decaf testnet. There is no date yet for upgrading Mainnet rollups.
Estimated Effort: 1 engineer-day
Rust Integrations
Update dependencies:
The following types have been moved to different modules, so you may have to adjust some import statements:
Go Integrations
Update the Espresso Go SDK:
All Integrations
Change the API you use to connect to the Espresso query service from
v0
tov1
(as inhttps://query.decaf.testnet.espresso.network/v1
orhttps://query.main.net.espresso.network/v1
.Test your integration with the new version of Espresso. You can run a local Espresso network in
v1
mode using a fork of the Espresso dev node, with the usual options:ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20250412-dev-node-pos-preview
Last updated