Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Mar 3, 2023
1 parent fd3687b commit 0cfcd07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Updated Rust ( Bdk to latest version 0.27.1 ) and Flutter dependencies.

#### APIs added
- New `Transaction` class that can be created from or serialized to consensus encoded bytes.
- Add estimateFee(int Target) function for `Blockchain`
- Add getInternalAddress() function for `Wallet`
- Add AddressIndex.reset(index: index) & AddressIndex.peek(index: index)
- Add AddressIndex.reset(int index) & AddressIndex.peek(int index)

#### APIs changed
- partiallySignedTransaction.extractTx() returns a `Transaction` instead of a the transaction bytes.
- blockchain.broadcast() takes a `Transaction` instead of a `PartiallySignedTransaction`

## [0.3.2]

### Fixed
- iOS build issue when using flovors
- iOS build issue when using flavors
- Added toString method for all objects
## [0.3.1]

## [0.3.1]
### Fixed
- Pub.dev analysis score
- Type mismatch for descriptorSecretKey
Expand Down

0 comments on commit 0cfcd07

Please sign in to comment.