This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Release v1.6.4
v1.6.4 Release Notes
Improvements
- Configured the environment for jsdoc documents and added jsdoc content for packages provided in common architecture. (#492, #493, #494, #496, #498, #499, #500, #501, #502, #503, #504, #505, #506, #508, #511, #514, #516)
Fixes
- Modified to encode FeeDelegatedWithRatio transactions with the
feeRatio
variable converted to an even number. (#481) - Fixed
caver.contract
error handling logic for whenkeyring
doesn't exist incaver.wallet
. (#488) - Fixed so that, when using an account in Klaytn Node because the from
keyring
doesn't exist incaver.wallet
,sendTransaction
is used whencaver.contract
sends a basic transaction, andsignTransaction
andsendRawTransaction
are used whencaver.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)