Manan Patel
589418d66c
setting networks.livenet as the default for WalletKey
11 years ago
Linus Unnebäck
3da6fe899f
cleanup after removal of soop
Removed some unnecessary parenthesise that hung around after the merge
of #417
11 years ago
Manuel Araoz
87b818badf
remove soop exports
11 years ago
Manuel Araoz
6e346d067c
remove soop imports
11 years ago
Ryan X. Charles
ca67786a77
ran js-beautify on all bitcore source
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
11 years ago
Eric Martindale
a2d616da5b
Project reorganization.
11 years ago
Eric Martindale
f3b1c2d292
Cleanup main directory.
11 years ago
Manuel Araoz
71353426f6
network refactors
11 years ago
Manuel Araoz
150a943447
fix private key validation and base58 invalid tests
11 years ago
Manuel Araoz
53eb98babc
should generate from hex added
11 years ago
Ryan X. Charles
05f6e28642
update interface, bitcore.KeyModule.Key -> bitcore.Key
It's annoying and easy to forget to type in bitcore.KeyModule.Key. I have
updated this so that now you can just do bitcore.Key. Tests pass in node and
the browser. This is a backwards-incompatible change so all software that
depends on the old style key generation will need to be updated.
11 years ago
Matias Alejo Garcia
6af1b1dab6
add broken test for sha256ripe160
11 years ago
Matias Alejo Garcia
711ba6d9a8
remove PeerManager exception, no necesary anymore
11 years ago
Matias Alejo Garcia
5be37f2c7b
remove PeerManager exception, no necesary anymore
11 years ago
Matias Alejo Garcia
c0c325dabd
all classes working with soop and test passing
11 years ago
Manuel Araoz
47fb987600
Added more classes to browser
11 years ago
Matias Alejo Garcia
f35c03544b
replace tabs with 2 spaces using "expand"
11 years ago
Ryan X. Charles
f67b32c233
save private keys in base58 format
...to allow them to be imported into other wallets, preserving the "compressed"
or "uncompressed" state of the public key in the private key representation.
11 years ago
Jeff Garzik
2430bde72e
WalletKey: internalize external JSON database object
11 years ago
Jeff Garzik
45f201c4da
Add new modules: WalletKey (a key, as found in a Wallet) and time utils
12 years ago