We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e847723 + 84e1d7f commit 06a109eCopy full SHA for 06a109e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.21.0 - 2022-10-19
2
+
3
+- Copy `Sequence` and `LockTime` structures from rust-bitcoin 0.29.1
4
+- Add `Txin::pegin_prevout` method which returns a `bitcoin::Outpoint`; modify `PeginData::from_pegin_witness` to take a bitcoin outpoint
5
6
# 0.20.0 - 2022-06-10
7
8
- Remove has_issuance field in TxIn, calculate it directly to avoid the user provide it.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "elements"
-version = "0.20.0"
+version = "0.21.0"
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
license = "CC0-1.0"
0 commit comments