Commit Graph

481 Commits

Author SHA1 Message Date
Matias Alejo Garcia c9751c988f Merge pull request #50 from matiu/ref/travis
test travis
2015-02-20 15:14:41 -03:00
Matias Alejo Garcia 9fdeb35390 Update README.md 2015-02-20 15:14:00 -03:00
Matias Alejo Garcia d3ffe8051a Update README.md 2015-02-20 15:12:37 -03:00
Matias Alejo Garcia 0cdf5759da . 2015-02-20 15:06:15 -03:00
Matias Alejo Garcia fdc6d19cdf . 2015-02-20 14:54:26 -03:00
Matias Alejo Garcia ebcc5137d9 test travis 2015-02-20 14:53:41 -03:00
Matias Alejo Garcia 0c13927a6e Merge pull request #49 from matiu/test/fake
Test/fake
2015-02-20 14:00:04 -03:00
Matias Alejo Garcia 14a06b6757 add phony 2015-02-20 13:59:42 -03:00
Matias Alejo Garcia e8dce5adfd update json 2015-02-20 13:53:49 -03:00
Matias Alejo Garcia e6c53e6cb2 add coverage 2015-02-20 13:53:49 -03:00
Matias Alejo Garcia 5804ca4456 add fake tx proposal tests 2015-02-20 13:53:49 -03:00
Matias Alejo Garcia 59f562a6eb add fake address tests 2015-02-20 13:53:49 -03:00
Matias Alejo Garcia ed2faaa9ea Create .travis.yml 2015-02-20 12:21:40 -03:00
Matias Alejo Garcia 5b4e1b9b9e Create .coveralls.yml 2015-02-20 12:13:02 -03:00
Matias Alejo Garcia 9fa824f7a9 Merge pull request #47 from isocolsky/parse_amount
move parseAmount to CLI only
2015-02-20 10:59:33 -03:00
Ivan Socolsky 675369eed0 move parseAmount to CLI only 2015-02-19 21:37:13 -03:00
Ivan Socolsky 345938824f Merge pull request #46 from matiu/test/reject
add multiple sign / reject tests
2015-02-19 21:10:59 -03:00
Matias Alejo Garcia c0615d7ac7 lock and release tests 2015-02-19 20:19:01 -03:00
Matias Alejo Garcia 71d01e279f return correct errors to client 2015-02-19 20:04:05 -03:00
Matias Alejo Garcia f13c95be6b add multiple sign / reject tests 2015-02-19 18:47:17 -03:00
Ivan Socolsky 83ae3a7069 Merge pull request #43 from matiu/feat/api-tests
Feat/api tests
2015-02-19 18:45:59 -03:00
Matias Alejo Garcia 733c22c0fa fix tests 2015-02-19 18:15:47 -03:00
Matias Alejo Garcia 36ed3682be sendTx sign reject tests 2015-02-19 18:11:57 -03:00
Matias Alejo Garcia f3a152ca30 send TX tests 2015-02-19 17:47:51 -03:00
Matias Alejo Garcia ce8aeee3a9 add api tests 2015-02-19 17:39:04 -03:00
Matias Alejo Garcia 83f59ddfbb rm express client 2015-02-19 17:39:04 -03:00
Matias Alejo Garcia dc446c5f2b api tests working 2015-02-19 17:39:04 -03:00
Matias Alejo Garcia a6b797c092 WIP, supertest testing 2015-02-19 17:39:04 -03:00
Matias Alejo Garcia 3adca1de3b Merge pull request #42 from isocolsky/fix/prop_sig
Fix proposal signature verification
2015-02-19 16:23:10 -03:00
Ivan Socolsky 8dd523fec8 various fixes 2015-02-19 16:21:50 -03:00
Ivan Socolsky 208bc0203b change copayerId to use sjcl sha256 over xpub 2015-02-19 12:25:10 -03:00
Ivan Socolsky 8ca3b65fad derive signingPubKey from correct xPub 2015-02-19 10:49:31 -03:00
Ivan Socolsky cdbbbec640 use sha256 to generate copayerId from xPub 2015-02-19 10:17:28 -03:00
Ivan Socolsky 0c3bbf8940 Merge pull request #41 from isocolsky/encryptKey
base shared key on wallet key
2015-02-18 18:31:54 -03:00
Ivan Socolsky 38aff6c3e9 base shared key on wallet key 2015-02-18 18:29:00 -03:00
Matias Alejo Garcia 58e4d66901 Merge pull request #40 from isocolsky/encryption_key
fix message encryption/decryption
2015-02-18 18:19:56 -03:00
Ivan Socolsky 77e31e0f43 Merge pull request #39 from matiu/bug/status
Bug/status
2015-02-18 18:18:30 -03:00
Ivan Socolsky 33800aff7e fix message encryption/decryption 2015-02-18 18:14:24 -03:00
Matias Alejo Garcia ba60d4e59a rm console.log 2015-02-18 17:20:31 -03:00
Matias Alejo Garcia e64a85ca0f add copayers names to status 2015-02-18 17:18:10 -03:00
Matias Alejo Garcia c4d97243e1 better status while incomplete 2015-02-18 17:14:56 -03:00
Matias Alejo Garcia 9b6c5716b4 Merge pull request #37 from matiu/bug/case
fix case
2015-02-18 17:05:48 -03:00
Matias Alejo Garcia 017305f217 fix case 2015-02-18 17:05:02 -03:00
Ivan Socolsky 0c5618846e Merge pull request #34 from matiu/api/tests
Api/tests
2015-02-18 16:59:54 -03:00
Matias Alejo Garcia 2d70a54c6f fix tests and amount 2015-02-18 16:47:15 -03:00
Matias Alejo Garcia 93b3e1db86 add inputs as strings to force fail 2015-02-18 16:05:10 -03:00
Matias Alejo Garcia b9538e6486 add test to getTxProposal 2015-02-18 16:05:10 -03:00
Matias Alejo Garcia 640be90270 add test to getTxProposal API 2015-02-18 16:05:09 -03:00
Matias Alejo Garcia 7539156001 Merge pull request #35 from isocolsky/units
Parse amount in different units
2015-02-18 16:04:57 -03:00
Ivan Socolsky dac04f3db7 parse amount on client API sendTxProposal 2015-02-18 15:55:16 -03:00