Skip to content

1.0.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@overcat overcat released this 14 Nov 11:35
· 1 commit to master since this release
b8ec0e2

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 from int to long. (#657)
  • refactor!: rename TransactionPreconditions.isValid to TransactionPreconditions.validate. (#666)
  • refactor!: if seed is not present, calling Keypair.sign throws IllegalStateException. (#662)
  • refactor!: StrKeyException has been removed, use IllegalArgumentException instead. When you call functions like Keypair.fromAccountId, this exception will also be thrown if invalid data is passed in. (#663)
  • refactor!: AssetCodeLengthInvalidException has been removed, use IllegalArgumentException instead. (#667)
  • refactor!: MalformedAddressException has been removed, use IllegalArgumentException instead. (#668)