We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e621 commit b733981Copy full SHA for b733981
release-notes.md
@@ -4,6 +4,9 @@ python-bitcoinlib release notes
4
v0.5.0
5
======
6
7
+Major fix: Fixed OpenSSL related crashes on OSX and Arch Linux. Big thanks to
8
+everyone who helped fix this!
9
+
10
Breaking API changes:
11
12
* Proxy no longer has ``__getattr__`` to support arbitrary methods. Use
@@ -13,6 +16,13 @@ Breaking API changes:
13
16
New features:
14
17
15
18
* New RPC calls: getbestblockhash, getblockcount, getmininginfo
19
+* Signing and verification of Bitcoin Core compatible messages. (w/ pubkey recovery)
20
+* Tox tests
21
+* Sphinx docs
22
23
+Notable bugfixes:
24
25
+* getinfo() now works where disablewallet=1
26
27
v0.4.0
28
0 commit comments