Skip to content

Releases: ava-labs/coreth

v0.8.14

25 Jul 12:50
6318cf3
Compare
Choose a tag to compare

v0.8.14

  • Bump go-ethereum dependency to v1.10.20
  • Update API names used to enable services in eth-api config flag. Prior names are supported but deprecated, please update your configuration accordingly
  • Optimizes state sync by parallelizing trie syncing
  • Adds eth_syncing API for compatibility. Note: This API is only accessible after bootstrapping and always returns "false", since the node will no longer be syncing at that point.
  • Adds metrics to atomic transaction mempool
  • Adds metrics for incoming/outgoing mempool gossip

v0.8.13

02 Jul 00:44
f8e5639
Compare
Choose a tag to compare

v0.8.13

  • Bump go-ethereum dependency to v1.10.18
  • Parallelize state sync code fetching
  • Deprecated CB58 format for API calls

v0.8.12

09 Jun 22:16
51fda40
Compare
Choose a tag to compare

v0.8.12

  • Add peer bandwidth tracking to optimize state sync message routing
  • Fix leaf request handler bug to ensure the handler delivers a valid range proof
  • Remove redundant proof keys from leafs response message format
  • Improve state sync request retry logic
  • Improve state sync handler metrics
  • Improve state sync ETA

v0.8.11

04 Jun 16:14
36b069f
Compare
Choose a tag to compare

v0.8.11

  • Improve state sync leaf request serving by optimistically reading leaves from snapshot
  • Add acceptor queue within core/blockchain.go
  • Cap size of TrieDB dirties cache during block acceptance to reduce commit size at 4096 block interval
  • Refactor state sync block fetching
  • Improve state sync metrics

v0.8.10

25 May 02:01
9fb7a20
Compare
Choose a tag to compare

v0.8.10

  • Add beta support for fast sync
  • Bump trie tip buffer size to 32
  • Fix bug in metrics initialization

v0.8.9

13 Apr 22:05
f597169
Compare
Choose a tag to compare

v0.8.9

  • Fix deadlock bug on shutdown causing historical re-generation on restart
  • Add API endpoint to fetch running VM Config
  • Add AvalancheGo custom log formatting to C-Chain logs
  • Deprecate support for JS Tracer

v0.8.8

21 Mar 21:54
1abf6f4
Compare
Choose a tag to compare

v0.8.8

  • Reduced log level of snapshot regeneration logs
  • Enabled atomic tx replacement with higher gas fees
  • Parallelized trie index re-generation

v0.8.7

10 Mar 23:23
72aaf51
Compare
Choose a tag to compare

v0.8.7

  • Optimize FeeHistory API
  • Add protection to prevent accidental corruption of archival node trie index
  • Add capability to restore complete trie index on best effort basis
  • Round up fastcache sizes to utilize all mmap'd memory in chunks of 64MB

v0.8.6

02 Mar 02:53
fe4a95c
Compare
Choose a tag to compare

v0.8.6

  • Migrate go-ethereum v1.10.16 changes
  • Increase FeeHistory maximum historical limit to improve MetaMask UI on C-Chain
  • Enable chain state metrics

v0.8.5

10 Feb 16:39
2a13494
Compare
Choose a tag to compare

v0.8.5

  • Added beta support for offline pruning.
  • Refactored peer networking layer.
  • Enabled cheap metrics by default.
  • Marked RPC call metrics as expensive.
  • Added Abigen support for native asset call precompile.
  • Fixed bug in BLOCKHASH opcode during traceBlock.
  • Fixed bug in handling updated chain config on startup.