Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Release v1.10.0

Compare
Choose a tag to compare
@kjeom kjeom released this 27 Dec 07:50
· 28 commits to dev since this release
76f902d

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)

Fixes

  • Fixed to throw an exception when account key is null.(#352, #354)