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

Releases: klaytn/caver-js

Release v1.5.6-rc.6

15 Dec 06:10
b362e19
Compare
Choose a tag to compare
Release v1.5.6-rc.6 Pre-release
Pre-release

v1.5.6-rc-6 Release Notes

Fixes

  • Fixed to deep copy to preserve the original data when decrypting keystore object. (#405)

Release v1.5.6-rc.5

10 Dec 08:26
fd1b86e
Compare
Choose a tag to compare
Release v1.5.6-rc.5 Pre-release
Pre-release

v1.5.6-rc-5 Release Notes

Fixes

  • Changed default address from 0x to 0x0000000000000000000000000000000000000000 to fill 20 bytes when address is empty. (#403)

Release v1.5.6-rc.4

27 Nov 07:29
3be93f4
Compare
Choose a tag to compare
Release v1.5.6-rc.4 Pre-release
Pre-release

v1.5.6-rc-4 Release Notes

Improvements

  • Removed public EN url before code. (#400)
  • Enabled to set wallet in deploy function of KIP7 and KIP17. (#401)

Release v1.5.6-rc-3

23 Nov 05:34
35e1ccb
Compare
Choose a tag to compare
Release v1.5.6-rc-3 Pre-release
Pre-release

v1.5.6-rc-3 Release Notes

Improvements

  • Added warning log for caver.klay.KIP7 and caver.klay.KIP17. (#398)

Release v1.5.6-rc.2

19 Nov 00:34
df2b13a
Compare
Choose a tag to compare
Release v1.5.6-rc.2 Pre-release
Pre-release

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)

Release v1.5.6-rc.1

11 Nov 07:08
b80b056
Compare
Choose a tag to compare
Release v1.5.6-rc.1 Pre-release
Pre-release

v1.5.6-rc-1 Release Notes

Fixes

  • Defined errors used in reconnect function of websocket provider. (#392)

Release v1.5.5-rc.1

30 Oct 05:20
8435ff2
Compare
Choose a tag to compare
Release v1.5.5-rc.1 Pre-release
Pre-release

v1.5.5-rc.1 Release Notes

Improvements

  • Added logic to handle Buffer type parameter in caver.ipfs.add to upload file contents directly to IPFS(InterPlanetary File System). (#384)

Release v1.5.4

29 Oct 00:57
c9d21fc
Compare
Choose a tag to compare

v1.5.4 Release Notes

New Features

  • caver.ipfs
    • A function to upload/download a file via IPFS (InterPlanetary File System).
      • caver.ipfs.setIPFSNode initializes to connect with an IPFS Node.
      • caver.ipfs.add uploads a file to IPFS.
      • caver.ipfs.get fetches a file from IPFS.
      • caver.ipfs.toHex converts an IPFS hash to a hex formatted hash string.
      • caver.ipfs.fromHex converts a hex formatted hash string to an IPFS hash.
    • To upload and download files through IPFS, you can use caver.ipfs. How to use caver.ipfs is described in detail in Klaytn Docs.

Improvements

  • Updated TERMS_OF_USE.md. (#378)

Release v1.5.4-rc.2

28 Oct 07:57
20b8e4e
Compare
Choose a tag to compare
Release v1.5.4-rc.2 Pre-release
Pre-release

v1.5.4-rc.2 Release Notes

Improvements

Release v1.5.4-rc.1

28 Oct 07:32
1a3e2d0
Compare
Choose a tag to compare
Release v1.5.4-rc.1 Pre-release
Pre-release

v1.5.4-rc.1 Release Notes

New Features

  • caver.ipfs
    • A function to upload/download a file via IPFS (InterPlanetary File System).
      • caver.ipfs.setIPFSNode initializes to connect with an IPFS Node.
      • caver.ipfs.add uploads a file to IPFS.
      • caver.ipfs.get fetches a file from IPFS.
      • caver.ipfs.toHex converts an IPFS hash to a hex formatted hash string.
      • caver.ipfs.fromHex converts a hex formatted hash string to an IPFS hash.
    • To upload and download files through IPFS, you can use caver.ipfs. How to use caver.ipfs is described in detail in Klaytn Docs.

Improvements

  • Updated TERMS_OF_USE.md. (#378)