234 Commits (f647af50b7343c5d52702a875a2ab5bb0cddd11b)

Author SHA1 Message Date
Ryan X. Charles d3a4cfa333 remove eval 11 years ago
Ryan X. Charles 46271de06e add some basic sanity tests for signatures and key generation 11 years ago
Ryan X. Charles b1f34d4015 iterate array correctly so that random number is actually used in signing 11 years ago
Ryan X. Charles 405ea0bf6f fix bignum issue 11 years ago
Manuel Araoz ac719345e8 add tests for BIP32 11 years ago
Manuel Araoz ce00b77de0 name change forKey -> fromKey 11 years ago
Manuel Araoz a1a844c1e6 add Address.forKey convenience method and example vanity address generator 11 years ago
Ryan X. Charles 7f348ca0bd Move BigNumber to internal 11 years ago
Gordon Hall 602c94265b add test for config extending properly 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 350f6ae998 Key should make sure new privkey is less than N 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 4693d5bc41 remove unnecessary "change" console.log from Electrum test 11 years ago
Ryan X. Charles ba692aaa20 add new SecureRandom class that does the right thing 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 a179251152 split Key node tests into separate file 11 years ago
Ryan X. Charles abc799f453 split up Point into separate node and browser versions 11 years ago
Ryan X. Charles e4e45c5245 add Electrum to browser build and tests 11 years ago
olalonde 2644dbb2db Electrum.js: wrote some tests 11 years ago
Ryan X. Charles 55061776ac add Message to browser build and tests 11 years ago
Ryan X. Charles 659dc10f96 add support for signing/verifying messages 11 years ago
Matias Alejo Garcia 5a1d572a8d add new constructor to Address (fromScriptPubKey) 11 years ago
Ryan X. Charles a1ef9c5220 make Connection test only run in node 11 years ago
Ryan X. Charles a749dc9d97 fix key tests for browser 11 years ago
Manuel Araoz bec26d80d6 fix TB test 11 years ago
Matias Alejo Garcia 9a25122b4f add merge options 11 years ago
Matias Alejo Garcia 233438f899 merge working! 11 years ago
Matias Alejo Garcia 52d47bf30e remove txobj from this! #merge WIP 11 years ago
Matias Alejo Garcia 185ebe8ebb add from-to Obj in Transaction Builder 11 years ago
Gordon Hall e53a2341c3 updated connection tests 11 years ago
Ryan X. Charles e61aa8528f add some tests to make sure changes to Key C++ code work as expected 11 years ago
Matias Alejo Garcia d0f2601512 add normalized hash for Txs 11 years ago
Matias Alejo Garcia d507e7f3d5 add signatureAdded counter 11 years ago
Manuel Araoz 3cbcbd54cb fix Buffers.skip in the browser 11 years ago
Manuel Araoz b58d5c5084 fix formatting 11 years ago
Manuel Araoz 6a5aa76b76 Buffers.monkey now at 100% coverage 11 years ago
Manuel Araoz 521a260afc remove deprecated chai uses 11 years ago
Ryan X. Charles c5cd242d15 add test for .isValid() function 11 years ago
Matias Alejo Garcia a8f5f9fcb8 remove unused params in example 11 years ago
Ryan X. Charles a7c8cf49b3 update fromPubKeys to use fromScript 11 years ago
Ryan X. Charles ae14c4aaa0 new convenient interface for creating addresses 11 years ago
Manuel Araoz 72a44154d4 fix testling config 11 years ago