This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Release v1.10.0
v1.10.0 Release Notes
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.(#694)
- Added gasPrice getter/setter functions in abstractTransaction.(#696)
- Changed to use multiformats instead of multihashes library.(#699)
- Added currentProvider type.(#709)