Commit Graph

69 Commits

Author SHA1 Message Date
Manuel Araoz
9c3d50da3e remove only 2015-04-29 21:59:46 -03:00
Manuel Araoz
ae03c8e454 towards polishing tx api 2015-04-29 21:26:40 -03:00
Manuel Araoz
749b8db70c add current height to /v1/node 2015-04-29 21:13:31 -03:00
Manuel Araoz
fdb4051e87 add mocha.opts 2015-04-29 20:37:32 -03:00
Manuel Araoz
c8c4d28d42 all block integration tests working 2015-04-29 20:37:10 -03:00
Manuel Araoz
9ac13de824 many more integration tests passing 2015-04-29 20:32:33 -03:00
Manuel Araoz
30dcb132df 2 integration tests working 2015-04-29 20:22:25 -03:00
Manuel Araoz
739e306c50 one integration test working 2015-04-29 20:10:29 -03:00
Manuel Araoz
6974c35a05 upgrade to bitcore v0.12.0 2015-04-29 19:05:22 -03:00
Manuel Araoz
630492b67a add additional checks to /v1/blocks 2015-04-29 12:24:47 -03:00
Manuel Araoz
50413c8204 fix edge case for listBlocks 2015-04-28 19:39:29 -03:00
Manuel Araoz
68a9e92955 add rpc probing 2015-04-28 12:33:46 -03:00
Manuel Araoz
cd043df59a add network reporting to /v1/node 2015-04-27 16:15:18 -03:00
Manuel Araoz
a284edbdba add /v1/node api call 2015-04-27 15:22:29 -03:00
Manuel Araoz
7ef9fee1ff add config files, ignore dbs 2015-04-27 12:55:51 -03:00
Manuel Araoz
d02cced4bd remove unused code, add config files 2015-04-27 12:53:49 -03:00
Manuel Araoz
b5db2bd859 try to fix travis again 2015-04-15 12:56:55 -03:00
Manuel Araoz
9d4d06dc6c fix all tests with sync working 2015-04-15 11:21:44 -03:00
Manuel Araoz
6691f0b4b5 more tests working 2015-04-13 17:31:00 -03:00
eordano
de62831851 Improve initialization of a simple node 2015-03-25 17:56:55 -03:00
eordano
541a06f5c3 Fix minor issues with rpc 2015-03-25 17:56:55 -03:00
Manuel Araoz
6a1162cae8 _ is amazing :shipit: 2015-03-13 12:17:20 -03:00
Manuel Araoz
824e8ee662 add coverage 2015-03-12 17:45:50 -03:00
Manuel Araoz
03ee93bac8 add real utxos 2015-03-12 17:31:47 -03:00
Manuel Araoz
510f0f0997 add /addresses/:addresses/utxos 2015-03-12 17:16:13 -03:00
Manuel Araoz
cb7f2c9343 add utxos call 2015-03-12 15:58:58 -03:00
Manuel Araoz
81e1ec13d2 add /transactions/:hash/inputs|outputs/:index 2015-03-11 19:20:38 -03:00
Manuel Araoz
63cb77fa2a add /addresses/:addr/transactions 2015-03-11 17:48:11 -03:00
Manuel Araoz
243828c83f refactor mock objects 2015-03-11 17:36:23 -03:00
Manuel Araoz
6e03050095 start with Transactions.list 2015-03-11 16:54:17 -03:00
Esteban Ordano
b216f15968 Merge pull request #34 from maraoz/tdd/api2
add /addresses/:address endpoint
2015-03-11 16:16:28 -03:00
Manuel Araoz
3f65ab9abb fix failing test 2015-03-11 14:50:20 -03:00
Manuel Araoz
0002be1894 remove copypasta code 2015-03-10 19:24:49 -03:00
Manuel Araoz
b3a247cfc1 add /addresses/:address endpoint 2015-03-10 19:23:14 -03:00
Chris Arnesen
bbc048d3a6 "to" >= "from" 2015-03-10 14:17:11 -07:00
Manuel Araoz
c11592b56e add type checks for input and output parameters 2015-03-10 15:02:57 -03:00
Manuel Araoz
c467586b89 remove /transactions/ endpoint 2015-03-10 14:59:48 -03:00
Manuel Araoz
14d6b0b67e add TODOs to blocks controller 2015-03-10 12:59:23 -03:00
Esteban Ordano
d704a6d143 Merge pull request #24 from maraoz/tdd/api
add tests for REST API with mocked services
2015-03-10 12:57:55 -03:00
Manuel Araoz
0b02c6dfaf add more tests for /blocks/ 2015-03-10 12:14:57 -03:00
Manuel Araoz
3dbad3c6e2 add parameters to /blocks/ 2015-03-09 20:18:53 -03:00
Manuel Araoz
cbf4b2c03b mock /blocks call 2015-03-09 19:03:50 -03:00
Manuel Araoz
a09f939b02 promisify Blocks.getLatest 2015-03-09 18:13:56 -03:00
Manuel Araoz
591f28f56b promisify blocks 2015-03-09 10:34:43 -03:00
Chris Arnesen
71ebd84c00 Use 8080 as default port as in config 2015-03-08 19:19:23 -07:00
Manuel Araoz
7c3231ac3c promisify Node.getStatus() 2015-03-06 19:06:19 -03:00
Manuel Araoz
2a17f8076a promisify getTransaction 2015-03-06 18:02:51 -03:00
Manuel Araoz
cd2e1d8b8a add /transactions/send 2015-03-06 17:50:39 -03:00
Manuel Araoz
c86b7c4277 move mocks to tests only 2015-03-06 17:03:38 -03:00
Manuel Araoz
e53beed522 multiple tests for valid tx and block ids 2015-03-06 15:53:07 -03:00