Skip to content

Commit 1235ec4

Browse files
author
Stephan February
committed
Drafted Release for 1.6.6
1 parent 529975b commit 1235ec4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
#Release 1.6.4
223
### Second BugFix for Signature Generation
324

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.twostack'
9-
version '1.6.5'
9+
version '1.6.6'
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)