1.0.0-rc0
Pre-release
Pre-release
The following are the changes since version 1.0.0-beta1. If you are upgrading from an older version,
please also refer to the change logs of previous versions, especially 1.0.0-alpha0.
In addition, there are two PRs here that demonstrate how to upgrade to the latest version; you can check them out if needed:
Update
- feat: add support for Soroban PRC's
getLedgers
API interface. (#660) - fix: fix the data validation of
StrKey
class. (#664)
Breaking changes
- refactor!: change the type of
AbstractTransaction.MIN_BASE_FEE
fromint
tolong
. (#657) - refactor!: rename
TransactionPreconditions.isValid
toTransactionPreconditions.validate
. (#666) - refactor!: if seed is not present, calling
Keypair.sign
throws IllegalStateException. (#662) - refactor!:
StrKeyException
has been removed, useIllegalArgumentException
instead. When you call functions likeKeypair.fromAccountId
, this exception will also be thrown if invalid data is passed in. (#663) - refactor!:
AssetCodeLengthInvalidException
has been removed, useIllegalArgumentException
instead. (#667) - refactor!:
MalformedAddressException
has been removed, useIllegalArgumentException
instead. (#668)