Changelog for
python-pycoin-0.70-1.1.noarch.rpm :
Tue Aug 9 14:00:00 2016 YarnyAATTpublic-files.de
- pycoin 0.70
+ major overhaul of the VM and scripting system to make it more compatible with
bitcoind including added over 1000 tests from bitcoind
+ added a framework to trace transaction script
+ removed chain.com service provider, as they\'ve disabled their API
+ removed biteasy service provider, as many transactions were not being returned
properly and there are many other good alternatives
+ deprecate PYCOIN_SERVICE_PROVIDERS in favor of PYCOIN_BTC_PROVIDERS
+ add Peter Gray\'s message signing code to pycoin/contrib
+ add experimental bitcoind_disk code to read blocks from bitcoind disk database
+ deprecate Tx.tx_from_hex (instead use Tx.from_hex)
Fri May 6 14:00:00 2016 YarnyAATTpublic-files.de
- just rename the source file and add a comment to the spec file
Sat Jan 23 13:00:00 2016 YarnyAATTpublic-files.de
- pycoin 0.61
+ fix a problem creating and parsing scripts with blobs of size >= 256
- pycoin 0.60
+ more tests
+ prototype support for using native OpenSSL methods to speed up some slow operations.
Set (and export) environment variable PYCOIN_NATIVE=openssl to activate.
+ moved intbytes to pycoin.intbytes
+ support signing pay-to-scripthash in tx utility
+ abolish support for negative numbers in BIP32 key paths
+ more networks
+ changed how Spendable streams to text and to dicts to put transaction hashes in the
more conventional order.
*
* WARNING
*
*: if you have built databases of Spendable objects
using these methods, you will need to convert them
+ make spend.py script obsolete
+ first crack at Insight service, chain.so service, chain.com service
+ deprecate Tx.tx_from_hex in favor of Tx.from_hex
+ a zillion other minor fixes
Sun Oct 12 14:00:00 2014 YarnyAATTpublic-files.de
- pycoin 0.52, specfile prepared with
- spec: cut down huge %description to two lines
- spec: Group: Productivity/Office/Finance
- spec: add BuildRequires python-setuptools
- spec: fix %install section:
+ files in pycoin/scripts should be executable
(up to __init__.py, to suppress rpmlint warnings)
+ prefix binaries in /usr/bin with \"pycoin-\"
+ remove \"obsolete\" binaries in /usr/bin
(see setup.py in source archive)
- spec: disable nosetests (0 tests in this package)
- spec: add binaries in /usr/bin to package