Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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
    3. Improve closing behavior of JsonResponseStreamer https://github.com/hyperledger/besu/pull/3421

Other bug fixes:

  1. EC curve param added public key export/export-address subcommands https://github.com/hyperledger/besu/pull/3333
  2. 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
  3. the sync fixes:
    1. Disable RocksDB TTL compaction https://github.com/hyperledger/besu/pull/3356
    2. Refactor to async retrieve blocks, and change peer when retrying to get a block https://github.com/hyperledger/besu/pull/3326

  4. Fix launcher https://github.com/hyperledger/besu/pull/3352
  5. Handle NPE forkId https://github.com/hyperledger/besu/pull/3409