This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.14-alpha.2-e6d0147
. Note that alpha 1 was never fully published, as it was the same as this release minus #1563.
What's Changed
This release adds support for the eth_sendRawTransactionConditional
sequencer RPC, which will be used by account abstraction bundlers to ensure they don't lose gas fees on a bundle of user operations that were recently invalidated. For more details, see https://notes.ethereum.org/@yoav/SkaX2lS9j
User-facing Improvements
- Support eth_sendRawTransactionConditional: #1474
- Add metrics for validator and batch poster balance: #1508
- Do not reset nonce failure expiry timer if the tx gets re-added to the nonce failure cache: #1557
- Add option to use a different path for the ancient folder: #1559
Internal Highlights
- Validation rpc improvements: #1544
- Improve locking in block_validator: #1541
- Fix staker challenge test: #1545
- Use Mini redis in unit tests: #1505
- Fix time remaining on init.url: #1558
- Update default prechecker conditional tx requirements: #1563
Full Changelog: v2.0.13...v2.0.14-alpha.2