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

Release v1.9.0

Compare
Choose a tag to compare
@jimni1222 jimni1222 released this 21 Jul 00:55
· 131 commits to dev since this release
f82edf7

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.