Skip to content

Kaia v1.0.0 Release Notice

Latest
Compare
Choose a tag to compare
@blukat29 blukat29 released this 07 Jun 05:38
· 1 commit to main since this release

IMPORTANT: Kaia v1.0.0 contains a hardfork upgrade that results in changes that are not backward compatible. All testnet nodes must be upgraded to v1.0.0 or later before the target block number.

The Kaia network starts by transitioning the Klaytn network at a transition hardfork. The Kaia Transition hardfork and KIP-160 hardfork configurations are included in this version. The mainnet hardfork block number is planned to be contained in the next version.

Here's the hardfork schedule for the Testnet:

  • Block number: 156660000 (estimated time: 13 Jun, 10:13 UTC+9)
  • Hardfork contents: Kaia Transition hardfork

Notices

For backward compatibility, the RPC namespaces "kaia" and "klay" are both supported and functionally identical. Similarly, the network selection flags "--cypress" and "--mainnet" are interchangeable, as are the flags "--baobab" and "--testnet."

Kaia Transition Hardfork features

Improvements

Fixes

  • Fixed the default gas value in eth_call API (#2108)
  • Fixed the computation cost output of debug_trace APIs (#2097)
  • Fixed bugs in the istanbul consensus engine (#2136, #2139)
  • Fixed bugs in the keystore import command (#2140)
  • Fixed blocking edge case in the txpool (#2137)
  • Fixed service chain bridge contracts and polished other contracts (#2142, #2143)

Miscellaneous

Binaries

Prebuilt executable binaries are distributed for this version. Please replace the installed executables. Starting from the next version the tarball, rpm, and docker images are going to be provided.

Thank you @deukyunlee for your first contribution to Kaia.