Releases: celestiaorg/nitro
Nitro v3.2.1-rc.1
Release candidate for Celestia compatible Nitro v3.2.1
wasm root = 0xe81f986823a85105c5fd91bb53b4493d38c0c26652d23f76a7405ac889908287
docker image = ghcr.io/celestiaorg/nitro:v3.2.1-rc.1
v2.1.0 contracts can be found here
Note that beginning v3.0.0-rc.1 for Celestia DA and above, the "Celestia DA" logic has been moved into a "celestia da server", which you can find here
celestia-server docker image = ghcr.io/celestiaorg/nitro-das-celestia:v0.2.0
Nitro v3.1.2-rc.1
Release candidate for Celestia compatible Nitro v3.1.2
WASM module root = 0x5e232e13400a7e21622af756131353000516e4c37a48eb28ff860eed25c68150
Docker image = ghcr.io/celestiaorg/nitro:3.1.2-rc.1
Note that beginning v3.0.0-rc.1 for Celestia DA and above, the "Celestia DA" logic has been moved into a "celestia da server", which you can find here
celestia-server docker image = ghcr.io/celestiaorg/nitro-das-celestia:v0.2.0
Nitro v3.1.1-rc.1
Release candidate for Celestia compatible Nitro v3.1.1
WASM module root = 0x5e232e13400a7e21622af756131353000516e4c37a48eb28ff860eed25c68150
Docker image = ghcr.io/celestiaorg/nitro:3.1.1-rc.1
Note that beginning v3.0.0-rc.1 for Celestia DA and above, the "Celestia DA" logic has been moved into a "celestia da server", which you can find here
celestia-server docker image = ghcr.io/celestiaorg/nitro-das-celestia:v0.2.0
Nitro v3.1.0 with Espresso rc.1
Release candidate for Celestia DA compatible Nitro v3.1.0 with Espresso sequencing features.
Wasm Module Root = 0x5b3877b0932468c88adc0c9c589af41e9e455c161d638d3e3513618bcadf19fe
Docker Image = docker pull ghcr.io/celestiaorg/nitro:3.1.0-espresso
What's changed
- Supports Espresso sequencing for testnet purposes
Nitro v2.3.3 with Celestia Node 0.15.0
Official release for Nitro v2.3.3 with Celestia DA to be used with celestia-node 0.15.0.
WASM Module Root = 0xcffac167a74ade956cf0007f1035b51eb934e2ec72426f892daf4a9edf47b2ba
Docker Image = ghcr.io/celestiaorg/nitro:v2.3.3-0.15.0
What's changed
- celestia-openrpc dependency updated to prepare for 0.15.0 of celestia-node
Nitro v2.3.3 with Celestia Node 0.14.1
Official release for Nitro v2.3.3 with Celestia DA to be used with celestia-node 0.14.1.
WASM Module Root = 0x9286b47ebb3f668fbba011c0e541655a7ecc833032154bba0d8d5ce4f2411f2a
Docker Image = ghcr.io/celestiaorg/nitro:v2.3.3-0.14.1
What's Changed
- Fixed an issue where nodes would incorrectly calculate the length in shares for the blobs being posted.
Nitro v3.1.0-rc.1
Release candidate for Celestia DA compatible Nitro v3.1.0
Wasm Module Root = 0x02983119c97499fffcbaa10eb8ddfe0a9e179324130cd55e3045acaac9781f10
Docker Image = ghcr.io/celestiaorg/nitro:v3.1.0-rc.1
Note that beginning v3.0.0-rc.1 for Celestia DA and above, the "Celestia DA" logic has been moved into a "celestia da server", which you can find here
celestia-server docker image = ghcr.io/celestiaorg/nitro-das-celestia:v0.2.0
What's changed
- Implemented alt DA interfaces for Celestia DA
- Stylus support
- Compatibility with celestia-node v0.15.0
- Enabled general fallback (i.e DA fallbacks are determined by a DA Provider's order in an array)
- Added a DAPreference parameter to the batch poster config, allowing developers to specify a preference for DA and the specific fallback
Nitro v3.0.0-rc.1
Release candidate for Celestia DA compatible Nitro v3.0.0
WASM Module Root = 0x40d1a2f8d453856ec8ea4b7a24bbdd192cab1dab6951288818e5caa146c06346
Docker Image = ghcr.io/celestiaorg/nitro:v3.0.0-rc.1
For the Nitro Celestia DAS, please refer to this repo
What's changed
- Implemented all DA interfaces for Celestia DA
- Moved Celestia DA logic outside of the Nitro repo by implementing a "das client", which is just a modified DAS RPC server that connects to a Celestia node and communicates results to the Nitro node through RPC.
- Enabled general fallback (i.e DA fallbacks are determined by a DA Provider's order in an array)
- Added a
DAPreference
parameter to the batch poster config, allowing developers to specify a preference for DA and the specific fallback
Nitro v2.4.0-rc.4
Release candidate for compatible with Nitro v2.4.0-rc.4.
WASM Module Root = 0xc614b50a7eb0bfd2afd462daa7b9131fc8c8829130a7a67379351e9ba08aa4d5
Docker Image = ghcr.io/celestiaorg/nitro:v2.4.0-rc.4
What's changed
- Celestia implementation of the new DaProvider reader and writer interfaces
- Stylus support
Nitro v2.3.3
Official release for Nitro v2.3.3 with Celestia DA.
WASM Module Root = 0x9286b47ebb3f668fbba011c0e541655a7ecc833032154bba0d8d5ce4f2411f2a
Docker Image = ghcr.io/celestiaorg/nitro:v2.3.3
What's Changed
- Add "incorrect account sequencer" error to the submission retry loop for posting blobs to Celestia (see here)