19 Commits
Author SHA1 Message Date
Chris Troutner 6b2588c487 fix(electrumx broadcast): Added body variable. Curl example works now 2020-10-02 13:33:35 -07:00
Rosco Kalis e97a0be456 Remove .only 2020-10-01 06:53:46 -04:00
Rosco Kalis 22d7a2b7a2 Add POST /tx/broadcast endpoint + tests 2020-09-30 20:52:13 -04:00
Rosco Kalis fd3fd43800 Add /block/headers GET/POST endpoints + tests and mock data 2020-08-26 12:32:32 +02:00
Chris Troutner e4a427788f Merge branch 'master' into 5-electrum-tx-data 2020-08-17 10:31:08 -07:00
Chris Troutner 27a2825a43 fix(Electrumx): Adding get tx details endpoints 2020-08-17 10:31:05 -07:00
Rosco Kalis 63b8168c45 Add get transaction details from Electrum
- Add functions for getting a single transaction details or bulk
- Add GET and POST routes for these functions
- Add tests +mock data for these functions

- Add test helper function for stubbing a method for unit tests
- Add test helper function for asserting an API error
2020-08-16 19:43:12 +02:00
Rosco Kalis 1e5dae56af Enable P2SH addresses to be used with the ElectrumX endpoints 2020-08-14 12:15:26 +02:00
Chris Troutner b383312ec0 fix(unconfirmed tests): Not easy to test, so skipping for integration test 2020-07-31 08:47:11 -07:00
Stoyan Zhekov 14ac642bdb Bulk mempool response format fixed 2020-07-29 00:10:26 +09:00
Stoyan Zhekov 1e53a42efd GET and POST endpoints for unconfirmed utxos 2020-07-28 23:39:16 +09:00
Chris Troutner 492e10b440 fix(POST electrumx/transactions): Implemented with unit and integration tests 2020-04-16 20:41:08 -07:00
Chris Troutner 9172c5ceb0 fix(POST electrumx/balance): Implemented with unit and integration tests 2020-04-16 20:26:54 -07:00
Chris Troutner 9cb33f96f8 fix(POST electrumx/utxos): Implemented with unit and integration tests 2020-04-16 19:57:41 -07:00
Chris Troutner 373f538c8d fix(/electrumx/transactions/:address): Implemented with unit and integration tests 2020-04-16 19:09:58 -07:00
Chris Troutner fb3641e7b2 fix(/electrumx/balance/:address): Implemented with unit and integration tests 2020-04-16 18:52:40 -07:00
Chris Troutner 7bb3741fa9 fix(ElectrumX): get methods for balance, utxos, and tx history compelte 2020-04-16 18:37:57 -07:00
Chris Troutner d6925164e0 ElecrumX tests are passing 2020-04-16 09:53:34 -07:00
Chris Troutner f4e90a0518 fix(electrumx integration): Fixed the integration tests by renaming file 2020-04-14 09:55:36 -07:00