File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11python-bitcoinlib release notes
22===============================
33
4+ v0.2.1
5+ ======
6+
7+ * Improve bitcoin address handling. P2SH and P2PKH addresses now get their own
8+ classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH
9+ can now convert scriptPubKeys containing non-canonical pushes as well as bare
10+ checksig to addresses.
11+ * .deserialize() methods now fail if there is extra data left over.
12+ * Various other small bugfixes.
13+ * License is now LGPL v3 or later.
14+
15+
416v0.2.0
517======
618
Original file line number Diff line number Diff line change 1010requires = []
1111
1212setup (name = 'python-bitcoinlib' ,
13- version = '0.2.1-SNAPSHOT ' ,
13+ version = '0.2.1' ,
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