File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ #Release 1.6.6
2
+ ### Bug Fixes and small Feature improvement
3
+
4
+ Fixed script-size bug
5
+ - Script-size limit of 10k bytes should only be done for P2SH scripts with STRICTENC flag.
6
+
7
+ Bug fix - reversed hashes
8
+ - placed internal hashes in correct byte order
9
+
10
+ Blocks & Utilities
11
+ - Added ability to construct Transactions from Streams
12
+ - Added streaming constructor to VarInt
13
+ - Added functionality to Block. It used to be mostly a stub.
14
+ - Minor documentation fixes
15
+
16
+ Additional utilities for number manipulation
17
+
18
+ Bugfix for fee calculations
19
+ - Fee calculation when spending multiple utxos from same transaction
20
+ was broken.
21
+
1
22
#Release 1.6.4
2
23
### Second BugFix for Signature Generation
3
24
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group ' org.twostack'
9
- version ' 1.6.5 '
9
+ version ' 1.6.6 '
10
10
11
11
repositories {
12
12
mavenCentral()
You can’t perform that action at this time.
0 commit comments