Commit Graph

10 Commits

Author SHA1 Message Date
Manuel Araoz 71353426f6 network refactors 2014-04-07 18:31:17 -03:00
Manuel Araoz 150a943447 fix private key validation and base58 invalid tests 2014-03-19 19:00:45 -03:00
Manuel Araoz 53eb98babc should generate from hex added 2014-03-19 17:52:34 -03:00
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.
2014-03-13 13:31:02 -04:00
Matias Alejo Garcia c0c325dabd all classes working with soop and test passing 2014-03-05 16:11:16 -03:00
Manuel Araoz 47fb987600 Added more classes to browser 2014-02-19 16:07:50 -03:00
Matias Alejo Garcia f35c03544b replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
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.
2014-01-01 15:41:47 -05:00
Jeff Garzik 2430bde72e WalletKey: internalize external JSON database object 2013-10-31 09:40:50 -04:00
Jeff Garzik 45f201c4da Add new modules: WalletKey (a key, as found in a Wallet) and time utils 2013-08-08 18:44:46 -04:00