Releases: streamingfast/nitro
v3.2.0-fh
v3.1.2-fh
Aligned with Nitro release v3.1.2
v3.1.0-fh
Firehose-instrumented version of Nitro v3.1.0
Important for Arbitrum-sepolia hard-fork
v3.0.0-fh3.0
Firehose-instrumented version of Nitro v3.0.0
Known issues
- Some "CreatedAccounts" values in the previous versions were incorrect. While this release does not fix them 100%, in some (very rare) cases, it produces a slightly different outcomes (removing some duplicates or omitting the 'coinbase' address). On these blocks, the ordinals will be different by the offset of these CreatedAccount events.
CreatedAccounts is soon to be removed from firehose ethereum block model, because it causes more issues than its usefulness.
Configuration changes
- The
--validation.wasm.allowed-wasm-module-roots
flag is now required to point to the 'machines' folder(s). With the default docker build, they should end up in those two folders:/home/user/nitro-legacy/machines,/home/user/target/machines
. Make sure that you have them available in your deployment, with this flag pointing to it.
v2.3.3-fh3.0-1
v2.3.3 with fixed extraction of the genesis block (0) in firehose.
v2.3.1-fh3.0-1
Updates our Abritrum fork to https://github.com/OffchainLabs/nitro/releases/tag/v2.3.1.
We provide a pre-built Docker image `` which can be built locally with:
TAG=v2.3.1-fh3.0-1
docker build --platform linux/amd64 --label org.opencontainers.image.version=$TAG -t $TAG --load .
And you can extract the Linux amd64 build using those command
docker run --rm -d --platform=linux/amd64 --name "nitro" --entrypoint bash ghcr.io/streamingfast/nitro:v2.3.1-fh3.0-1 -c "sleep 3600"
docker cp nitro:/usr/local/bin/nitro /tmp
docker kill nitro
v2.3.0-fh
Release nitro v2.3.0 with firehose instrumentation.
This release contains s1na extended-tracer patch up to commit 2d14bb573c90a427b3454e446464655cc3f8092f
Along with some arbitrum-specific changes
To be used with firehose-ethereum
Build with docker buildx build --platform linux/amd64 --tag <yourtag> .
and run on ubuntu 22.04 or similar.
Fetch docker image from ghcr.io/streamingfast/nitro:v2.3.0-fh
v2.2.2-fh1
- Release nitro v2.2.2 with firehose instrumentation.
This release contains s1na extended-tracer patch up to commit 2d14bb573c90a427b3454e446464655cc3f8092f
Along with some arbitrum-specific changes
To be used with firehose-ethereum