up version to 0.1.13

New things:
* Statistical tests for RNG
* New SecureRandom class that does the right thing on all platforms
* Peer discovery
* Signature sorting in TransactionBuilder
* BIP32 speed improvements
* Electrum-style public key derivation
* Refactor node/browser code
* Message signing/verification the bitcoin way
* Address.fromScriptPubKey
This commit is contained in:
Ryan X. Charles 2014-04-24 11:51:23 -03:00
parent 9575929162
commit 0b7c52615f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "bitcore",
"description": "Bitcoin Library",
"version": "0.1.12",
"version": "0.1.13",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"