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

Release v1.6.4

Compare
Choose a tag to compare
@jimni1222 jimni1222 released this 17 Aug 04:54
· 504 commits to dev since this release
6e1f260

v1.6.4 Release Notes

Improvements

Fixes

  • Modified to encode FeeDelegatedWithRatio transactions with the feeRatio variable converted to an even number. (#481)
  • Fixed caver.contract error handling logic for when keyring doesn't exist in caver.wallet. (#488)
  • Fixed so that, when using an account in Klaytn Node because the from keyring doesn't exist in caver.wallet, sendTransaction is used when caver.contract sends a basic transaction, and signTransaction and sendRawTransaction are used when caver.contract sends a fee delegation transaction. (#509, #519)
  • Fixed hex prefix-related functions to handle ‘0X’ as a hex prefix and modified to convert ‘0X’ to ‘0x’ in caver.utils.addHexPrefix. (#517)