Commit Graph

163 Commits

Author SHA1 Message Date
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
Matias Alejo Garcia a04a94dba2 Merge pull request #16 from isocolsky/ref/copayer_index
add copayer lookup table
2015-02-06 13:26:47 -03:00
Ivan Socolsky f1f07cf3ec add copayer lookup 2015-02-06 10:49:03 -03:00
Matias Alejo Garcia dba306045c broadcastTx 2015-02-05 17:22:38 -03:00
Ivan Socolsky bca18b4292 Merge pull request #11 from matiu/feat/signtx
signTX
2015-02-05 16:11:33 -03:00
Matias Alejo Garcia ae951c3120 bitcore version 2015-02-05 15:50:58 -03:00
Matias Alejo Garcia 4bf541c7b1 transaction signing 2015-02-05 15:50:18 -03:00
Matias Alejo Garcia 471a9e7c1a fix addresses in helper / utxos 2015-02-04 21:40:24 -03:00
Matias Alejo Garcia 9a88a6f8f6 fix addresses in helper / utxos 2015-02-04 21:38:23 -03:00
Matias Alejo Garcia 06ae34a71f sign TX dummy test passing 2015-02-04 16:27:36 -03:00
Matias Alejo Garcia 0758c2e842 signing test 2015-02-04 16:19:19 -03:00
Matias Alejo Garcia 08c90ad26b sign working 2015-02-04 16:19:18 -03:00
Matias Alejo Garcia 3d95351e6d Merge pull request #13 from isocolsky/getTx
add #getTx
2015-02-04 16:17:51 -03:00
Ivan Socolsky f7e60084f2 add #getTx 2015-02-04 15:45:08 -03:00