Bug fixes
Pre-release
Pre-release
Added
__eq__
methods onBlock
andTransaction
- Test vectors
Fixed
- Parsing of 00 as a 1-byte push operation
- Parsing of invalid push operations
TxIn.from_json
method now properly instantiatesCoinBaseScriptSig
where appropriate- Generic
Scripts
unhexlify method now works as expected (i.e. no identification is performed on the unhexlifying ofScript
s,ScriptPubKey
s andScriptSig
s)
Backward compatibility
- Should not break past usage, apart from usage that for some reason relied on the bugs that are now fixed