Improve bitcoin address handling. P2SH and P2PKH addresses now get their own classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH can now convert scriptPubKeys containing non-canonical pushes as well as bare checksig to addresses.
.deserialize() methods now fail if there is extra data left over.
Various other small bugfixes.
License is now LGPL v3 or later.
v0.2.0
Major change: CTransaction, CBlock, etc. now come in immutable (default) and mutable forms. In most cases mutable and immutable can be used interchangeably; when that is not possible methods are provided to create new (im)mutable objects from (im)mutable ones efficiently.
Other changes:
New BIP70 payment protocol example. (Derren Desouza)
Rework of message serialization. Note that this may not represent the final form of P2P support, which is still in flux. (Florian Schmaus)
Various bugfixes
Finally starting this release, git tags will be of the form 'python-bitcoinlib-(version)', replacing the less specific '(version)' form previously used.
2.7.2 (2014-01-25)
Fixed amount parsing issue. (#379)
Don't repeatedly fetch currency rates we can never get. (#374)
Fixed date parsing issue. [Windows, Linux] (#381)
Fixed view plugins which were broken.
1.35 2014-06-17 08:06:14+02:00 Europe/Brussels
* BUGFIX: VWD - currency returned.
1.34 2014-06-15 21:30:03+02:00 Europe/Brussels
* VWD adapted to recent website change.
1.33 2014-06-01 11:24:24+02:00 Europe/Brussels
* BUGFIX: yahoo_json never returns currency. so don't set a default.
yahoo_json returned current timestamp instead of quote date.
1.32 2014-05-18 21:55:12+02:00 Europe/Brussels
* return "symbol" for yahoo_json module
* allow to retrieve ISIN codes with VWD module
1.31 2014-05-04 22:56:45+02:00 Europe/Brussels
* Case mismatch in ZA_UnitTrusts pod
1.30 2014-05-04 21:56:34+02:00 Europe/Brussels
* Bourso.pm works on current website changes. Thanks to Guillaume
* New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
Exchange (CSE) in Sri Lanka.
1.29 2014-04-08 08:28:25+02:00 Europe/Brussels
* New module za_unittrusts. kudos to Rolf Endres.
* Indiamutual patched to current website. kudos to Vinay S Shastry.
1.28 2014-03-16 12:05:19+01:00 Europe/Brussels
* Removed some unnecessary dependencies
1.27 2014-03-05 15:04:22+01:00 Europe/Brussels
* New module YahooJSON added (Abhijit Kshirsagar)
* mtgox.t should not create errors when ONLINE_TEST is not defined
1.26 2014-03-03 22:24:58+01:00 Europe/Brussels
* VWD adapted to current website (skaringa)
* Boursorama module mostly fixed (Arnaud Gardelein)
1.25 2014-03-02 23:18:23+01:00 Europe/Brussels
* AEX.pm : Some checking added. Not working yet
* Quote.pm : readded sub parse_csv_semicolon.
1.24 2014-03-02 21:39:00+01:00 Europe/Brussels
* Added module Citywire.pm written by Martin Sadler
* Added module FTfunds.pm written by Martin Sadler
* Added module MStaruk.pm written by Martin Sadler
* Added module TNetuk.pm written by Martin Sadler
* Data::Dumper is no more required to build
1.23_02 2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE)
TEST RELEASE
1.22 2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE)
TEST RELEASE
1.21 2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE)
* ASX.pm now supports querying more than 10 symbols (goodvibes2)
* Travis config added for automated test build
* BUILD: Updated to use Dist::Zilla
new leaf modules:
py-trytond-account-asset
py-trytond-account-payment
py-trytond-account-payment-sepa
py-trytond-account-statement
py-trytond-bank
ok wiz@
* Support for canceling transfers
=== 1.15.1 2014-05-21
* Support cards for recipients.
=== 1.14.1 2014-05-19
* Disable loading the ssl module on the Google App Engine dev server.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Remove libgnomeui, not used since 2012, see
http://svn.gnucash.org/trac/changeset/22379/
Add libgnomecanvas and some other indirect dependencies.
Add gnome-keyring dependency. It is optional, but I found no way to disable
it when it's installed, so depend on it for now, to avoid surprises.
Bump PKGREVISION.
This Python2/3 library provides an easy interface to the bitcoin data structures
and protocol. The approach is low-level and "ground up", with a focus on
providing tools to manipulate the internals of how Bitcoin works.
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add start/end date to tax
* Use account of write-off journal as default
* Add write-off journal type
* Add description on write-off move
=== 1.12.2 2014-03-13
* Fix syntax errors in setup.py metadata
=== 1.12.1 2014-03-13
* Added license and other metadata in setup.py
* Fix `__repr__` in Python 3
* Support pickling of responses
Version History
---------------
2.6.3 - 30 March 2014
o There have been no documentation changes since 2.6.2
2.6.2 - 2 March 2014
o Bug 547386 - Help text for Employee section missing.
o Bug 723173 - One error and some typos in documentation. Thanks to
Imat for the patch.
o Bug 725013 - dividends reinvested example text doesn't match
graphic. Also remove a useless figure and improve text.
o Assorted typos and version number corrections.
2.6.1 - 1 January 2014
o First documention updates for credit notes
o Adapt migration documentation to gsettings introduction
o Move most of the text regarding business features from guide
to help, correct links and wording and many small improvements.
o Add information about the Business tab in book options window.
o Enable building Japanese PDF without requiring Debian or
downloading fonts from anywhere.
o Add Fedora font paths
o Adjust image after [23668] update.
o Doc/guide/C: add cash account to accts-examples-organization2
o Docs/guide/de: minor corrections of spelling and an
extension by Martin Mainka
o Update Italian translation of guide.
o Update instructions for Italian translation to adapt them
to new generic langcode.
2.6.0 - 29 December 2013
o Updated documentation for new GnuCash stable version 2.6.0
o Update Preferences section
o Menu and Toolbar references
o Update Business Documentation: Bobby Ratliff
o Budget Features: Bobby Ratliff
o Update Copyrights, Author lists, and metadata
o Add facility to publish docs as e-pubs
o Bug 513122 - Documentation doesn't explain how to import
account tree.
o Bug 604519 - Explain scope of Find Transaction tool.
o Bug 608932 - The documentation provided for opening a new
stock account is not appropriate
o Bug 633524 - Guide: introduce some splits concepts to help
with understanding transactions.
o Bug 638955 - Add documentation for book closing
o Bug 639264 - Add information in Concepts 4.5 to Explain
Starting Balance in Reconcile window
o Bug 661705 - OMF files not installed at the right place:
Yelp doesn't see them
o Bug 670354 - [PATCH] Outdated Docs - Assign Starting Invoice Number
o Bug 672668 - Add section explaining how to migrate data.
o Bug 684709 - Some rearrangement of text and chapters.
o Bug 687476 - Document Customer/Vendor overview feature
o Bug 688425 - Fix steps in putting it all together section.
o Bug 688579 - Run xmllint or variant in make distcheck
o Bug 688968 - Investment documentation improvements for
chapter about selling shares.
o Bug 691762 - Clarify behaviour of Find Transaction dialog
box's `Reconcile' criteria buttons.
o Bug 692917 - Note for keys when entering transactions.
o Bug 693493 - Add text to Tutorial 2.2.3 to explain
Debit/Credit Columns in register
o Bug 699430 - Describe the Assets over Time barchart Report
o Bug 700656 - Tutorial does not explain type of security
o Bug 702039 - Canadian stocks are fetched in USD by Finance-Quote
o Bug 712308: Double click on parent account doesn't open the
register - new behaviour not documented.
o Bug 715161 - File structure csv import customers and vendors
o Updated Translations: German, Italian
2.6.3 - 30 March 2014
Bugs Fixed:
721196 - Cannot import lines with empty fields for deposit or withdrawal
in bank transaction download.
721654 - Style sheet preference is not saved for a Preconfigured Report
723975 - Dialog box displayed during QIF import has placeholder text
724995 - Gnucash crashes due to assertion failed when opening sqlite file
711567 - Cannot save a custom report if a path contain diacritic chars
726430 - Python: account.getName() raises TypeError
726891 - segmentation fault on session.end()
Other Changes:
Fix resizing of columns in budget view
Fix guile 2 stack overflow errors for large reports
Fix basis calculation for FIFO or LIFO when less than one lot is sold.
Update Window and Menu item from "Preconfigured-" to "Saved-" Report
and add lables to the dialog with help texts
Aqbanking: SEPA transfer improvements - fix origin labels and add
possibility to edit sender's name.
Prevent crash reported in Bug 711567.
Translations Updated: Catalan, Danish, Italian