Commit graph

8 commits

Author SHA1 Message Date
Ryan X. Charles
ea2e2d4e19 run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00
Manuel Araoz
7798e38253 remove console.logs 2014-06-03 18:40:07 -03:00
Matias Alejo Garcia
5d30a6abea add wallets nicknames, handle error messages 2014-04-24 16:36:15 -03:00
Manuel Aráoz
9319c7f93f Merge pull request #84 from ryanxcharles/feature/wallet-file-consistency
WIP: add setFromObj and getEncryptedObj to storage classes
2014-04-17 18:35:08 -03:00
Ryan X. Charles
69c5c3bc2e add setFromObj and getEncryptedObj to storage classes
This is so that you can export the file from the browser and use the same file
in the wallet file from the command-line. I have made encryption work
equivalently between the browser and node.
2014-04-17 18:04:56 -03:00
Matias Alejo Garcia
a51ed6c66d fix walletID list 2014-04-17 13:43:42 -03:00
Ryan X. Charles
96a6203bb0 make my code work with the latest interface changes
...to Wallet and WalletFactory
2014-04-16 21:13:35 -03:00
Manuel Araoz
609ba4ef71 renaming files 2014-04-16 11:55:18 -03:00
Renamed from js/models/storage/Plain.js (Browse further)