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

Release v1.5.6-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jimni1222 jimni1222 released this 19 Nov 00:34
· 811 commits to dev since this release
df2b13a

v1.5.6-rc-2 Release Notes

New Features

  • Introduction of IWallet to support various wallet types of Caver.
    • You can use a class that implements the IWallet interface in caver.wallet. Through this, it is possible to execute logic using the class implementing IWallet in Contract/KIP7/KIP17 without separate implementation modification.

Improvements

  • Added caver logo in README file (#395)

Fixes

  • Modified to throw error instead of calling utils._fileError in contract.deploy function. (#397)