This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Release v1.10.0
What’s New in v.1.10.0 (#719, #721)
- Added klay.getRewards API to retrieve reward related information by block with the new GC reward structure following the abolishment of the Gini coefficient KIP-82
- Added governance.getChainConfigAt API to retrieve chain information for a certain block
- getStakingInfo, getNodeAddress, getChainConfig, getChainConfigAt APIs, previously only available from governance namespace, is supported for klay namespace
- Added klay.getGovParams, klay.getGovParamsAt APIs, which are functionally identical to governance.getItemsAt
Improvements
- You can now subscribe to contract events.(#353)
- Added IPFSOptions instance to support IPFS node and basic authentication. (#357)
- Updated in line with the new version of KIP17, KIP37 bytecode and klaytn-contracts and added Ownable interface.(#360)