Skip to content

Releases: ava-labs/coreth

v0.13.4

23 May 20:59
754db22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3

01 May 12:41
8d22112
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

25 Mar 16:53
166ccb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1

01 Mar 20:56
e8fb59a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0-rc.0...v0.13.1

v0.12.10

25 Jan 16:37
d5a8550
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.9-rc.9...v0.12.10

v0.12.7

27 Oct 22:11
a2d0e8b
Compare
Choose a tag to compare

v0.12.7

  • Bump AvalancheGo to v1.10.14

v0.12.6

24 Oct 02:19
3a0283f
Compare
Choose a tag to compare

v0.12.6

  • Remove lock options from HTTP handlers
  • Fix deadlock in eth_getLogs when matcher session hits a missing block
  • Replace Kurtosis E2E tests with avctl test framework

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