This release is available as a Docker Image on Docker Hub at offchainlabs/nitro-node:v3.7.0-rc.1-ee759d0
This Docker image specifies default flags in its entrypoint which should be replicated if you're overriding the entrypoint: /usr/local/bin/nitro --validation.wasm.allowed-wasm-module-roots /home/user/nitro-legacy/machines,/home/user/target/machines
If you're running a validator without a split validation server (this will be true of most validators), you should instead use the image offchainlabs/nitro-node:v3.7.0-rc.1-ee759d0-validator which has the extra script /usr/local/bin/split-val-entry.sh as the entrypoint.
User-facing improvements
- Add the missing prefix in dasserver config in #3339
Internal highlights
- Lots of improvements to CI test running
What's Changed
- Merge v1.15.6 v1.15.7 v1.15.8 v1.15.9 v1.15.10 v1.15.11 in #3225
- Run Docker Build on All PRs in #3335
- Fix autoclaim defaults for auctioneer in #3333
- Also run our nightly-ci jobs on arbitrator-ci machines in #3337
- Disable HTTP/2 for das aggregator in #3342
- [MEL] - Implement a Pure, Batch Lookup Function Using Only a Parent Chain Block in #3280
- Use Tsahi's Parallelization in System Test Builder in #3167
- Add metrics for staker balance in BoLD in #3288
- Use standard max supported arbos version check in execution engine in #3338
- Print transaction info in hex format for fast confirm logs in #3345
- [MEL] - Fetch All Txs for Block Using Preimage Reads in #3309
- Use an Empty DataDir for L1 in System Tests to Force In-Memory DB Usage in #3350
- Fix GetLiveliness impl in redis coordinator in #3351
- Return 0 in CalcBlobFee for arbitrum chains since arbitrum does not have blobs in #3343
- [MEL] - Implement a Receipt Trie Reader for the MEL Replay Binary Using Preimages in #3308
- In ParseStateScheme make sure to set genesis block number properly based on arb/eth chain in #3353
- Update nitro-testnode pin in #3341
- [MEL] - Add Batch Serialization Without Needing Ethclient in #3282
- transaction_streamer: fix sync-till-block in #3346
- Gas Dimension Trace Tests: Nested Call Tests in #3354
- Use gotestsum.sh in Makefile in #3358
- use MessageRunContext struct in #2779
- Add 30 more minutes to the nightly ci timeout in #3361
Full Changelog: v3.6.7...v3.7.0-rc.1