...
- EC curve param added public key export/export-address subcommands https://github.com/hyperledger/besu/pull/3333
- the peering fixes:
- https://github.com/hyperledger/besu/pull/3342 prevent peering with yourself
- Chain download failed due to IndexOutOfBoundsException in PipelineChainDownloader https://github.com/hyperledger/besu/issues/3304 PR https://github.com/hyperledger/besu/pull/3326
- 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
- Fix launcher https://github.com/hyperledger/besu/pull/3352
- Handle NPE forkId https://github.com/hyperledger/besu/pull/3409