For the complete documentation index, see llms.txt. This page is also available as Markdown.

v1.4.0

Package Downloads

RPM

Cypress Packages

Baobab Packages

Common Packages

Linux

Cypress Packages

Baobab Packages

Common Packages

MacOS

Cypress Packages

Baobab Packages

Common Packages

Windows

  • Not supported yet

Release Notes for Klaytn v1.4.0

New Features

  • Keystore V4

    • A new keystore standard KIP-3 was adopted in Klaytn to support its accounts.

Fixes

  • Fixed intermittent bad block occurrence caused by timing issue when updating stakingInfo.

  • Fixed panic during execution of debug.traceBlock because of the timing issue between the API and garbage collection of trie nodes.

  • Fixed a bug report during block synchronization.

Improvements

  • Optimized storage trie

    • Klaytn now calculates storage root hashes for every block, not every transaction.

    • Klaytn concurrently computes trie hash roots.

  • Increased state trie cache size

    • The default cache size increased for better performance.

  • Badger DB version upgrade to v1.6.0.

  • Replaced metrics package

  • Added package description

  • Increased test code coverage

Last updated