github erigontech/erigon v2021.12.01
2021.12.01-beta

latest releases: v3.0.0-alpha4, 2.60.8, 2.60.7...
2 years ago
  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

Don't miss a new erigon release

NewReleases is sending notifications on new releases.