- Enable Tx pool price bump and make it consistent with go-ethereum. Now to replace transaction with the same sender and nonce, one needs to bump both tip and maxFee by at least 10% (default, can be changed with txpool.pricebump option)
- eth_createAccessList - first implementation with some minimal testing done only.
- Database size hard limit changed from 2Tb to 3Tb. Currently, non-pruned node is about 1.6 Tb, but in some cases, during large unwinds via integration tool, previous limit of 2Tb is breached.
- Temporary enode file is not created. This is to remove error message “enode file write” in the logs which does not indicate a problem
- Integration tool fix - create genesis correctly
- Updates to pre-verified hashes for Ropsten and Mainnet, change of skip analysis optimisation parameter