Skip to content

Releases: hyperledger/besu-docs

22.1.3

31 Mar 05:47
91dbe02
Compare
Choose a tag to compare

Breaking Changes

  • Remove the experimental flag for bonsai tries CLI options --data-storage-format and --bonsai-maximum-back-layers-to-load #3578
  • Column family added for backward sync #3532
    • Note that this added column family makes this a one-way upgrade. That is, once you upgrade your db to this version, you cannot roll back to a previous version of Besu.

Deprecations

  • --tx-pool-hashes-max-size is now deprecated and has no more effect and it will be removed in a future release.

Additions and Improvements

  • Tune transaction synchronization parameter to adapt to mainnet traffic #3610
  • Improve eth/66 support #3616
  • Avoid reprocessing remote transactions already seen #3626
  • Upgraded jackson-databind dependency version #3647

Download Links

22.1.2

16 Mar 22:05
f48e56f
Compare
Choose a tag to compare

Additions and Improvements

  • Execution layer (The Merge):
    • Execution specific RPC endpoint #3378
    • Adds JWT authentication to Engine APIs
    • Supports kiln V2.1 spec
  • Tracing APIs
    • new API methods: trace_rawTransaction, trace_get, trace_callMany
    • added revertReason to trace APIs including: trace_transaction, trace_get, trace_call, trace_callMany, and trace_rawTransaction
  • Allow mining beneficiary to transition at specific blocks for ibft2 and qbft consensus mechanisms. #3115
  • Return richer information from the PrecompiledContract interface. #3546

Bug Fixes

  • Reject locally-sourced transactions below the minimum gas price when not mining. #3397
  • Fixed bug with contract address supplied to debug_accountAt #3518

Download Links

22.1.1

25 Feb 00:37
948ea66
Compare
Choose a tag to compare

Additions and Improvements

  • Allow optional RPC methods that bypass authentication #3382
  • Execution layer (The Merge):
    • Extend block creation and mining to support The Merge #3412
    • Backward sync #3410
    • Extend validateAndProcessBlock to return an error message in case of failure, so it can be returned to the caller of ExecutePayload API #3411
    • Persist latest finalized block #2913
    • Add PostMergeContext, and stop syncing after the swith to PoS #3453
    • Add header validation rules needed to validate The Merge blocks #3454
    • Add core components: controller builder, protocol scheduler, coordinator, block creator and processor. #3461
    • Execution specific RPC endpoint #2914, #3350
  • QBFT consensus algorithm is production ready

Download Links

22.1.0

16 Feb 18:18
fafc4df
Compare
Choose a tag to compare

Changelog

22.1.0

Breaking Changes

  • Plugin API: BlockHeader.getBaseFee() method now returns an optional Wei instead of an optional Long #3065
  • Removed deprecated hash variable protected volatile Hash hash; which was used for private transactions #3110

