File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.1 - March 8, 2023
2
+
3
+ - Fixed a typing rule in ` multi_a ` for taproot miniscript descriptors. Current typing rules
4
+ incorrectly tagged ` multi_a ` with the ` n ` property. Certain miniscripts of the form ` j:multi_a ` could
5
+ could not spent without the first key. We could not find any evidence of these scripts being used
6
+ in the wild. While this is technically a breaking change, any downstream users whose code would
7
+ break by this change are already vulnerable.
8
+
1
9
# 9.0.0 - November 5, 2022
2
10
3
11
- Fixed a bug dealing with dissatisfying pkh inside thresh
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miniscript"
3
- version = " 9.0.0 "
3
+ version = " 9.0.1 "
4
4
authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>" ]
5
5
license = " CC0-1.0"
6
6
homepage = " https://github.com/rust-bitcoin/rust-miniscript/"
You can’t perform that action at this time.
0 commit comments