You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

RC3 was done from main

RC4 was just the besu-native fix

So the only other things we would need to cherry pick would be bug fixes. 

Regressions since 21.10.x:

  1. web socket streaming - was introduced in RC2
    1. max frame size https://github.com/hyperledger/besu/pull/3386
    2. WS close stream https://github.com/hyperledger/besu/pull/3399

Other bug fixes:

  1. the peering fixes:
    1. prevent peering with yourself https://github.com/hyperledger/besu/pull/3342
    2. index out of bounds on peer iteration <what's the PR for this?>
      1. 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
  2. Disable RocksDB TTL compaction https://github.com/hyperledger/besu/pull/3356
  3. Fix launcher https://github.com/hyperledger/besu/pull/3352
  4. Handle NPE forkId https://github.com/hyperledger/besu/pull/3409
  • No labels