Skip to content

Commit

Permalink
Changelog cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaR committed Dec 3, 2024
1 parent 4409e65 commit 5d8cd90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Synchronizer.walletBalances: StateFlow<Map<Account, AccountBalance>?>` that is replacement for the removed
`orchardBalances`, `saplingBalances`, and `transparentBalance`

### Changed
- `Account` data class works with `accountUuid: ByteArray` instead of the previous ZIP 32 account index
### Changed
- `Synchronizer.orchardBalances`, `Synchronizer.saplingBalances`, and `Synchronizer.transparentBalance` have been
replaced by `Synchronizer.walletBalances` that provides these balances based on `Account`
- These functions from `DerivationTool` have been refactored to work with the ZIP 32 account index instead of the
`Account` data class: `deriveUnifiedSpendingKey`, `deriveUnifiedAddress`, `deriveArbitraryAccountKey`
replaced by `Synchronizer.walletBalances` that provides these balances based on `Account`

### Removed
- `Synchronizer.sendToAddress` and `Synchronizer.shieldFunds` have been removed, use
Expand Down

0 comments on commit 5d8cd90

Please sign in to comment.