v1.12.0
Last updated
Last updated
Cypress Packages
Baobab Packages
Common Packages
Cypress Packages
Baobab Packages
Common Packages
Cypress Packages
Baobab Packages
Common Packages
Not supported yet
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
Added the TLOAD, TSTORE opcodes to EVM according to ()
Added the BLOBBASEFEE, BLOBHASH opcodes and the POINT_EVALUATION (0x0a) precompile to EVM according to and except Blob transaction type support ()
Added the MCOPY opcode to EVM according to ()
Modified the behavior of the SELFDESTRUCT opcode according to ()
Adjusted ComputationCost for the recommended hardware specification, and increased the ComputationCostLimit ()
Modified the behavior of the EXTCODEHASH opcode to return 0 when the account is empty according to ()
Fully support AccessList transaction type according to ()
Added the System Contract Registry according to (, , , , )
Added the BLS Public Key Registry according to (, , , , , )
Added the RANDAO fields to block headers according to (, , )
Modified block proposer selection to use unpredictable randomness according to (, )
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. ()
Increased the block consensus quorum to harden network security. ()
The JavaScript runtime of the built-in console now supports features ()
Optimized the data synchronization between RocksDB instances. ()
Added the node flag --vm.opdebug to measure opcode execution times. ()
Transaction-related APIs return more detailed error messages about bad signatures ()
Optimized the debug_startWarmUp API ()
Added the debug_traceCall AP to support ERC-4337 bundlers (, )
Added the admin_nodeConfig API ()
Added the eth_createAccessList API to help build AccessList type transactions ()
Added the eth_getBlockReceipts API, and modified the klay_getBlockReceipts API to accept block numbers. ()
Fixed governance-related bugs (, )
Fixed the debug_setHead API to correctly rewind governance-related internal states. You can attempt recovery from governance-related block sync problems. (, )
Fixed some log levels. (, )
Fixed debug_traceTransaction API to correctly function with value transfer to EOAs. ()
Fixed klay_recoverFromTransaction API to correctly process Ethereum-typed transactions ()
Fixed the block and header fetching APIs to not fail with the “pending” block number. ()
Fixed the eth_maxPriorityFeePerGas API to return 0 since Magma hardfork. ()
Update the rlpx and abi packages (, )
Enable some packages to be built for WASM target ()
Minor maintenance (, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , )