Versions Compared
Version | Old Version 4 | New Version 5 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
...
- the peering fixes:
- prevent peering with yourself https://github.com/hyperledger/besu/pull/3342
- index out of bounds on peer iteration <what's the PR for this?>
- is this it? 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
Do not exit ChainDownloader in case of a generic CancellationException https://github.com/hyperledger/besu/pull/3319
- Fix launcher https://github.com/hyperledger/besu/pull/3352
- Handle NPE forkId https://github.com/hyperledger/besu/pull/3409