Skip to content

BugFixes and Features

Latest
Compare
Choose a tag to compare
@stephanfeb stephanfeb released this 09 Jul 11:51
· 4 commits to main since this release
af2cd85

Fixed script-size bug
- Script-size limit of 10k bytes should only be done for P2SH scripts with STRICTENC flag.

Bug fix - reversed hashes
- placed internal hashes in correct byte order

Blocks & Utilities
- Added ability to construct Transactions from Streams
- Added streaming constructor to VarInt
- Added functionality to Block. It used to be mostly a stub.
- Minor documentation fixes

Additional utilities for number manipulation

Bugfix for fee calculations
- Fee calculation when spending multiple utxos from same transaction
was broken.