This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Releases: klaytn/caver-js
Releases · klaytn/caver-js
Release v1.10.2
v1.10.2 Release Notes
What’s New in v.1.10.2
- About The API getting governance parameters (#740)
getItemsAt
is replaced bygetParams
in governance namespacegetGovParamsAt
is replaced bygetParams
in klay namespacegetItemsAt
andgetGovParamsAt
will be deprecated from version 1.11.0.
- About the API getting chain config (#741)
getChainConfigAt
is replaced bygetChainConfig
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
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)
Fixes
Release v1.9.1-rc.4
Release v1.9.0
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 ofcaver.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 tobaseFee * 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
andcaver.rpc.klay.getLowerBoundGasPrice
APIs.
Please see KIP-71 for details.
- Added
Release v1.8.2
v1.8.2 Release Notes
Improvements
- Updated code owner of caver-js. (https://github.com/klaytn/caver-js/pull/660)
Fixes
Release v1.8.2-rc.6
Release v1.8.2-rc.5
v1.8.2-rc.5 Release Notes
Improvements
- Updated code owner of caver-js. (https://github.com/klaytn/caver-js/pull/660)