Skip to content

v0.8.14

Compare
Choose a tag to compare
@aaronbuchwald aaronbuchwald released this 25 Jul 12:50
· 448 commits to master since this release
6318cf3

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