Commit graph

64 commits

Author SHA1 Message Date
Ryan X. Charles
4681783231 add setFromObj to FakeStorage - and fix publicKeyring capitalization
...to fix tests
2014-04-17 18:55:17 -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
Gustavo Cortez
f55d243bed Refactory get balance 's methods 2014-04-17 16:42:27 -03:00
Manuel Araoz
bca120a7b6 optimize some tests 2014-04-17 15:04:55 -03:00
Ryan X. Charles
aaaed8e7ee Merge pull request #62 from maraoz/fix/bind-usage
fix bind usage in some tests
2014-04-17 10:30:23 -03:00
Manuel Araoz
b504074009 actually create wallet and redirect 2014-04-16 21:45:06 -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
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
b442e110e4 make tests work by faking storage 2014-04-16 21:13:34 -03:00
Ryan X. Charles
08f918a9a7 add File storage class and tests 2014-04-16 21:12:27 -03:00
Matias Alejo Garcia
4a64482687 fix tests 2014-04-16 21:10:04 -03:00
Matias Alejo Garcia
8856683a17 fix join wallet WIP 2014-04-16 20:58:57 -03:00
Matias Alejo Garcia
536fe90431 new WalletFactory 2014-04-16 17:51:42 -03:00
Manuel Araoz
a761db5ba2 fix bind usage in some tests 2014-04-16 12:41:13 -03:00
Manuel Araoz
2fc4ae6df0 all tests run in the browser now 2014-04-16 12:10:51 -03:00
Manuel Araoz
609ba4ef71 renaming files 2014-04-16 11:55:18 -03:00
Manuel Araoz
929c6ffa6d securely store encryptation passwords 2014-04-15 19:14:42 -03:00
Matias Alejo Garcia
b382e2b99f fix mocha testing! 2014-04-15 18:47:16 -03:00
Matias Alejo Garcia
d4b2ac1ad4 add wallet tests 2014-04-15 18:46:19 -03:00
Manuel Araoz
241fb3aeb7 add encrypted Storage component 2014-04-15 18:13:49 -03:00
Ryan X. Charles
4241287887 use decorator 2014-04-15 16:53:23 -03:00
Ryan X. Charles
c1ff96ab1b add basic integration with wallet
...and further tests and stuff
2014-04-15 14:57:06 -03:00
Ryan X. Charles
01ca3763d8 add some basic tests for the structure of the API 2014-04-15 14:57:06 -03:00
Matias Alejo Garcia
3475c58e23 fix Fakestorage 2014-04-15 14:55:09 -03:00
Matias Alejo Garcia
eff20ec49a mocha test working again 2014-04-15 12:17:28 -03:00
Gustavo Cortez
e783f8a361 This is just a hardcoded value for WalletId on publickeyring to pass test. 2014-04-15 03:04:16 -03:00
Manuel Araoz
00d4a4b979 adding wallet factory 2014-04-14 18:30:47 -03:00
Matias Alejo Garcia
c5a5129e83 fix test in browser 2014-04-14 18:08:18 -03:00
Matias Alejo Garcia
124e1dff19 read/load on Wallet 2014-04-14 17:42:10 -03:00
Matias Alejo Garcia
296c78cdf0 Wallet Class WIP 2014-04-14 17:18:39 -03:00
Manuel Araoz
9e692d8040 skip failing tests 2014-04-14 15:41:00 -03:00
Manuel Araoz
59c00da592 architecture refactor 2014-04-14 15:39:02 -03:00
Gustavo Cortez
423fe5284b Wallet model and testing 2014-04-14 15:37:20 -03:00
Matias Alejo Garcia
85d02a6977 tx proposal test working with new bitcore Builder 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia
ac784ad9ae txproposal comuninication between peers. Still WIP 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia
c255c27e5f add testes to test.txproposal 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
81be01d197 txpropal MERGE working! 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
c5b1fca910 tx proposal test. PrivateKey 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
f1645945d3 add sign in block 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
c3efcb3f27 add sign in block 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
5e2120b0e9 BIP32 PrivateKey wrapper 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
e0993c90a6 txproposal basic features and test 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia
4f2499e13c fix test on node 2014-04-14 14:15:09 -03:00
Gustavo Cortez
1ab8330ccd Fixed path to copayBundle.js on index.html files for home and tests. Commented methods that use http request. 2014-04-11 15:58:53 -03:00
Gustavo Cortez
ad56a30e77 Wallet model and testing 2014-04-10 17:57:41 -03:00
Matias Alejo Garcia
9ca83e35fc fix peers, pubkey WIP 2014-04-08 00:54:38 -03:00
Matias Alejo Garcia
a658ec8452 copay tests in the browser! 2014-04-07 15:31:41 -03:00
Matias Alejo Garcia
6b2d3cda35 Add Dummy Storage class 2014-04-07 14:36:57 -03:00
Matias Alejo Garcia
7141dee5c8 fix tests 2014-04-07 13:26:29 -03:00