File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1515# Note that setup.py can break if __init__.py imports any external
1616# dependencies, as these might not be installed when setup.py runs. In this
1717# case __version__ could be moved to a separate version.py and imported here.
18- __version__ = '0.12.0.dev0 '
18+ __version__ = '0.12.0'
1919
2020class MainParams (bitcoin .core .CoreMainParams ):
2121 MESSAGE_START = b'\xf9 \xbe \xb4 \xd9 '
Original file line number Diff line number Diff line change 11# python-bitcoinlib release notes
22
3- ## v0.12.0-pending
3+ ## v0.12.0
44
55* ` CECKey ` now rejects secrets that aren't exactly 32 bytes
6+ * Now compatible with OpenSSL v3; broke compatibility with certain script edge
7+ cases around malformed signatures. This is acceptable because
8+ python-bitcoinlib doesn't claim to have consensus compatibility and no-one
9+ should use it for script/tx validation.
610
711## v0.11.2
812
You can’t perform that action at this time.
0 commit comments