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:54
· 50 commits to dev since this release
9a86b02

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)

Fixes

  • Patched security vulnerabilities for IPFS and mocha.(#693)
  • Fixed the receipt result to show gas and status.(#701)