v1.12.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
Docker
Release Notes
Klaytn v1.12.0 contains a hardfork upgrade that results in backward-incompatible changes. All Baobab nodes must be upgraded to v1.12.0 or higher before the target block number. The hardfork block number for Cypress mainnet will be scheduled in the next version.
This version includes two different hardforks. The first is the features equivalent to Ethereum Caucun hardfork, and the second is an optional hardfork implementing the Randao on-chain randomness.
The hardfork schedule is as follows:
Baobab testnet
Block number: 141367000 (estimated time: 19 Dec, 10:00 AM UTC+9)
Hardfork contents: Cancun hardfork, Randao hardfork
Cancun Hardfork features
Adjusted ComputationCost for the recommended hardware specification, and increased the ComputationCostLimit (#2037)
Randao Hardfork features
Improvements
Added the Upstream EN feature. When an EN fails to find the block data during an API handling, it can query another EN specified by the
--rpc.upstream-en
flag. (#2013)Increased the block consensus quorum to harden network security. (#2026)
The JavaScript runtime of the built-in console now supports ECMAScript6 features (#2001)
Optimized the data synchronization between RocksDB instances. (#1947)
Added the node flag --vm.opdebug to measure opcode execution times. (#2012)
Transaction-related APIs return more detailed error messages about bad signatures (#1967)
Optimized the debug_startWarmUp API (#2011)
Added the admin_nodeConfig API (#1996)
Added the eth_createAccessList API to help build AccessList type transactions (#2027)
Added the eth_getBlockReceipts API, and modified the klay_getBlockReceipts API to accept block numbers. (#2019)
Fixes
Fixed debug_traceTransaction API to correctly function with value transfer to EOAs. (#1953)
Fixed klay_recoverFromTransaction API to correctly process Ethereum-typed transactions (#1975)
Fixed the block and header fetching APIs to not fail with the “pending” block number. (#1994)
Fixed the eth_maxPriorityFeePerGas API to return 0 since Magma hardfork. (#2008)
Miscellaneous
Enable some packages to be built for WASM target (#1983)
Last updated