You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
- BIP39 implementation dependency, in `keys::bip39` changed from tiny-bip39 to rust-bip39.
10
10
- Add new method on the `TxBuilder` to embed data in the transaction via `OP_RETURN`. To allow that a fix to check the dust only on spendable output has been introduced.
11
+
- Update the `Database` trait to store the last sync timestamp and block height
11
12
12
13
## [v0.13.0] - [v0.12.0]
13
14
@@ -391,4 +392,4 @@ final transaction is created by calling `finish` on the builder.
0 commit comments