Skip to content

Kardia Release (v2.1.0)

Latest
Compare
Choose a tag to compare
@trinhdn97 trinhdn97 released this 06 Apr 16:37
· 124 commits to master since this release
9ae3925

This release of go-kardia includes significant performance improvements. We have updated the major packages, improved the performance of hashing and RLP encoding/decoding, and are working on implementing a state database pruner.

Notable changes:

  • Implement accounts lib and eth_accounts API (#220)
  • Improve native tracers (#223)
  • Faster RLP encoding of some types (#229)
  • Christmas trie (#236)
  • Parallel hashing (#238)
  • Simplify and fix Iterator (#242)
  • Bump go version to 1.19.4 (#243)
  • Implement stacktrie to improve RLP/hashing performance (#244)
  • Update metrics package (#247)

Minor changes and bugfixes:

  • Implement cache prevote validated block (#216)
  • Fix eth_estimateGas params and Galaxias TxGas for testnet (#226)