Releases: chainstack/erigon-docker
Releases · chainstack/erigon-docker
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
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
v2.60.4
v2.60.3
Improvements
- eth/tracers: add optional includePrecompiles flag to callTracer - default true is preserved
- turbo/jsonrpc: add optional includePrecompiles flag to trace_* apis
Bugfixes
- Changing Caplin Finality Checkpoint API response to match spec
- Caplin: Added Blob Sidecar PastFinalization Check
- Less troublesome way of identifying content-type
- Allow to gracefully exit from CL downloading stage
- Add zero check in tx.Sender func by @somnathb1
- eth/tracers: fix prestate tracer bug with create with value
- eth/tracers: always pop precompiles stack in callTracer
- Diagnostics: loglevel by @dvovk
- Diagnostics: Optimize db write
Full Changelog: erigontech/erigon@v2.60.2...v2.60.3
v2.60.2
- Revert breaking change to eth_estimateGas introduced in v2.60.1 as we added a better fix for gas fee calculation in debug calls by @mininny in erigontech/erigon#10880
- Fix potential p2p shutdown hangup
- Downloader: fix staticpeers flag by
- rpc: Fix incorrect txfeecap
Full Changelog: erigontech/erigon@v2.60.1...v2.60.2