Commit Graph

2039 Commits

Author SHA1 Message Date
Ivan Socolsky 9d3001434b split long lines 2015-02-11 12:10:47 -03:00
Ivan Socolsky 86b51f6501 simplify utxo creation 2015-02-11 12:09:12 -03:00
Ivan Socolsky 15798be382 improve error messages 2015-02-11 12:05:21 -03:00
Ivan Socolsky 628dc12d00 do not allow locks on undefined 2015-02-11 11:51:29 -03:00
Ivan Socolsky 469d7dfebe remove redundant check 2015-02-11 11:51:29 -03:00
Ivan Socolsky 53d74b3f6e Merge pull request #27 from matiu/feat/removeTx
Feat/remove tx
2015-02-11 11:44:27 -03:00
Matias Alejo Garcia 7ba4d4814c fix var name 2015-02-11 11:41:05 -03:00
Ivan Socolsky b122eb49fe more methods 2015-02-11 10:54:43 -03:00
Ivan Socolsky 7df7f27d23 add commander module 2015-02-11 10:54:43 -03:00
Ivan Socolsky a7e787704e add request module 2015-02-11 10:54:43 -03:00
Ivan Socolsky b8438fc0eb add express app 2015-02-11 10:54:43 -03:00
Matias Alejo Garcia f8702ebcce rm pending Tx 2015-02-10 18:51:06 -03:00
Matias Alejo Garcia 324c058303 add test to reject 2015-02-10 18:50:57 -03:00
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