Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tobey authored and John Tobey committed Aug 16, 2011
1 parent 3386865 commit 0912a62
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
New in 0.5 - 2011-08-16
=======================

* Big speed improvement for address history and transaction pages.

* Big load time improvement for SQLite: below 10 hours for the BTC
chain.

* MySQL supported.

* Oracle supported, but slow due to lack of transparent bind variable
use in cx_Oracle.

* BBE-compatible HTTP API functions: nethash totalbc addresstohash
hashtoaddress hashpubkey checkaddress

* New HTTP API functions: translate_address decode_address

* Online list of API functions (/q).

* Native BeerTokens currency support.

* Many minor improvements; see the Git log.


New in 0.4.1 - 2011-08-16
=========================

* Security enhancement: refer to orphan blocks by hash, not height.

* Fixed bugs affecting new chains defined via the configuration.

* Warn, do not exit, if a block file is missing or unparsable.

* Abe parses the new merged-mining block field, CAuxPow.

* Decrement the value returned by getblockcount for compatibility.

* Bug fix: remove '-' from parenthesized amounts.

* Fixed previous/next block links on /chain/CHAIN/b/NUMBER pages.

* Accept "var += val" in configuration as equivalent to "var = val"
where "var" has not been defined.

* Added --commit-bytes option to adjust the database commit interval.

* Minor robustness and cosmetic improvements.


Major changes from 0.3 to 0.4 (2011-07-04 to 2011-07-15)
========================================================

Expand Down
2 changes: 1 addition & 1 deletion abe.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import base58

ABE_APPNAME = "Abe"
ABE_VERSION = '0.5pre'
ABE_VERSION = '0.5'
ABE_URL = 'https://github.com/jtobey/bitcoin-abe'

COPYRIGHT_YEARS = '2011'
Expand Down

0 comments on commit 0912a62

Please sign in to comment.