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

Releases: klaytn/caver-java

Release v1.4.0

29 Apr 02:18
33ee1ed
Compare
Choose a tag to compare

v1.4.0 Release Note

New features

  • com.klaytn.caver.kct.KIP7 class that enables you to interact with the "Fungible Token" contract, which satisfied the KIP-7 standard.
  • com.klaytn.caver.kct.KIP17 class that enables you to interact with the "Non-Fungible Token" contract, which satisfied the KIP-17 standard.

Release v1.4.0-rc.2

28 Apr 05:07
bc83601
Compare
Choose a tag to compare
Release v1.4.0-rc.2 Pre-release
Pre-release

v1.4.0 Release Note

Improvemnts

  • Moving KCT package location : com.klaytn.caver.tx.kct -> com.klaytn.caver.kct

Release v1.4.0-rc.1

27 Apr 06:33
c118679
Compare
Choose a tag to compare
Release v1.4.0-rc.1 Pre-release
Pre-release

v1.4.0-rc.1 Release Notes

New features

  • Introduced new class to interact with a KIP-7 fungible token contract
  • Introduced new class to interact with a KIP-17 nonfungible token contract

Release v1.3.3

20 Apr 05:17
bb2048f
Compare
Choose a tag to compare

v1.3.3 Release Notes

Fixes

  • Fixed KlayWalletUtils.isValidAddress to return false with a given address whose size is smaller than 20 bytes.

Release v1.3.3-rc.1

17 Apr 07:05
e56d27e
Compare
Choose a tag to compare
Release v1.3.3-rc.1 Pre-release
Pre-release

v1.3.3-rc.1 Release Notes

Fixes

  • Fixed KlayWalletUtils.isValidAddress to validate properly for addresses less than 20-bytes

Release v1.3.2

13 Apr 06:26
7968e2e
Compare
Choose a tag to compare

v1.3.2 Release Notes

Improvements

  • Implemented transaction decoding for legacy transactions
  • Added a constructor of DefaultGasProvider to use gasPrice of the connected network

Fixes

  • Upgraded shadow to v5.1.0 to fix a bug of the caver-java console script
  • Modified TransactionTransformer and SmartContract to set a custom gas price
  • Fixed importing files in integration-test for DefaultGasProvider

Release v1.3.2-rc.2

25 Mar 04:47
89f8def
Compare
Choose a tag to compare
Release v1.3.2-rc.2 Pre-release
Pre-release

v1.3.2-rc.2 Release Notes

Fixes

  • Fixed import file in integration-test for DefaultGasProvider

Release v1.3.2-rc.1

11 Mar 04:33
6a6837c
Compare
Choose a tag to compare
Release v1.3.2-rc.1 Pre-release
Pre-release

v1.3.2-rc.1 Release Notes

Fixes

  • Upgraded shadow plugin version to 5.1.0 to fix caver-java console script bug
  • Modified TransactionTransformer and SmartContract to set custom gas price

Improvements

  • Implemented decode transaction function for legacy transaction
  • Added constructor to DefaultGasProvider to use gasPrice of Node

Release V1.3.1

14 Jan 07:16
f1c8e3a
Compare
Choose a tag to compare

v1.3.1 Release Notes

Improvements

  • Changed the empty fee payer address to 0x for compatibility with caver-js.

Fixes

  • Fixed the import logic of keystore v3 wallets.

Release v1.3.0

01 Jan 23:02
6f0e0c8
Compare
Choose a tag to compare

v1.3.0 Release Notes

Improvements

  • Added to raise an exception when extracting a Klaytn wallet key of role-based account keys is failed.

Fixes

  • Fixed deserialization failure of getBlockNumber.
  • Fixed validation methods of addresses and private keys in walletUtils.