mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 23:07:52 +00:00
Update release notes
This commit is contained in:
parent
03fa53a640
commit
f29eaee30a
@ -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
|
Core bitcoin handling and blockchain database
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
* Reduced CPU usage, by eliminating some redundant hash calculations
|
* Reduced CPU usage, by eliminating some redundant hash calculations
|
||||||
* Cache signature verifications, to eliminate redundant signature checks
|
* 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
|
* Mining: when creating new blocks, sort 'paid' area by fee-per-kb
|
||||||
* Database: better validation of on-disk stored data
|
* Database: better validation of on-disk stored data
|
||||||
* Database: minor optimizations and reliability improvements
|
* Database: minor optimizations and reliability improvements
|
||||||
* -loadblock=FILE will import an external block file
|
* -loadblock=FILE will import an external block file
|
||||||
|
* Additional DoS prevention measures
|
||||||
|
|
||||||
|
|
||||||
JSON-RPC API
|
JSON-RPC API
|
||||||
@ -30,9 +39,13 @@ JSON-RPC API
|
|||||||
* Added raw transaction API. See https://gist.github.com/2839617
|
* Added raw transaction API. See https://gist.github.com/2839617
|
||||||
* Added 'getrawmempool', to list contents of TX memory pool
|
* Added 'getrawmempool', to list contents of TX memory pool
|
||||||
* Added 'getpeerinfo', to list data about each connected network peer
|
* Added 'getpeerinfo', to list data about each connected network peer
|
||||||
|
* Added 'listaddressgroupings' for better coin control
|
||||||
* Rework gettransaction, getblock calls. 'gettransaction' responds for
|
* Rework gettransaction, getblock calls. 'gettransaction' responds for
|
||||||
non-wallet TXs now.
|
non-wallet TXs now.
|
||||||
* Remove deprecated RPC 'getblocknumber'
|
* 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
|
P2P networking
|
||||||
|
Loading…
Reference in New Issue
Block a user