Skip to content

Commit

Permalink
Python packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tobey authored and John Tobey committed Aug 29, 2011
1 parent 9892c67 commit 352eba0
Show file tree
Hide file tree
Showing 24 changed files with 1,200 additions and 1,148 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pyc
abe.sqlite*
tmpd
MANIFEST
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Abe/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pass
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Abe/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.6pre'
148 changes: 74 additions & 74 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
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)
========================================================

* The chain summary page (the one listing several blocks in the same
chain) loads much faster than before.

* Address search accepts an initial substring, still without storing
addresses in the database.

* FastCGI support has matured. See README-FASTCGI.txt for setup.

* Abe supports Weeds currency natively. Weeds info:
http://forum.bitcoin.org/index.php?topic=24209.0

* The "datadir" configuration directive can add a new currency without
changes to Python code.

* "auto-agpl" provides a link to download the source directory: a
license compliance aid for those not wishing to use a Github fork.

* /chain/Bitcoin/q/getblockcount: first of (I hope) many
BBE-compatible APIs.

* Several small fixes and speedups.
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)
========================================================
* The chain summary page (the one listing several blocks in the same
chain) loads much faster than before.
* Address search accepts an initial substring, still without storing
addresses in the database.
* FastCGI support has matured. See README-FASTCGI.txt for setup.
* Abe supports Weeds currency natively. Weeds info:
http://forum.bitcoin.org/index.php?topic=24209.0
* The "datadir" configuration directive can add a new currency without
changes to Python code.
* "auto-agpl" provides a link to download the source directory: a
license compliance aid for those not wishing to use a Github fork.
* /chain/Bitcoin/q/getblockcount: first of (I hope) many
BBE-compatible APIs.
* Several small fixes and speedups.
Loading

0 comments on commit 352eba0

Please sign in to comment.