File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
python-bitcoinlib release notes
2
2
===============================
3
3
4
+ v0.3.0
5
+ ======
6
+
7
+ Major change: cleaned up what symbols are exported by modules. __ all__ is now
8
+ used extensively, which may break some applications that were not importing the
9
+ right modules. Along those lines some implementation details like the ssl
10
+ attribute of the bitcoin.core.key module, and the entire bitcoin.core.bignum
11
+ module, are no longer part of the public API. This should not affect too many
12
+ users, but it will break some code.
13
+
14
+ Other notable changes:
15
+
16
+ * New getreceivedbyaddress RPC call.
17
+ * Fixed getbalance RPC call when wallet is configured off.
18
+ * Various code cleanups and minor bug fixes.
19
+
20
+
4
21
v0.2.1
5
22
======
6
23
Original file line number Diff line number Diff line change 10
10
requires = []
11
11
12
12
setup (name = 'python-bitcoinlib' ,
13
- version = '0.2.2-SNAPSHOT ' ,
13
+ version = '0.3.0 ' ,
14
14
description = 'This python library provides an easy interface to the Bitcoin data structures and protocol.' ,
15
15
long_description = README ,
16
16
classifiers = [
You can’t perform that action at this time.
0 commit comments