diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-27 15:06:40 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2012-08-27 15:06:40 -0400 |
commit | f29eaee30a7a45a3bca218748fa6ff9256c2532e (patch) | |
tree | 58c2ea1dab5eb472090aaa2d5f0df864a2e07846 /doc | |
parent | 03fa53a6408699aeaf3e2f7eecb8d2cf16c5e643 (diff) |
Update release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 99ba67690b..1566ce2ee2 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -8,14 +8,23 @@ Building this from +Bitcoin Improvement Proposals implemented +----------------------------------------- +BIP 22 - 'getblocktemplate', 'submitblock' RPCs +BIP 34 - block version 2, height in coinbase +BIP 35 - 'mempool' message, extended 'getdata' message behavior + + Core bitcoin handling and blockchain database --------------------------------------------- * Reduced CPU usage, by eliminating some redundant hash calculations * Cache signature verifications, to eliminate redundant signature checks +* Transactions with zero-value outputs are considered non-standard * Mining: when creating new blocks, sort 'paid' area by fee-per-kb * Database: better validation of on-disk stored data * Database: minor optimizations and reliability improvements * -loadblock=FILE will import an external block file +* Additional DoS prevention measures JSON-RPC API @@ -30,9 +39,13 @@ JSON-RPC API * Added raw transaction API. See https://gist.github.com/2839617 * Added 'getrawmempool', to list contents of TX memory pool * Added 'getpeerinfo', to list data about each connected network peer +* Added 'listaddressgroupings' for better coin control * Rework gettransaction, getblock calls. 'gettransaction' responds for non-wallet TXs now. * Remove deprecated RPC 'getblocknumber' +* New blockchain checkpoint at block 193,000 +* listtransactions output now displays "smart" times for transactions, + and 'blocktime' and 'timereceived' fields were added P2P networking |