Skip to content

Releases: ava-labs/coreth

v0.12.5

21 Sep 16:53
d2eeec2
Compare
Choose a tag to compare

v0.12.5

  • Add P2P SDK Pull Gossip to mempool
  • Fix hanging requests on shutdown that could cause ungraceful shutdown
  • Increase batch size writing snapshot diff to disk
  • Migrate geth changes from v1.11.4 through v1.12.0
  • Bump AvalancheGo dependency to v1.10.10

v0.12.4

21 Jul 15:13
c6c0b1d
Compare
Choose a tag to compare

v0.12.4

  • Fix API handler crash for lookupState in prestate tracer
  • Fix API handler crash for LOG edge cases in the callTracer
  • Fix regression in eth_getLogs serving request for blocks containing no Ethereum transactions
  • Export CalculateDynamicFee

v0.12.3

16 Jun 15:52
c7d36ef
Compare
Choose a tag to compare

v0.12.3

  • Migrate go-ethereum changes through v1.11.4
  • Downgrade API error log from Warn to Info

v0.12.2

24 May 19:25
6aec257
Compare
Choose a tag to compare

v0.12.2

  • Increase default trie dirty cache size from 256MB to 512MB

v0.12.1

01 May 21:00
26818b3
Compare
Choose a tag to compare

v0.12.1

  • Bump AvalancheGo dependency to v1.10.1
  • Improve block building logic
  • Use shorter ctx while reading snapshot to serve state sync requests
  • Remove proposer activation time from gossiper
  • Fail outstanding requests on shutdown
  • Make state sync request sizes configurable

v0.12.0

12 Apr 18:16
b057c88
Compare
Choose a tag to compare

v0.12.0

  • Increase C-Chain block gas limit to 15M in Cortina
  • Add Mainnet and Fuji Cortina Activation timestamps

v0.11.9

24 Mar 13:53
b122320
Compare
Choose a tag to compare

v0.11.9

  • Downgrade SetPreference log from warn to debug

v0.11.8

02 Mar 16:02
3759022
Compare
Choose a tag to compare

v0.11.8

  • Fix shutdown hanging during state sync
  • Add pre-check for imported UTXOs
  • Fix bug in BadBlockReason output to display error string correctly
  • Update golangci-lint version to v1.51.2

v0.11.7

21 Feb 22:12
d3b4d9a
Compare
Choose a tag to compare

v0.11.7

  • Enable state sync by default when syncing from an empty database
  • Increase block gas limit to 15M for Cortina Network Upgrade
  • Add back file tracer endpoint
  • Add back JS tracer

v0.11.6

12 Jan 15:11
7077096
Compare
Choose a tag to compare

v0.11.6

  • Bump AvalancheGo to v1.9.6