Gordon Hall
bf1b4bdcc7
replace extend with underscore and use it's version of extend from within PeerManager
11 years ago
Ryan X. Charles
3b2bda0745
Merge pull request #292 from manan19/patch-1
Update README.md
11 years ago
Ryan X. Charles
40a367993c
Merge pull request #293 from aalness/master
RPC not required.
11 years ago
Andy Alness
ec6400a5c1
RPC not required.
11 years ago
Manan Patel
e5d23547c0
Update README.md
Updated link to RpcClient.js
11 years ago
Ryan X. Charles
33415983be
up version to 0.1.16 ... to sync up npm and github
11 years ago
Ryan X. Charles
0cdb8941d7
Merge tag 'v0.1.15'
Conflicts:
package.json
11 years ago
Ryan X. Charles
9af3501f04
up version to 0.1.15
11 years ago
Ryan X. Charles
c7b33eca9a
update key signing to use new SecureRandom
...and throw an error if you try to use the old, non-secure random number
generator.
11 years ago
Manuel Aráoz
66b8b6d0ba
Merge pull request #290 from blocktrail/getMultiSigInfo
added Script.getMultiSigInfo
11 years ago
Ruben de Vries
4860b8f3c7
updated naming for getMultiSigInfo
11 years ago
Ruben de Vries
e301a14657
added Script.getMultiSigInfo as easy helper to return information about a multisig script
11 years ago
Ryan X. Charles
91abec72b2
version 0.1.14
11 years ago
Ryan X. Charles
90a09805cb
Merge pull request #288 from ryanxcharles/bug/bignum-in-key
add require('bignum') in key
11 years ago
Ryan X. Charles
10d164b292
add require('bignum') in key
11 years ago
Ryan X. Charles
0b7c52615f
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
11 years ago
Ryan X. Charles
9575929162
Merge branch 'feature/secure-random'
Conflicts:
lib/browser/Key.js
11 years ago
Ryan X. Charles
dc041db650
Merge pull request #285 from matiu/bug/firefox1
removes buffertools dependencies in browsers Key.js
11 years ago
Matias Alejo Garcia
64b5623d54
removes buffertools dependencies in browsers Key.js
11 years ago
Ryan X. Charles
350f6ae998
Key should make sure new privkey is less than N
...this involves adding a Curve class, and significant refactoring to make this
possible in a clean way.
11 years ago
Ryan X. Charles
96ba284e2f
Merge pull request #284 from maraoz/test/rng
Tests for RNG
11 years ago
Manuel Araoz
d8827cf9fd
skip statistically failing tests
11 years ago
Manuel Araoz
17d0eeeb00
skip pending tests:wq
11 years ago
Manuel Araoz
2a829c4525
reduce number of cases for browser
11 years ago
Manuel Araoz
34ac69616a
fix runs test
11 years ago
Manuel Araoz
532564461e
testing RNG
11 years ago
Manuel Araoz
0095f5c9d0
rng statistic testswq
11 years ago
Ryan X. Charles
11b54b4b3d
Merge pull request #281 from matiu/feature/signature-sorting
Feature/signature sorting
11 years ago
Matias Alejo Garcia
a83309eede
rm log
11 years ago
Ryan X. Charles
dbcf270826
use SecureRandom in Key in the browser
...to make sure random numbers are generated securely
11 years ago
Ryan X. Charles
4693d5bc41
remove unnecessary "change" console.log from Electrum test
11 years ago
Ryan X. Charles
75d2d0d390
fix issues with ConnectionTor example and Connection class
11 years ago
Ryan X. Charles
ba692aaa20
add new SecureRandom class that does the right thing
Generating random numbers properly depends on the platform. The new
getRandomBuffer method does the right thing on the right platform. It will
sometimes fail due to insufficient entropy. The getPseudoRandomBuffer class is
also provided that will never fail, but it is not cryptographically secure and
should not be used for keys.
11 years ago
Matias Alejo Garcia
906378aac4
rm spaces
11 years ago
Matias Alejo Garcia
9951b55a4f
signature sorting in .sign and .merge in transaction builder
11 years ago
Matias Alejo Garcia
56d81bc0df
remove unused code from Script. Update it to do not use scriptSig placeholders
11 years ago
Matias Alejo Garcia
e8ebd2e332
add tx validation to test
11 years ago
Ryan X. Charles
2c553c0dd9
Merge pull request #280 from ryanxcharles/feature/improve-bip32-speed
BIP32 speed improvement
11 years ago
Ryan X. Charles
aa145c4f6c
Merge pull request #273 from ryanxcharles/feature/refactor-node-browser
WIP: Node/browser refactor
11 years ago
Ryan X. Charles
f82fa5007a
move *.browser and *.node to browser/* and node/*
...this should leave the lib folder a little bit less cluttered.
11 years ago
Ryan X. Charles
a179251152
split Key node tests into separate file
11 years ago
Ryan X. Charles
05d86b6453
split up Key into Key.browser and Key.node
11 years ago
Ryan X. Charles
abc799f453
split up Point into separate node and browser versions
11 years ago
Ryan X. Charles
86bb67b76d
remove unnecessary bignum conversion
11 years ago
Ryan X. Charles
6a4387e768
allow creating blank BIP32 by passing in null
11 years ago
Ryan X. Charles
d52e8ac8ed
remove multiple concats with one, more efficient, concat
11 years ago
Ryan X. Charles
46fe8ea800
Merge pull request #278 from ryanxcharles/feature/default-bip32-livenet
default BIP32 to livenet
11 years ago
Ryan X. Charles
8a3f2b6b9b
Merge pull request #279 from maraoz/feature/update-bundler
Feature/update bundler
11 years ago
Manuel Araoz
6e306c4cb1
bundler changes for customizer
11 years ago
Manuel Araoz
aadc01e5a1
fix async dep
11 years ago