Bor v2.4.0-beta2 is a major release containing changes for Madhugiri Hardfork on Amoy along with several improvements and bug fixes.
Madhugiri Hardfork enables the following PIPs/EIPs
- PIP-74: Canonical Inclusion of state-sync (bridge) transactions in block body.
- Parameterise block producer time (PIP to be added soon)
- EIP-7883: ModExp Gas Cost Increase
- EIP-7823: Set upper bounds for MODEXP
- EIP-7825: Transaction Gas Limit Cap. For
bor, this value is set to2^25M (33,554,432)
Note that this release doesn't enable the HF yet. A new release will follow for setting the HF block number.
What's Changed
- Increase veblop block timeout by @cffls in #1822
- Backport from master to develop by @cffls in #1827
- Port mining optimizations for veblop by @Raneet10 in #1783
- Fix txs count in segment import report by @lucca30 in #1831
- Remove incorrect modification to
prepare()by @cffls in #1832 - Fix receipts and logs on stateless node by @lucca30 in #1833
- Fix self destruct in parallel evm by @avalkov in #1821
- Cutomizable block time in block producer by @cffls in #1817
- Stateless Pruning by @lucca30 in #1828
- Parallel block import by @Raneet10 in #1662
- Fix late report on stateless node by @lucca30 in #1840
- Address Biased Trie Cache by @cffls in #1837
- Remove free disk step in CI by @cffls in #1843
- chore: bump kurtosis-pos by @kamuikatsurgi in #1845
- PIP-74: state-sync txs inclusion by @lucca30 in #1726
- core, miner, params, cmd: implement EIP-7823, EIP-7825 and EIP-7883 by @marcello33 in #1842
- (chore): update madhugiri block number for amoy and update consensus block time by @manav2401 in #1851
- Reset prefetcher correctly by @cffls in #1853
- internal/ethapi: restore original RPC gas cap by @cffls in #1856
- chore: fix wrong function name in comment by @reddaisyy in #1841
- Revert setting madhugiri HF block number for amoy by @manav2401 in #1857
- Fix reading historic database by @avalkov in #1858
- chore: use 2^25 as the MaxTxGas by @kamuikatsurgi in #1859
New Contributors
- @reddaisyy made their first contribution in #1841
Full Changelog: v2.3.4-beta...v2.4.0-beta2