72 Commits (23f3d139dce99c3723a2339f8a74d09d979de945)

Author SHA1 Message Date
Ryan X. Charles c038abc8e7 rename BIP32 -> HierarchicalKey, deprecate BIP32 11 years ago
Rich Apodaca 8489b50c32 Fixed TransactionBuilder docs 11 years ago
Matias Alejo Garcia bd91d17f57 fix snippet 11 years ago
olalonde 0c6a0c61d3 Armory: removed unused buffertools dependency 11 years ago
olalonde e06e556ca3 Eckey: renamed multiply to multiplyUncompressed for consistency 11 years ago
olalonde 59ee476b96 Armory: use native multiplication in node and javascript implementation in browser 11 years ago
olalonde b5c1a7d387 Eckey: implemented point multiplication 11 years ago
olalonde af942f9b06 Armory: added tests 11 years ago
olalonde 7800128b9b Armory: from master public key 11 years ago
olalonde 708b59eb3e Armory: fixed bug.. extra lines considered as real input 11 years ago
olalonde f647af50b7 Fixed browser exception caused by lib/Curve.js 11 years ago
olalonde fa211f98bb Armory: cleaned up example 11 years ago
olalonde 468ebddc1e Implemented Armory initializing from seed 11 years ago
olalonde e2655f553d Added EC Point multiplication to browser/Point.js 11 years ago
olalonde 78ae388553 Replace process.versions tests by browserify's package.json browser field. Fixes #329 11 years ago
Ryan X. Charles 527c49a11d remove unused chai dependency 11 years ago
Ryan X. Charles d3a4cfa333 remove eval 11 years ago
Matias Alejo Garcia 536db27da3 add docs to Address class 11 years ago
Matias Alejo Garcia f0155a5297 docs in Txbuilder 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 e9fa7e36ce remove alert 11 years ago
Manuel Araoz ac719345e8 add tests for BIP32 11 years ago
Manuel Araoz 6cf690afcc improve BIP32 error message 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
Matias Alejo Garcia ec2299362c docco documentation 11 years ago
Matias Alejo Garcia 00c639d350 fix firefox test 11 years ago
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