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 11python-bitcoinlib release notes
22===============================
33
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+
421v0.2.1
522======
623
Original file line number Diff line number Diff line change 1010requires = []
1111
1212setup (name = 'python-bitcoinlib' ,
13- version = '0.2.2-SNAPSHOT ' ,
13+ version = '0.3.0 ' ,
1414 description = 'This python library provides an easy interface to the Bitcoin data structures and protocol.' ,
1515 long_description = README ,
1616 classifiers = [
You can’t perform that action at this time.
0 commit comments