Skip to content

Releases: chainstack/erigon-docker

v2.60.8

17 Sep 04:51
5cf27a9
Compare
Choose a tag to compare

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

11 Sep 05:50
ac0db68
Compare
Choose a tag to compare

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

16 Aug 05:58
c21aaa8
Compare
Choose a tag to compare

Improvements:

  • compatibility with geth - of stateDiff encoding
  • callTracer: don't capture logs txs failed with error
  • diagnostics: export system info

Bugfixes:

v2.60.5

31 Jul 06:32
88d4a19
Compare
Choose a tag to compare

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

16 Jul 08:55
40fe259
Compare
Choose a tag to compare

What's Changed

This release of bor contains the updated implementation of PIP-35 which enforces the min gas values to 25 gwei. Please note that this is a recommended release for Amoy nodes running Bor and erigon client.

v2.60.3

15 Jul 04:57
0605e10
Compare
Choose a tag to compare

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

27 Jun 04:40
58dbc32
Compare
Choose a tag to compare

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

v2.60.1

05 Jun 09:14
a8885a0
Compare
Choose a tag to compare

Breaking change:

  • 2nd argument blockNrOrHash was removed from eth_estimateGas. Moreover, eth_estimateGas now correctly defaults MaxFeePerGas to block's base fee by @yperbasis in erigontech/erigon#10499

Improvements:

Bugfixes:

Full Changelog: erigontech/erigon@v2.60.0...v2.60.1

v2.60.0

21 May 08:46
d5ace00
Compare
Choose a tag to compare

v2.60.0 The Last of Erigon 2 #75

v2.59.3

01 Apr 06:12
e7128a7
Compare
Choose a tag to compare

What's Changed