Releases: chainstack/erigon-docker
v2.61.1
Holesky and Sepolia users: this is a required update for the upcoming Pectra hardfork.
Pectra scheduled for:
Holesky: Mon, Feb 24 at 21:55:12 UTC
Sepolia: Wed, Mar 5 at 07:29:36 UTC
Breaking changes
Prohibit --internalcl in E2 in erigontech/erigon#13757
New Feature:
Up to date implementation of EIPs for Pectra and scheduled hard fork for Sepolia and Holešky
Add support to eth_blobBaseFee, eth_baseFee and EIP4844 support to eth_feeHistory
Add support for engine_getClientVersionV1
Bugfixes:
rpcdaemon: Set miner on eth_getBlockByNumber on Polygon in erigontech/erigon#13336
Fix incorrect intrinsic gas calculation in erigontech/erigon#13632
Full Changelog: erigontech/erigon@v2.61.0...v2.61.1
v2.61.0
Improvements
- Up to date implementation of Pectra network fork specs till pectra-devnet-4 see https://notes.ethereum.org/@ethpandaops/pectra-devnet-4 https://eips.ethereum.org/EIPS/eip-7600
- Updated golang version for Dockerfile 1.22
Full Changelog: erigontech/erigon@v2.60.10...v2.61.0
v2.60.10
Release for Erigon that should help reduce latency spikes in eth calls
The full release notes:
Improvemets:
- rpc p95: not reopen files when new created by @AskAlexSharov in erigontech/erigon#12514
Bugfixes:
- Trace API: commit state changes from InitializeBlockExecution by @yperbasis in erigontech/erigon#12559. Prior to this PR in callManyTransactions (invoked by trace_block) changes made by InitializeBlockExecution were discarded. That was immaterial before since no much was happening at the beginning of a block. But that changed in Dencun with EIP-4788. Fixes Issues erigontech/erigon#11871, erigontech/erigon#12092, erigontech/erigon#12242, erigontech/erigon#12432, erigontech/erigon#12473, and erigontech/erigon#12525.
Test release 2.60.9 with netcat
v2.60.9-test-nc updated Dockerfile with nc
Testing version
v2.60.9-test updated version and moved back v prefix
v2.60.8
Highlights
- Hardfork release for Amoy and Mainnet
- Fix issue with DebugTrace call for Polygon Amoy
Full Changelog: erigontech/erigon@2.60.7...2.60.8
v2.60.7
Changes:
- No breaking changes
- Ahmedabad HF for Polygon Amoy Support
- Move the image to the new docker repo
More Details: https://github.com/erigontech/erigon/releases
v2.60.6
Improvements:
- compatibility with geth - of stateDiff encoding
- callTracer: don't capture logs txs failed with error
- diagnostics: export system info
Bugfixes:
- fixed missing blobs in backfilling
- Full Changelog: erigontech/erigon@v2.60.5...v2.60.6
v2.60.5
Improvements:
• Diagnostics: snapshot stage info gathering
• support of hex-encoded Nonce in genesis.json and eth_feeHistory
• PIP-35: enforce 25gwei gas config for all polygon chains for erigon 2
• tracer: add support bailout on evm.create() on e2
• RPC throughput increase (mutex-contention reduce on block files)
Bugfixes:
• TxPool: prevent db grow
• Fix on logCount param management
Full Changelog: erigontech/erigon@v2.60.4...v2.60.5