v1.11.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
Klaytn v1.11.0 contains a hardfork upgrade that results in backward-incompatible changes. All Baobab nodes have to be upgraded to v1.11.0 or higher before the target block number. The hardfork implements the features equivalent to Ethereum Shanghai hardfork. The hardfork block number for Cypress mainnet will be scheduled in the next version.
The hardfork schedule is as follows:
Baobab Testnet
Block number: 131608000 (estimated time: 28 Aug, 10:30 AM UTC+9)
Hardfork contents: Shanghai hardfork
Hardfork features
Fixed to allow a new contract account to be created by overwriting an EOA (#1904)
Improvements
Added a new API
governance_getRewardsAccumulated
to query cumulative block rewards (#1848)Added a new API
eth_resend
to resend transactions with higher gas price (#1894)Added a new API
klay_forkStatus
to query hardfork status (#1804)Introduced block range option to the
admin_exportChain
API (#1873)Removed some APIs related to chain configuration and governance. Please use the alternative APIs (#1860)
Removed APIs:
governance_itemsAt
,governance_chainConfigAt
,governance_chainConfig
,klay_govParamsAt
,klay_chainConfigAt
,klay_chainConfig
,klay_gasPriceAt
Alternative APIs:
governance_getParams
,governance_getChainConfig
,klay_getParams
,klay_getChainConfig
RPC server returns HTTP 503 error when execution time exceeds a timeout (#1921)
Limits execution time and concurrency of some debug.trace* RPCs (#1920)
Added homi command option to create genesis accounts out of a BIP-39 mnemonic (#1813)
Updated abigen command to include ABImetadata in the generated files (#1881)
Added a subcommand, util (#1691)
Fixes
Fixed reward distribution logic in service chains with deferredTxFee=false configuration (#1886)
Fixed the bug where BN always recommends the same PN (#1835)
Miscellaneous
Last updated