Additions and Improvements

  • Add support for additional JWT authentication algorithms #3017
  • Represent baseFee as Wei instead of long accordingly to the spec #2785
  • Implements EIP-4399 to repurpose DIFFICULTY opcode after the merge as a source of entropy from the Beacon chain. #3081
  • Re-order external services (e.g JsonRpcHttpService) to start before blocks start processing #3118
  • Stream JSON RPC responses to avoid creating big JSON strings in memory #3076
  • Ethereum Classic Mystique Hard Fork #3256
  • Genesis file parameter blockperiodseconds is validated as a positive integer on startup to prevent unexpected runtime behaviour #3186
  • Add option to require replay protection for locally submitted transactions #1975
  • Update to block header validation for IBFT and QBFT to support London fork EIP-1559 #3251
  • Move into SLF4J as logging facade #3285
  • Changing the order in which we traverse the word state tree during fast sync. This should improve fast sync during subsequent pivot changes.
  • Updated besu-native to version 0.4.3 #3331
  • Refactor synchronizer to asynchronously retrieve blocks from peers, and to change peer when retrying to get a block. #3326
  • Disable RocksDB TTL compactions #3356
  • add a websocket frame size configuration CLI parameter [3368][https://github.com/hyperledger/besu/pull/3379]
  • Add --ec-curve parameter to export/export-address public-key subcommands #3333

Bug Fixes

  • Change the base docker image from Debian Buster to Ubuntu 20.04 #3171 fixes #3045
  • Make 'to' field optional in eth_call method according to the spec #3177
  • Update to log4j 2.17.1. Resolves potential vulnerability only exploitable when using custom log4j configurations that are writable by untrusted users.
  • Fix regression on cors-origin star value
  • Fix for ethFeeHistory accepting hex values for blockCount
  • Fix a sync issue, when the chain downloader incorrectly shutdown when a task in the pipeline is cancelled. #3319
  • add a websocket frame size configuration CLI parameter [3368][https://github.com/hyperledger/besu/pull/3379]
  • Prevent node from peering to itself #3342
  • Fix an IndexOutOfBoundsException exception when getting block from peers. #3304
  • Handle legacy eth64 without throwing null pointer exceptions #3343

Download Links

22.1.0-RC4

31 Jan 03:16
062527f
Compare
Choose a tag to compare
22.1.0-RC4 Pre-release
Pre-release

22.1.0-RC4

Additions and Improvements

  • Updated besu-native to version 0.4.3 #3331

Download Links

https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.0-RC4/besu-22.1.0-RC4.tar.gz
SHA256 f1e34fddf4aad0d6699b38f6bdeff3799255d2c9bfdab0718f5f72bf90b56117
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.0-RC4/besu-22.1.0-RC4.zip
SHA256 f5a2dd72c164fd609963a9f1c3c9993632cf6b7eff85ce6cac95e444a53f2de4

22.1.0-RC3

26 Jan 01:12
e2ab9ab
Compare
Choose a tag to compare
22.1.0-RC3 Pre-release
Pre-release

22.1.0-RC3

  • Changing the order in which we traverse the word state tree during fast sync. This should improve fast sync during subsequent pivot changes.

22.1.0-RC3 Breaking Changes

  • Removed deprecated hash variable protected volatile Hash hash; which was used for private transactions #3110

Additions and Improvements

  • Genesis file parameter blockperiodseconds is validated as a positive integer on startup to prevent unexpected runtime behaviour #3186
  • Add option to require replay protection for locally submitted transactions #1975
  • Update to block header validation for IBFT and QBFT to support London fork EIP-1559 #3251
  • Move into SLF4J as logging facade #3285

Bug Fixes

  • Fix regression on cors-origin star value
  • Fix for ethFeeHistory accepting hex values for blockCount
  • Fix a sync issue, when the chain downloader incorrectly shutdown when a task in the pipeline is cancelled. #3319

21.10.9

19 Jan 19:35
77eb36e
Compare
Choose a tag to compare

Bug Fixes
Fix regression on cors-origin star value
Fix for ethFeeHistory accepting hex values for blockCount
Full Changelog: 21.10.8...21.10.9

besu-21.10.9.tar.gz b5ef15ede50e19ad9fbb79876d8d68aeb8e3811f8905e973874523df2ed179b4
besu-21.10.9.zip 26489881d852eefdda2cf0203cb30f7b2045ecfb299da8c744e9579cbe2934e2

Release 21.10.8

17 Jan 04:47
6839e9d
Compare
Choose a tag to compare

Additions and Improvements

  • Ethereum Classic Mystique Hard Fork #3256

Download Links

https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.10.8/besu-21.10.8.tar.gz \ SHA256 d325e2e36bc38a707a9eebf92068f5021606a8c6b6464bb4b4d59008ef8014fc
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.10.8/besu-21.10.8.zip \ SHA256 a91da1e82fb378e16437327bba56dd299aafdb0614ba528167a1dae85440c5af

21.10.7

14 Jan 03:23
6839e9d
Compare
Choose a tag to compare

Bug Fixes

  • Update dependencies (including vert.x, kubernetes client-java, okhttp, commons-codec)

Additions and Improvements

  • Add support for additional JWT authentication algorithms #3017
  • Remove Orion ATs

Download Links

https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.10.7/besu-21.10.7.tar.gz \ SHA256 94cee804fcaea366c9575380ef0e30ed04bf2fc7451190a94887f14c07f301ff
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/21.10.7/besu-21.10.7.zip \ SHA256 faf1ebfb20aa6171aa6ea98d7653339272567c318711d11e350471b5bba62c00

22.1.0-RC2

06 Jan 17:18
6840572
Compare
Choose a tag to compare
22.1.0-RC2 Pre-release
Pre-release

22.1.0-RC2

22.1.0-RC2 Breaking Changes

  • Removed deprecated hash variable protected volatile Hash hash; which was used for private transactions #3110

Additions and Improvements

  • Re-order external services (e.g JsonRpcHttpService) to start before blocks start processing #3118
  • Stream JSON RPC responses to avoid creating big JSON strings in memory [#3076] (hyperledger/besu#3076)

Bug Fixes

  • Make 'to' field optional in eth_call method according to the spec [#3177] (hyperledger/besu#3177)
  • Update to log4j 2.17.1. Resolves potential vulnerability only exploitable when using custom log4j configurations that are writable by untrusted users.

Download Links