diff --git a/CHANGELOG.md b/CHANGELOG.md index 94696f885..1c96fb393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.19.0-beta01 +### Changed +- Adopted the latest Bip39 version 1.0.5 + +### Fixed +- `TransactionOverview` object returned with `SdkSynchronizer.transactions` now contains a correct `TransactionState. + Pending` in case of the transaction is mined,but not fully confirmed. +- When the SDK internally works with a recently created transaction there was a moment in which could the transaction + causes the SDK to crash, because of its invalid mined height. Fixed now. + ## 1.18.0-beta01 - Synchronizer's functions `getUnifiedAddress`, `getSaplingAddress`, `getTransparentAddress`, and `refreshUtxos` now do not provide `Account.DEFAULT` value for the account argument. As accounts are not fully supported by the SDK diff --git a/gradle.properties b/gradle.properties index a1f7e04a8..c6a256bd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ ZCASH_ASCII_GPG_KEY= # Configures whether release is an unstable snapshot, therefore published to the snapshot repository. IS_SNAPSHOT=true -LIBRARY_VERSION=1.18.0-beta01 +LIBRARY_VERSION=1.19.0-beta01 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true