Commit Graph
103 Commits
Author SHA1 Message Date
Chris Troutner 708488d928 Created first unit tests for the elctrumx lib 2020-04-06 13:47:05 -07:00
Chris Troutner 0142dcc2eb fix(jwt token secret): Better handling when token secret is misconfigured 2020-04-05 08:11:57 -07:00
Chris Troutner 8b5325d955 fix(rate limits): Removing unneeded code 2020-03-27 13:43:29 -07:00
Chris Troutner 140e2b1cc1 Restored original jwt token handling 2020-03-27 10:21:09 -07:00
Chris Troutner f4fd9e4e45 Updating unit test mocks 2020-03-20 20:33:52 -07:00
Chris Troutner 10452bb47e fix(SLP list): Removing list endpoint, no scaleable 2020-03-20 20:28:50 -07:00
Chris Troutner ac4eb663a7 Fixing tests that broke in ABC 0.20.2 2020-03-20 20:20:49 -07:00
Chris Troutner c571290341 fixed merge conflict 2020-03-14 11:38:07 -07:00
danielhumgon d8578767d6 refactor(slp): Refactored SLP route library 2020-03-13 00:52:17 -04:00
danielhumgon 38cf7f4304 refactor(Blockbook): Refactored Blockbook route library 2020-03-10 22:38:00 -04:00
Chris Troutner b74a3335b0 fix(tests): Fixed several unit and integration tests 2020-03-07 10:43:55 -08:00
danielhumgon 161c31a397 refactor(libraries): Refactored control, mining and raw transactions 2020-03-04 20:33:20 -04:00
Chris Troutner 18812e0473 fix(rate limits): Duration was set to 1 second, not 1 minute. Fixed 2020-02-28 08:05:16 -08:00
Chris Troutner 01ec490a9b feat(slp): Updated balance endpoints for SLPDB v1 2020-02-16 19:07:35 -08: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 bb618e1334 Merge pull request #101 from christroutner/dh-blockchainjs-refactor
refactor(blockchain.js): Refactored blockchain.js library [WIP]
2020-02-16 05:25:12 -08:00
Chris Troutner c5338b2308 Removed old blockchain route 2020-02-16 05:22:59 -08:00
Chris Troutner cd8724b4b2 linting and formatting fix 2020-02-15 19:01:11 -08:00
danielhumgon 380acbbfa4 refactor(blockchain.js): Refactored blockchain.js library [WIP] 2020-02-14 13:02:58 -04:00
Chris Troutner dc1b444309 fix(rateLimitSimple): Created simpler rate-limit middleware for rest.bitcoin.com 2020-02-10 17:43:15 -08:00
Chris Troutner 6a7904b6af Finished unit tests for new rateLimitByResource() 2020-02-10 09:08:17 -08:00
Chris Troutner f518ad4a3e Refactored for four tiers 2020-02-07 16:30:20 -08:00
Chris Troutner c70bbd46c5 Getting ready to refactor another tier 2020-02-07 16:20:37 -08:00
Chris Troutner 97e49180e3 Need to fix slp tier as 40 2020-02-07 00:29:39 -08:00
Chris Troutner 4c80776754 unit tests for calcPoints() 2020-02-07 00:05:40 -08:00
Chris Troutner 8a558db690 unit test for getResource() 2020-02-06 14:51:09 -08:00
Chris Troutner 86951eccac Disconnecting from Redis after unit tests complete 2020-02-06 14:32:59 -08:00
Chris Troutner 5ecc321b3e fix(rate-limit.js): Refactored to use JS Class 2020-02-04 16:35:31 -08:00
Chris Troutner 13b41a50c6 Editing comments and notes 2020-02-04 16:12:38 -08:00
Chris Troutner 059667b41a Revert "Revert "Blockchain refactor [WIP]"" 2020-01-28 20:54:43 -08:00
Chris Troutner 963fbcaf4a Revert "Blockchain refactor [WIP]" 2020-01-28 20:44:49 -08:00
Chris Troutner 35b686914c Created refactored route-utils2.js library 2020-01-28 16:07:50 -08:00
Chris Troutner 24c9a93750 Ported getBestBlockHash() 2020-01-27 17:04:47 -08:00
Chris Troutner 57f3454e88 Prototyped new blockchain library and unit tests 2020-01-27 15:46:37 -08:00
Chris Troutner 725adc1ce1 fix(route-utils.js): getAxiosOptions() replaces setEnvVars() 2020-01-27 14:50:00 -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 b0c5b4c681 Removed bitcore as a downstream service 2019-12-06 16:17:43 -08:00
Chris Troutner 098f5214e0 Fixed tests 2019-12-06 16:15:27 -08:00
Chris Troutner 3e26fd2a89 Fixed unit and integration tests for balancesForAddress bulk and single 2019-12-02 19:31:00 -08:00
Chris Troutner c53b6e0940 fix(SLP balancesForAddress): Fixed unit tests 2019-12-02 19:25:10 -08:00
Chris Troutner a9ec0acc1a fix(unit tests): Fixing unit tests for 503 network errors 2019-11-25 20:47:36 -08:00
Chris Troutner 6d4dafdc14 Removing slp-sdk and slpjs dependencies 2019-11-25 20:44:37 -08:00
Chris Troutner 8be3428e6f Fixing broken integration test 2019-11-18 20:08:49 -08:00
Chris Troutner 764c601373 Updated integration tests 2019-11-13 11:59:56 -08:00
Chris Troutner 1f6f96721d Fixed communication with Insight API 2019-11-13 08:47:08 -08:00
Chris Troutner ccac98dd5e Fixed integration test for gettxout 2019-11-13 08:40:37 -08:00
Chris Troutner eb6b2e6ff3 Commented out failing unit tests 2019-11-13 08:09:58 -08:00
Chris Troutner 1886a2cb3f feat(tiers): Enforcing tiered access to endpoints 2019-10-31 16:47:52 -07:00
Chris Troutner 9b5827752e feat(full-node): moved full node routes to their own subdir 2019-10-31 14:37:54 -07:00