Commit Graph

176 Commits

Author SHA1 Message Date
Matias Alejo Garcia 7975bb2499 remove pending tx 2015-02-10 18:50:51 -03:00
Ivan Socolsky 11a7a65bc5 Merge pull request #25 from matiu/feat/locked-delete
add lock to removeWallet
2015-02-10 18:06:31 -03:00
Matias Alejo Garcia 1a93f336a1 Merge pull request #24 from isocolsky/ref/helper
simplify proposal creation
2015-02-10 16:12:28 -03:00
Ivan Socolsky b2b70f7356 simplify proposal creation 2015-02-10 16:15:05 -03:00
Matias Alejo Garcia cc757f935e add lock to removeWallet 2015-02-10 16:11:44 -03:00
Matias Alejo Garcia ebc7e2e885 Merge pull request #23 from isocolsky/ref/createTx
WIP Added signature to tx proposal creation
2015-02-10 14:58:29 -03:00
Ivan Socolsky 6689c1347f add testdata 2015-02-10 13:20:41 -03:00
Ivan Socolsky cde30c6b9d add proposalSignature to txp 2015-02-10 10:22:33 -03:00
Ivan Socolsky 7df19fe754 Merge pull request #22 from matiu/feat/delete-wallet
Feat/delete wallet
2015-02-09 18:27:45 -03:00
Matias Alejo Garcia 1ab279ab15 rm copayers first 2015-02-09 18:26:25 -03:00
Matias Alejo Garcia b19d12157a delete wallet working 2015-02-09 18:07:15 -03:00
Ivan Socolsky a78de0195b check required arguments without throwing exceptions 2015-02-09 17:29:22 -03:00
Ivan Socolsky 8f277b179c simplify required rejections formula 2015-02-09 14:20:25 -03:00
Matias Alejo Garcia 4cf2f7e8ca Merge pull request #21 from isocolsky/fix/rejections
fix required rejections
2015-02-09 12:27:57 -03:00
Ivan Socolsky 674e3a5b77 fix required rejections 2015-02-09 12:30:42 -03:00
Matias Alejo Garcia db1d1dd463 delete txp and wallet 2015-02-09 12:21:45 -03:00
Matias Alejo Garcia 8fc682953a Merge pull request #20 from isocolsky/tests
Tests
2015-02-09 12:11:07 -03:00
Ivan Socolsky 8e105d731a check wallet status using #isComplete() 2015-02-09 10:16:56 -03:00
Ivan Socolsky 240b3322b0 made address and wallet storage atomic 2015-02-08 20:46:02 -03:00
Ivan Socolsky 254b476fd5 update TODO.txt 2015-02-08 20:36:13 -03:00
Ivan Socolsky 07332a1561 test valid toAddress on createTx 2015-02-08 20:31:29 -03:00
Ivan Socolsky b9afbaf0de remove isChange arg from #createAddress 2015-02-08 18:45:13 -03:00
Ivan Socolsky 29e3b5a087 decreased running time on slow tests 2015-02-08 18:35:19 -03:00
Ivan Socolsky 53fa9fcace simultaneous tx creation 2015-02-08 18:29:58 -03:00
Ivan Socolsky e665db210b refactor join wallet tests 2015-02-08 13:36:44 -03:00
Ivan Socolsky c1a0ec6f5d add tests 2015-02-08 13:16:41 -03:00
Ivan Socolsky 516926c78a implement test to see tx proposal created by other copayers 2015-02-08 12:05:59 -03:00
Ivan Socolsky 00c56650da fix tx creation when wallet not complete 2015-02-08 11:53:06 -03:00
Ivan Socolsky 1ba97a3883 fix address creation when wallet not complete 2015-02-08 11:47:04 -03:00
Ivan Socolsky 70475fa17c remove recreate wallet test 2015-02-08 11:36:15 -03:00
Ivan Socolsky 7726a69ae5 fix txProposal#isPending 2015-02-08 11:20:22 -03:00
Ivan Socolsky 4ce51b2e39 Merge pull request #19 from matiu/feat/uuid
UUID for copayer, wallet and txproposals
2015-02-07 15:35:00 -03:00
Matias Alejo Garcia e1ab87c173 txproposal id = time + uuid 2015-02-07 14:15:04 -03:00
Matias Alejo Garcia 44b9691e3e wallet id = uuid 2015-02-07 13:13:29 -03:00
Matias Alejo Garcia 97b6ebdc97 copayer id = uuid 2015-02-07 12:49:24 -03:00
Ivan Socolsky cf56d627d4 Merge pull request #17 from matiu/feat/history
Feat/history
2015-02-07 12:29:51 -03:00
Matias Alejo Garcia 3d8cc2e2a3 keys name 2015-02-07 11:48:39 -03:00
Matias Alejo Garcia ea24e093c0 add tests to getTx 2015-02-07 11:48:39 -03:00
Matias Alejo Garcia 22a88e94fa rm async 2015-02-07 11:47:25 -03:00
Matias Alejo Garcia 9cb47a680a index implemented for fetch pending 2015-02-07 11:47:25 -03:00
Matias Alejo Garcia 0a7edd9523 add KEY to storage 2015-02-07 11:47:25 -03:00
Matias Alejo Garcia 196610f2eb txp indexes at storage 2015-02-07 11:47:25 -03:00
Ivan Socolsky 0ee2abf841 add TODO list and test cases 2015-02-07 11:15:54 -03:00
Ivan Socolsky 313ebee63d small refactor in tests 2015-02-06 20:59:59 -03:00
Matias Alejo Garcia 1069619af1 Merge pull request #18 from isocolsky/ref/one_instance_per_request
One server instance per request
2015-02-06 19:45:59 -03:00
Ivan Socolsky c3f6442901 fix tests 2015-02-06 18:22:52 -03:00
Ivan Socolsky ddbfcbe7f5 refactor server & tests 2015-02-06 18:05:40 -03:00
Ivan Socolsky df84843a96 Merge pull request #14 from matiu/feat/broadcasttx2
WIP: broadcastTx
2015-02-06 16:00:30 -03:00
Matias Alejo Garcia baf5da9b4d use networkname from txp 2015-02-06 15:51:40 -03:00
Matias Alejo Garcia 1200f2b2f0 add tests to broadcast 2015-02-06 15:15:54 -03:00