24.3.0 (2024-05-16)
Features
- Added support for making EN a (non-leader) consensus validator (BFT-426) (#1905) (9973629)
- configs: Extract secrets to an additional config (#1956) (bab4d65)
- en: Fetch L1 batch root hashes from main node (#1923) (72a3571)
- eth-client: Generalize RPC client (#1898) (a4e099f)
- Prover CLI:
requeue
cmd (#1719) (f722df7) - Prover CLI:
status batch --verbose
(#1899) (cf80184) - pruning: Vacuum freeze started daily (#1929) (5c85e9f)
- Remove metrics crate (#1902) (5f7bda7)
- state-keeper: Parallel l2 block sealing (#1801) (9b06dd8)
- tee_verifier_input_producer (#1860) (fea7f16)
- vm-runner: implement output handler for VM runner (#1856) (1e4aeb5)
Bug Fixes
- basic_types: bincode deserialization for
web3::Bytes
(#1928) (406ec8c) - config: Fix data-handler-config (#1919) (b6bb041)
- en: Delete old txs by (init_addr, nonce) (#1942) (fa5f4a7)
- en: Fix reorg detector logic for dealing with last L1 batch (#1906) (3af5f5b)
- parentHash in websocket blocks subscription is shown as 0x0 (#1946) (fc2efad)
- Prover CLI:
status batch
bugs (#1865) (09682f2) - utils: bincode ser-/deserialization for
BytesToHexSerde
(#1947) (a75b917)