File tree 2 files changed +16
-11
lines changed
2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
- # 1 .0.0 - July 6 , 2020
1
+ # 3 .0.0 - Oct 13 , 2020
2
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
- - Miscellaneous 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 `
3
+ - ** Bump MSRV to 1.29**
12
4
13
5
# 2.0.0 - Oct 1, 2020
14
6
22
14
- Added a generic psbt finalizer and extractor
23
15
- Updated Satisfaction API for checking time/height before setting satisfaction
24
16
- Added a policy entailment API for more miniscript semantic analysis
17
+
18
+ # 1.0.0 - July 6, 2020
19
+
20
+ - Added the following aliases to miniscript for ease of operations
21
+ - Rename `pk` to `pk_k`
22
+ - Rename `thresh_m` to `multi`
23
+ - Add alias `pk(K)` = `c:pk_k(K)`
24
+ - Add alias `pkh(K)` = `c:pk_h(K)`
25
+ - Fixed Miniscript parser bugs when decoding Hashlocks
26
+ - Added scriptContext(` Legacy ` and ` Segwitv0 ` ) to Miniscript.
27
+ - Miscellaneous fixes against DoS attacks for heavy nesting.
28
+ - Fixed Satisfier bug that caused flipping of arguments for ` and_v ` and ` and_n ` and ` and_or `
29
+
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miniscript"
3
- version = " 2 .0.0"
3
+ version = " 3 .0.0"
4
4
authors = [
" Andrew Poelstra <[email protected] >, Sanket Kanjalkar <[email protected] >" ]
5
5
repository = " https://github.com/apoelstra/miniscript"
6
6
description = " Miniscript: a subset of Bitcoin Script designed for analysis"
You can’t perform that action at this time.
0 commit comments