Skip to content

2021.12.01-beta

Choose a tag to compare

@AlexeyAkhunov AlexeyAkhunov released this 01 Dec 09:06
dad09ab
  1. 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)
  2. eth_createAccessList - first implementation with some minimal testing done only.
  3. 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.
  4. Temporary enode file is not created. This is to remove error message “enode file write” in the logs which does not indicate a problem
  5. Integration tool fix - create genesis correctly
  6. Updates to pre-verified hashes for Ropsten and Mainnet, change of skip analysis optimisation parameter