github ledgerwatch/erigon v2021.11.04
2021.11.04-beta

latest releases: v2.60.0, v2.60.0-rc1, v2.59.3...
2 years ago

Bug fixing release, continuing to stabilise beta

  1. Enable responses to GetReceipt requests in eth/66. Erigon will now respond to the requests with the receipts
  2. Data race fixes in p2p sentry (thanks for external contributors Dmitry Savelev and TBC Dev
  3. Tx pool - check for nonce being too low and insufficient balance at the time of submitting transaction to the pool. This check used to be asynchronous
  4. Fix for an edge case in MDBX which likely produced failures with message “MDBX_PROBLEM: Unexpected internal error”
  5. eth_estimateGas to correctly deal with dynamic fee transactions. It used to fail for transactions sent from accounts with small balances
  6. trace_block now returns empty result (not error) for Genesis block (number 0)
  7. eth_getTransactionReceipt does not return info about unrelated receipts. The issue was happening after reorgs and was caused by incomplete clean up of transactions reverted by the reorgs
  8. eth_getLogs with zero start and end blocks does not hang anymore
  9. 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.