This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.10-rc.1-687c381
What's Changed
This release supports RPC queries with the "safe" and "finalized" block numbers, along with various bug fixes and improvements.
User-facing Improvements
- support safe and finalized blocknumber by @tsahee in #1323
- Anytrust ipfs node sync by @Tristan-Wilson in #1366
- Fix block hash in receipts in ws log subscription by @PlasmaPower in #1396
- Stop the RPCs before stopping the blockchain by @PlasmaPower in #1391
Internal Highlights
- fix: add inbox gas limit validation by @gzeoneth in #1374
- revert: #1320 unsafe retryable caller by @gzeoneth in #1375
- feat: uniswap unalised crosschain message by @gzeoneth in #1379
- Improve feed broadcaster error logs and metrics by @joshuacolvin0 in #1383
- sequence delayed messages when acquiring lock by @tsahee in #1358
- Wasmer 3.1 by @rachel-bousfield in #1386
- Test node consensus by @tsahee in #1384
- Use new time-bounded histogram for timer metrics by @Tristan-Wilson in #1388
- Use pointers for precompiles by @rachel-bousfield in #1405
- Make the trie dirty cache size configurable by @PlasmaPower in #1406
Full Changelog: v2.0.9...v2.0.10-rc.1