Commit graph

13 commits

Author SHA1 Message Date
Matias Alejo Garcia
202e9a4270 Merge pull request #1129 from greggzigler/skipped_tests
Add skipped tests to mocha index.html
2014-08-19 14:26:39 -04:00
Gregg Zigler
d5a64d0db0 add more tests to mocha index 2014-08-18 13:54:23 -07:00
Gregg Zigler
4e8fa24fc0 fix miscellaneous karma console errors
point to new bitcore bundle
remove online.wav file usage, clean up console error
remove unused crypto var from storage.File test, clean up console error
2014-08-18 11:36:25 -07:00
Gregg Zigler
ecf262ceea add skipped tests to mocha index page 2014-08-18 10:18:45 -07:00
Manuel Araoz
98beeefefe trying to get tests working WORKS! 2014-08-15 17:47:37 -04:00
Manuel Araoz
70dc68485b trying to get tests working 2014-08-15 17:47:36 -04:00
Manuel Araoz
439d44cf80 remove console.logs 2014-08-15 17:46:48 -04:00
Manuel Araoz
69edb7c7e3 remove soop 1 2014-08-15 17:46:48 -04:00
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
Ryan X. Charles
9246ae175f encryption and decryption working for File 2014-04-18 17:35:32 -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
Ryan X. Charles
5f8deb7d0b update File to write wallets to different files
the walletId is the filename
2014-04-16 21:13:35 -03:00
Ryan X. Charles
08f918a9a7 add File storage class and tests 2014-04-16 21:12:27 -03:00