Skip to content

Releases: streamingfast/nitro

v3.2.0-fh

24 Sep 15:26
Compare
Choose a tag to compare
Merge tag 'v3.2.0' into release/v3.x-fh

Arbitrum Nitro v3.2.0

v3.1.2-fh

30 Aug 21:04
Compare
Choose a tag to compare

Aligned with Nitro release v3.1.2

v3.1.0-fh

17 Jul 20:28
Compare
Choose a tag to compare

Firehose-instrumented version of Nitro v3.1.0

Important for Arbitrum-sepolia hard-fork

v3.0.0-fh3.0

14 Jun 22:39
Compare
Choose a tag to compare

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

04 Jun 19:57
Compare
Choose a tag to compare

v2.3.3 with fixed extraction of the genesis block (0) in firehose.

v2.3.1-fh3.0-1

07 Mar 22:39
Compare
Choose a tag to compare

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

27 Feb 20:57
Compare
Choose a tag to compare

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

10 Jan 16:44
Compare
Choose a tag to compare
  • 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