40 Commits (fff988da94fb29ef037220e91f4f724d0ddaa031)

Author SHA1 Message Date
Ryan X. Charles 7f348ca0bd Move BigNumber to internal 11 years ago
Gordon Hall bf1b4bdcc7 replace extend with underscore and use it's version of extend from within PeerManager 11 years ago
Ryan X. Charles c7b33eca9a update key signing to use new SecureRandom 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 10d164b292 add require('bignum') in key 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 11 years ago
Matias Alejo Garcia a83309eede rm log 11 years ago
Ryan X. Charles dbcf270826 use SecureRandom in Key in the browser 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 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
Ryan X. Charles f82fa5007a move *.browser and *.node to browser/* and node/* 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 d54fa570a2 default BIP32 to livenet 11 years ago
olalonde 2644dbb2db Electrum.js: wrote some tests 11 years ago
olalonde 7466d916f1 Electrum.js specified what is supported for now 11 years ago
olalonde c818b549c6 Added Electrum.js which allows Electrum style key derivation 11 years ago
Gordon Hall 9934b29eff update example, added log statements to status check in peer manager for showing how many good peers there are 11 years ago
Gordon Hall def036b79f setup connection pool and auto handling of bad seeds 11 years ago
Gordon Hall f877b3e563 some aesthetic changes 11 years ago
Gordon Hall 9cbab7f67e fix networks var in discoverPeers() to match what might be imported 11 years ago
Gordon Hall e82867007e simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection() 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
Eric Martindale a2d616da5b Project reorganization. 11 years ago
Eric Martindale f3b1c2d292 Cleanup main directory. 11 years ago