Releases: Consensys/linea-besu
Releases · Consensys/linea-besu
24.12-delivery41
based on zkbesu at commit fc80da58b5
Linea relevant features and fixes
- BREAKING - Removed Deprecated
--host-whitelist
option hyperledger#8012 - Bugfix for serialization of state overrides when movePrecompileToAddress is present hyperledger#8024 - only relevant for eth_call state overrides.
- Support RPC pending block tag when estimating gas hyperledger#7951 and https://github.com/hyperledger/besu/pull/8051
24.12-delivery40
Based on zkbesu at commit 8e3d51f
Linea relevant features and fixes:
- add state override support for linea_estimateGas Consensys/linea-sequencer#113
- linea_estimateGas to simulate tx on pending block Consensys/linea-sequencer#116
- bug fix to parse nonce as hex for eth_call and eth_estimateGas state overrides hyperledger#7999
24.11-delivery39.1
- Hotfix: Increase RPC response timeout to 5min
24.11-delivery38.1
24.11-delivery39
Based on zkbesu at commit af78b7e
Linea relevant features and fixes:
- Pass correct evmUpdater to trace end transaction hyperledger#7886
- eth_estimateGas state overrides hyperledger#7890
- add Tx simulate method that accepts state override hyperledger#7892
- Add histogram to metrics system hyperledger#7944
24.11-delivery38
Based on zkbesu at commit 96e9ed8
Linea relevant features and fixes:
- eth_call overrides hyperledger#7801
- Add support for TransactionPoolService in acceptance tests hyperledger#7861
- Add more subprojects to BOM hyperledger#7859
- Fully initialize MetricCategoryRegistry for acceptance tests hyperledger#7860
24.11-delivery37
Based on zkbesu at commit b74608c
Linea relevant feature and fixes:
- Create and publish Besu BOM (Bill of Materials) hyperledger#7615
- Add metrics related services to the Besu context for acceptance tests hyperledger#7797
- Add getPendingTransactions to TransactionPoolService hyperledger#7813
- Fix registering new metric categories from plugins hyperledger#7825
- Add a method to check if a metric category is enabled to the plugin API hyperledger#7832
- Expose histogram metrics in the Plugin API #51
24.10-delivery36
Based on zkbesu at commit 1f5bd25
Linea relevant feature and fixes:
- Fix eth_feeHistory rewards when bounded by configuration hyperledger#7750
24.10-delivery35
Based on zkbesu at commit ef19985
Linea relevant feature and fixes:
- Support chainId in CallParameters hyperledger#7720
24.10-delivery34
Based on zkbesu at commit 6f7a39a
Linea relevant feature and fixes:
- Expose chain ID in the BlockchainService plugin API hyperledger#7702
- Align gas cap for transaction simulation to Geth approach hyperledger#7703