File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 - July 6, 2020
2+
3+ - Added the following aliases to miniscript for ease of operations
4+ - Rename `pk` to `pk_k`
5+ - Rename `thresh_m` to `multi`
6+ - Add alias `pk(K)` = `c:pk_k(K)`
7+ - Add alias `pkh(K)` = `c:pk_h(K)`
8+ - Fixed Miniscript parser bugs when decoding Hashlocks
9+ - Added scriptContext(` Legacy ` and ` Segwitv0 ` ) to Miniscript.
10+ - Miscellenous fixes against DoS attacks for heavy nesting.
11+ - Fixed Satisfier bug that caused flipping of arguments for ` and_v ` and ` and_n ` and ` and_or `
Original file line number Diff line number Diff line change 11[package ]
22name = " miniscript"
3- version = " 0.12 .0"
4- authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>" ]
3+ version = " 1.0 .0"
4+ authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com> " ]
55repository = " https://github.com/apoelstra/miniscript"
66description = " Miniscript: a subset of Bitcoin Script designed for analysis"
77license = " CC0-1.0"
Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ active development and is not held to the same standards as `rust-bitcoin` or
5252For this reason, it is not recommended to use it in production.
5353
5454
55+ # Release Notes
56+
57+ See [ CHANGELOG.md] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments