This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Releases: klaytn/caver-js
Releases · klaytn/caver-js
Release v1.5.6-rc.6
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
v1.5.6-rc-5 Release Notes
Fixes
- Changed default address from
0x
to0x0000000000000000000000000000000000000000
to fill 20 bytes when address is empty. (#403)
Release v1.5.6-rc.4
Release v1.5.6-rc-3
v1.5.6-rc-3 Release Notes
Improvements
- Added warning log for
caver.klay.KIP7
andcaver.klay.KIP17
. (#398)
Release v1.5.6-rc.2
Release v1.5.6-rc.1
v1.5.6-rc-1 Release Notes
Fixes
- Defined errors used in reconnect function of websocket provider. (#392)
Release v1.5.5-rc.1
v1.5.5-rc.1 Release Notes
Improvements
- Added logic to handle
Buffer
type parameter incaver.ipfs.add
to upload file contents directly to IPFS(InterPlanetary File System). (#384)
Release v1.5.4
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 usecaver.ipfs
is described in detail in Klaytn Docs.
- A function to upload/download a file via IPFS (InterPlanetary File System).
Improvements
- Updated TERMS_OF_USE.md. (#378)
Release v1.5.4-rc.2
v1.5.4-rc.2 Release Notes
Improvements
- Added
caver.ipfs
to API spec in README.md (https://github.com/ground-x/caver-js-ext-kas/pull/379)
Release v1.5.4-rc.1
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 usecaver.ipfs
is described in detail in Klaytn Docs.
- A function to upload/download a file via IPFS (InterPlanetary File System).
Improvements
- Updated TERMS_OF_USE.md. (#378)