Commit Graph

129 Commits

Author SHA1 Message Date
Ivan Socolsky 0a5e144f93 add express endpoint for sending tx 2015-12-08 10:30:27 -03:00
Ivan Socolsky 4a7614e2d5 rename createTx -> createTxLegacy 2015-12-08 10:30:26 -03:00
Ivan Socolsky 2367365707 fix GET v1/addresses/ endpoint 2015-11-04 12:36:39 -03:00
Matias Alejo Garcia 3425f9ec57 Merge pull request #392 from isocolsky/feat/get-main-addresses-params
Add params to getMainAddresses
2015-10-29 16:38:22 -03:00
Ivan Socolsky 1872f07eed do not perform check on v1 API 2015-10-29 15:28:11 -03:00
Ivan Socolsky 5a3eef6c5c pass params from express endpoint 2015-10-29 15:19:32 -03:00
Ivan Socolsky e7855e1e89 replace minTs with timeSpan (in secs) in /v1/notifications 2015-10-19 17:23:50 -03:00
Ivan Socolsky d6f9633a73 improve tests 2015-10-19 15:04:09 -03:00
Ivan Socolsky 09c5af073d accept minTs arg on v1/notifications but limit it to now - 60s 2015-10-19 14:58:38 -03:00
Ivan Socolsky 19da3f8fd5 add x-service-version header 2015-10-19 11:18:26 -03:00
Ivan Socolsky 685df45e36 express endpoint + tests 2015-10-15 16:30:14 -03:00
Matias Alejo Garcia ac5af8ed73 add walletId and copayerId to log 2015-09-29 10:54:06 -03:00
Gregg Zigler 19cb11abeb rename server to service 2015-09-18 10:20:38 -07:00
Gregg Zigler 9b630002ae rename to disambiguate from clientVersion 2015-09-15 09:43:24 -07:00
Gregg Zigler 9a8c467a01 clients want bws version for logging and debugging 2015-09-15 09:28:08 -07:00
Matias Alejo Garcia 0a09dac821 Merge pull request #357 from isocolsky/ref/bip44
Ref/bip44
2015-09-10 15:46:41 -03:00
Ivan Socolsky bbd3689c54 v2 endpoints for create & join 2015-09-10 14:53:21 -03:00
Matias Alejo Garcia a1db2a44d4 fix v1/feelevels 2015-09-10 11:04:49 -03:00
Matias Alejo Garcia 4baaa6dbab Merge pull request #336 from isocolsky/ref/feelevels
Replace feePerKB with feePerKb to match rest of API
2015-09-09 14:46:52 -03:00
Matias Alejo Garcia fdb3e35864 better insight error handling 2015-09-08 00:57:59 -03:00
Ivan Socolsky 97e63f9c6f enable both bip44/45 & p2sh/pkh 2015-09-07 17:18:32 -03:00
Ivan Socolsky a197d5c98b add p2pkh flag to POST v2/wallets endpoint 2015-09-05 01:19:21 -03:00
Ivan Socolsky 27521d45b3 add POST v2/wallets endpoint 2015-09-05 00:56:37 -03:00
Ivan Socolsky bafe84a2e0 replace feePerKB with feePerKb to match rest of API 2015-08-26 15:02:11 -03:00
Ivan Socolsky ab93d5c58e Merge pull request #335 from greggzigler/bug/cloudflareErrorLogging
errors from external services have different code and message props
2015-08-25 21:10:21 -03:00
Gregg Zigler f94c373031 errors from external services have different status and message property names 2015-08-25 16:51:54 -07:00
Ivan Socolsky 880f3185b5 fix api/v2/status 2015-08-25 18:33:39 -03:00
Ivan Socolsky 6317c65f2c fix api/v2/status 2015-08-25 17:11:36 -03:00
Ivan Socolsky 1dfc599ac4 fix arg in express 2015-08-25 16:29:40 -03:00
Ivan Socolsky 0ee0161e10 v2/wallets/ endpoint 2015-08-25 15:15:41 -03:00
Matias Alejo Garcia 0a1b9319e5 change endpoint for add access 2015-08-20 14:15:33 -03:00
Matias Alejo Garcia c0d2fca792 adds express endpoint for addAccess 2015-08-20 14:15:33 -03:00
Matias Alejo Garcia edc3bc6713 supports multiple pubkeys per copayer 2015-08-20 14:15:33 -03:00
Ivan Socolsky c0f673f1ed fix result type 2015-08-13 18:13:34 -03:00
Ivan Socolsky 4502dd284a express endpoint 2015-08-13 16:08:27 -03:00
Ivan Socolsky 3f0cfbc7c1 listen to address param 2015-08-13 14:23:06 -03:00
Ivan Socolsky 4dbcb639fe add opts param to getUtxos 2015-08-13 11:00:27 -03:00
Ivan Socolsky e1fac88a8e improve error codes 2015-08-03 16:11:09 -03:00
Kosta Korenkov 55f3a46b77 Expose getUtxos to public 2015-07-18 12:33:09 +03:00
Ivan Socolsky 15234bee6b add REST endpoint 2015-07-17 10:32:48 -03:00
Ivan Socolsky d76cd8ec5a add client-version to expressapp 2015-06-29 12:20:24 -03:00
Ivan Socolsky 7e4a5f966a refactor REST endpoint 2015-05-26 14:59:55 -03:00
Ivan Socolsky 2942d4dc05 add endpoint for preferences 2015-05-14 12:43:12 -03:00
Matias Alejo Garcia 488e33e0e2 Merge pull request #205 from matiaspando/feat/stats2
Adding statistics to BWS
2015-05-12 11:58:58 -03:00
Matias Pando 0412a35195 Added missing returns and moved to /lib 2015-05-12 11:47:51 -03:00
Matias Pando ade91a5612 Fixing minor issues 2015-05-12 11:26:06 -03:00
Matias Pando 2873fd8e40 Splitting stats by date 2015-05-12 11:26:06 -03:00
Matias Pando ee3e07eec7 Adding stats on bws 2015-05-12 11:26:06 -03:00
Ivan Socolsky eace1295ea add preferences to wallet status 2015-05-11 16:51:00 -03:00
Ivan Socolsky b39e719fce refactor express app 2015-05-07 18:30:08 -03:00
Matias Alejo Garcia b84c1dc178 async initialize 2015-04-21 14:43:35 -03:00
Matias Alejo Garcia 56543d3907 add "trust proxy" 2015-04-18 13:37:04 -03:00
Matias Alejo Garcia 33eb17dd8d better logs + init db after sticky 2015-04-18 06:55:24 -03:00
Matias Alejo Garcia 238077a8bd refactor config 2015-04-15 10:59:25 -03:00
Ivan Socolsky 04d6597864 add json response on delete 2015-04-13 10:29:24 -03:00
Matias Alejo Garcia 6beae7cf11 map getTx 2015-04-10 12:37:45 -03:00
Matias Alejo Garcia 7cbdf3c677 return on scan POST 2015-04-04 13:03:19 -03:00
Ivan Socolsky 9e5a3485ce disable log during tests 2015-04-02 13:27:13 -03:00
Ivan Socolsky 19f5e4b011 add rest method 2015-04-02 13:27:13 -03:00
Matias Alejo Garcia 747762d114 add API entry point to update reqpubkey 2015-04-02 13:08:27 -03:00
Ivan Socolsky b2ced581ae change pagination params in express app 2015-03-25 22:49:12 -03:00
Ivan Socolsky 95498f5b8b parse querystring params as numbers 2015-03-17 20:02:13 -03:00
Ivan Socolsky 6c76916edb add params to express 2015-03-17 13:52:49 -03:00
Ivan Socolsky bb096aad46 replace copay with bws in app base path 2015-03-16 14:53:14 -03:00
Gustavo Maximiliano Cortez b052328ad8 Cookies are not necessary, disabled credentials 2015-03-07 15:59:01 -03:00
Gustavo Maximiliano Cortez 6abddcc3af Fix access-allow 2015-03-06 20:11:28 -03:00
Gustavo Maximiliano Cortez 6633dc0190 speedup response 2015-03-06 18:16:07 -03:00
Gustavo Maximiliano Cortez 5788f191b1 Fix access-control-header for web clients 2015-03-06 18:02:55 -03:00
Ivan Socolsky c3a64761b6 refactor client 2015-02-28 21:12:03 -03:00
Ivan Socolsky 2326fa2988 remove debug func 2015-02-26 13:08:11 -03:00
Ivan Socolsky 3b83dc095f bit-history 2015-02-23 17:16:44 -03:00
Ivan Socolsky 036cc88ba8 add client api for history 2015-02-23 17:15:47 -03:00
Matias Alejo Garcia e9010b5df6 airgapped working! 2015-02-23 15:37:03 -03:00
Matias Alejo Garcia bd9977a43e add getMainAddress 2015-02-22 13:04:23 -03:00
Matias Alejo Garcia fa3355ef99 add tests to server internals 2015-02-22 03:46:47 -03:00
Matias Alejo Garcia 56f5a58419 WIP ro-rw 2015-02-21 19:29:42 -03:00
Matias Alejo Garcia 1e10c751e9 rm CopayServer 2015-02-20 17:32:19 -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