Skip to content

Commit 06a109e

Browse files
committed
Merge #153: release 0.21
84e1d7f release 0.21 (Andrew Poelstra) Pull request description: ACKs for top commit: sanket1729: ACK 84e1d7f Tree-SHA512: 11d4d1a5d3d105560d38273c355192c913dabcc72eda1bc5271d1a303afa882ccca7abdec07ce93357bfce241e47b188d456db7615a65c8a66567c71d3d5251d
2 parents e847723 + 84e1d7f commit 06a109e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.20.0 - 2022-06-10
27

38
- Remove has_issuance field in TxIn, calculate it directly to avoid the user provide it.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elements"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Andrew Poelstra <apoelstra@blockstream.com>"]
55
description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)