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 15
15
# Note that setup.py can break if __init__.py imports any external
16
16
# dependencies, as these might not be installed when setup.py runs. In this
17
17
# case __version__ could be moved to a separate version.py and imported here.
18
- __version__ = '0.12.0.dev0 '
18
+ __version__ = '0.12.0'
19
19
20
20
class MainParams (bitcoin .core .CoreMainParams ):
21
21
MESSAGE_START = b'\xf9 \xbe \xb4 \xd9 '
Original file line number Diff line number Diff line change 1
1
# python-bitcoinlib release notes
2
2
3
- ## v0.12.0-pending
3
+ ## v0.12.0
4
4
5
5
* ` 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.
6
10
7
11
## v0.11.2
8
12
You can’t perform that action at this time.
0 commit comments