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

Releases: klaytn/caver-js

Release v1.10.2

20 Mar 00:44
1dfa1a7
Compare
Choose a tag to compare

v1.10.2 Release Notes

What’s New in v.1.10.2

  • About The API getting governance parameters (#740)
    • getItemsAt is replaced by getParams in governance namespace
    • getGovParamsAt is replaced by getParams in klay namespace
    • getItemsAt and getGovParamsAt will be deprecated from version 1.11.0.
  • About the API getting chain config (#741)
    • getChainConfigAt is replaced by getChainConfig in governance and klay namespace.

Fixes

  • Downgraded ipfs-http-client module from 57.0.3 to 49.0.4 due to version conflict (#738)

Release v1.10.1

27 Dec 09:07
7bcf29e
Compare
Choose a tag to compare

v1.10.1 Release Notes

Fixes

  • Fixed typo in weightedMultisig (#730)
  • Fixed validateSignedMessage bug when signed in Korean message (#731)

Release v1.10.0

27 Dec 07:54
9a86b02
Compare
Choose a tag to compare

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)

Release v1.9.1-rc.4

25 Oct 01:42
6f0d102
Compare
Choose a tag to compare
Release v1.9.1-rc.4 Pre-release
Pre-release

v1.9.1-rc.4 Release Notes

Improvements

  • Added currentProvider type in type definition. (#710)

Release v1.9.0

21 Jul 00:55
f82edf7
Compare
Choose a tag to compare

v1.9.0 Release Notes

What’s New in v.1.9.0

  • Added support for KIP-71 dynamic gas fee price mechanism. (#663, #664, #665, #672, #678, #680, #682, #684)
    • Added effectiveGasPrice field to the response object of caver.rpc.klay.getTransactionReceipt.
    • Supported value-setting logic for undefined gasPrice with dynamic gas fee pricing mechanism introduced with the proposed Magma hard fork. Any undefined gasPrice will therefore be defaulted to baseFee * 2.
    • Added tx.suggestGasPrice function in transaction instances to easily determine the gas price.
    • Added newly introduced KIP-71 governance parameters in the return object of caver.rpc.governance APIs.
    • Added the newly introduced caver.rpc.klay.getUpperBoundGasPrice and caver.rpc.klay.getLowerBoundGasPrice APIs.
      Please see KIP-71 for details.

Release v1.8.2

20 Jun 06:57
5fc8373
Compare
Choose a tag to compare

v1.8.2 Release Notes

Improvements

Fixes

  • Fixed logic to send old tx types object to Klaytn Node for using keystore in Node. (#646, #647)
  • Added a missing type. (#656)
  • Fixed klay_sign parameter via caver.klay.sign. (#649)
  • Fixed jsonrpc payload and response types. (#658)
  • Fixed the gas setting logic for testing. (#661)

Release v1.8.2-rc.6

15 Jun 01:16
00fd8eb
Compare
Choose a tag to compare
Release v1.8.2-rc.6 Pre-release
Pre-release

v1.8.2-rc.6 Release Notes

Fixes

  • Fixed the gas setting logic for testing. (#661)

Release v1.8.2-rc.5

14 Jun 06:27
c37f31f
Compare
Choose a tag to compare
Release v1.8.2-rc.5 Pre-release
Pre-release

v1.8.2-rc.5 Release Notes

Improvements

Release v1.8.2-rc.4

14 Jun 06:26
80c12a0
Compare
Choose a tag to compare
Release v1.8.2-rc.4 Pre-release
Pre-release

v1.8.2-rc.4 Release Notes

Fixes

  • Fixed json rpc payload and response types. (#658)

Release v1.8.2-rc.3

24 May 01:07
a2a5199
Compare
Choose a tag to compare
Release v1.8.2-rc.3 Pre-release
Pre-release

v1.8.2-rc.3 Release Notes

Fixes

  • Added a missing type. (#656)
  • Fixed klay_sign parameter via caver.klay.sign. (#649)