29 Commits
Author SHA1 Message Date
Chris Troutner 555de52844 fix(encryption): Refactored encryption lib to use Fulcrum instead of Blockbook 2020-11-08 12:26:52 -08:00
Chris Troutner 5459fc8929 feat(price): Adding price endpoint 2020-10-19 17:50:49 -07:00
Chris Troutner a2c30aee6d fix(validateTxid2): Added unit tests 2020-10-11 10:03:24 -07:00
Rosco Kalis fd3fd43800 Add /block/headers GET/POST endpoints + tests and mock data 2020-08-26 12:32:32 +02: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
Stoyan Zhekov 1e53a42efd GET and POST endpoints for unconfirmed utxos 2020-07-28 23:39:16 +09:00
Chris Troutner 299945df0d finished unit tests for tokenStats 2020-05-12 13:27:02 -07:00
Chris Troutner 40cf87fa62 Added additional tests for GET publickey 2020-05-03 15:57:21 -07:00
Chris Troutner f44229afe3 fix(GET /encryption/publickey): Search blockchain for a public key associated with an address 2020-05-03 15:37:46 -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 8910bfd33b Got first unit and integration tests for electrumx 2020-04-07 10:49:05 -07:00
Chris Troutner f4fd9e4e45 Updating unit test mocks 2020-03-20 20:33:52 -07:00
Chris Troutner d91cdcb6ce refactored balancesForAddress() and unit tests for SLPDB v1 2020-02-16 18:25:45 -08:00
Chris Troutner bb1bac5ada fix(linting): Switching to standard linter. Fixed linting errors 2020-02-16 06:38:25 -08:00
Chris Troutner c7ceed8784 feat(GET MempoolAncestors): Added wrapper for full node RPC call 2020-01-17 15:16:02 -08:00
Chris Troutner 9090d1b991 fix(validateTxid): Fixed bug in SLP validateTxid() 2019-10-30 12:33:29 -07:00
Chris Troutner 83d47bfda9 feat(token-sweep): Added token sweep endpoint 2019-10-28 09:48:10 -07:00
Chris Troutner 493d0174d4 Fixed unit tests 2019-10-03 18:29:04 -07:00
Chris Troutner 04efadbe5f Added unit tests for the txSingle route handler 2019-09-25 13:15:25 -07:00
Chris Troutner bdd0ef17fa fix(rate-limits): Re-enabling rate-limit unit tests. Setting rate limit to 10 RPM 2019-08-10 12:01:16 -07:00
Chris Troutner 3dfeb12837 fix(control/getnetworkinfo): Added getnetworkinfo endpoint 2019-07-08 16:02:35 -07:00
Chris Troutner 5380268a5e fix(slp): Fixed SLP unit tests 2019-06-14 21:48:13 -07:00
Chris Troutner d15e11b75e Finished adding unit and integration tests to blockbook API balance and utxo 2019-06-09 15:04:30 -07:00
Chris Troutner fca3e25b73 Added first unit tests for blockbook 2019-06-09 14:31:36 -07:00
Chris Troutner 39ef03a510 fix(bitcore utxos): Added utxo endpoint to bitcore route. Added unit and integration tests 2019-06-08 23:06:53 -07:00
Chris Troutner 97f987cf17 fix(tests): All unit and integration tests working 2019-06-08 19:46:59 -07:00
Chris Troutner 05e456540d fix(bitcore node api): Added first bitcore node api route with unit and integration tests 2019-05-31 13:17:35 -07:00
Chris Troutner 6f615644d6 feat(v3): Forked the v2 code and tests into v3 2019-05-31 08:42:57 -07:00