...
Regressions since 21.10.x:
- max frame size https://github.com/hyperledger/besu/pull/3386
- WS close stream https://github.com/hyperledger/besu/pull/3399
-
Improve closing behavior of JsonResponseStreamer https://github.com/hyperledger/besu/pull/3421
web socket streaming - was introduced in RC2
...
- EC curve param added public key export/export-address subcommands https://github.com/hyperledger/besu/pull/3333
- prevent peering with yourself https://github.com/hyperledger/besu/pull/3342
- Chain download failed due to IndexOutOfBoundsException in PipelineChainDownloader PR https://github.com/hyperledger/besu/pull/3326
the peering fixes:- the sync fixes:
- Disable RocksDB TTL compaction https://github.com/hyperledger/besu/pull/3356
Refactor to async retrieve blocks, and change peer when retrying to get a block https://github.com/hyperledger/besu/pull/3326
- https://github.com/hyperledger/besu/pull/3352 Fix launcher
- https://github.com/hyperledger/besu/pull/3409 Handle NPE forkId
- Then 3326 used Slf4jLambdaHelper so we backported that manually
- change logging level for invalid transaction from WARN to DEBUG (goerli validator is periodically getting spammed) https://github.com/hyperledger/besu/pull/3416