Releases: Consensys/linea-besu
Releases · Consensys/linea-besu
25.2-delivery49
based on zkbesu at commit bdc6423
Linea relevant features and fixes
- Allow plugins to propose transactions during block creation hyperledger#8268
Full Changelog: 25.2-delivery48...25.2-delivery49
25.2-delivery48
based on zkbesu at commit 11d3307
Linea relevant features and fixes
Breaking Changes
rpc-gas-cap
default value has changed from 0 (unlimited) to 50M. If you requirerpc-gas-cap
greater than 50M, you'll need to set that explicitly. #8251
Additions and Improvements
- Simulation - Expose
BlockHashLookup
toBlockSimulatorService
#8267
Full Changelog: 25.2-delivery47...25.2-delivery48
25.2-delivery47
Merge branch 'hyperledger:main' into zkbesu
25.2-delivery46
based on zkbesu at commit 1d875cf
Linea relevant features and fixes
- debug_traceBlock use existing block header instead of hash hyperledger#8184
- Simulation state to StateOverride (eth_call, eth_simulateV1) hyperledger#8166
- Fix the simulation of txs with future nonce hyperledger#8215
Full Changelog: 25.1-delivery45...25.2-delivery46
25.1-delivery45
based on zkbesu at commit 921c726
Linea relevant features and fixes
- Extend simulate transaction on pending block plugin API hyperledger#8174
Full Changelog: 25.1-delivery44...25.1-delivery45
25.1-delivery44
based on zkbesu at commit 448d1a9
Linea relevant features and fixes
- Revert "Add back deprecated traceStartBlock methods to the tracer API hyperledger#8112
- Simulation: Add nonce to call parameter hyperledger#8139
Full Changelog: 25.1-delivery43...25.1-delivery44
25.1-delivery43
based on zkbesu at commit 1bb7624
Linea relevant features and fixes
- Improve debug_traceBlock calls performance hyperledger#8103
- Add support for movePrecompileToAddress in State Overrides (eth_call) hyperledger#8115
Full Changelog: 25.1-delivery42...25.1-delivery43
25.1-delivery42
based on zkbesu at commit 1be83c5
Linea relevant features and fixes
- Fix possible incomplete txpool restore from dump file hyperledger#7991
- Pass miningBeneficiary address to BlockAwareOperationTracer::traceStartBlock calls hyperledger#8096
Full Changelog: 24.12-delivery41...25.1-delivery42
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 hyperledger#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