Commit Graph
419 Commits
Author SHA1 Message Date
Chris Troutner 3cb617b722 Merge pull request #124 from christroutner/unstable
fix(logging): Adding logging for analytics
2020-04-01 21:17:35 -07:00
Chris Troutner 323122d569 fix(logging): Adding logging for analytics 2020-04-01 21:11:47 -07:00
Chris Troutner 9c92680d39 Merge pull request #123 from christroutner/unstable
Persisting log files
2020-03-30 21:09:22 -07:00
Chris Troutner 8b3fd3eb59 fix(docker): Updating docker files to persist logs 2020-03-30 21:04:16 -07:00
Chris Troutner e1a0ce8daa Adding docker scripts to gitignore 2020-03-30 18:57:52 -07:00
Chris Troutner 94e4fbe9d4 Updating docker scripts 2020-03-30 18:56:49 -07:00
Chris Troutner 631c5511ee Updating logs readme 2020-03-30 18:24:23 -07:00
Chris Troutner 8fb10981f5 Adding logs/README.md 2020-03-30 18:24:02 -07:00
Chris Troutner 60dcfd9137 Merge pull request #121 from christroutner/unstable
Restoring original JWT token handling and improving error messages
2020-03-27 14:05:27 -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 c7c80c1f4f Updating gitignore 2020-03-27 09:43:28 -07:00
Chris Troutner d9690bca1b Updating README 2020-03-21 08:57:25 -07:00
Chris Troutner e35534aeda Updating README 2020-03-21 08:50:13 -07:00
Chris Troutner 1fb0f28453 Merge pull request #119 from christroutner/unstable
Updating for full node ABC 0.20.2
2020-03-20 20:38:34 -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 ffeffe9afd ran npm audit fix 2020-03-20 20:09:11 -07:00
Chris Troutner 57e8e0f1e1 Updating .gitignore 2020-03-20 20:07:48 -07:00
Chris Troutner 7caea31234 Merge pull request #116 from christroutner/dh-slp-refactor
refactor(slp): Refactored SLP route library
2020-03-14 11:40:07 -07:00
Chris Troutner c571290341 fixed merge conflict 2020-03-14 11:38:07 -07:00
Chris Troutner 62b8008b7c Merge pull request #115 from christroutner/dh-blockbook-refactor
refactor(Blockbook): Refactored Blockbook route library
2020-03-14 11:29:39 -07:00
Chris Troutner c07ba3d13f Ran npm audit fix 2020-03-14 11:04:49 -07:00
Chris Troutner 93a494eb1a linting 2020-03-14 11:02:06 -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 b5e60e770b Merge pull request #114 from christroutner/dh-move-utils2
refactor(route-utils): Moved route-utils2.js file
2020-03-08 21:06:45 -07:00
danielhumgon d1d0b20846 refactor(route-utils): Moved route-utils2.js file 2020-03-08 22:16:18 -04:00
Chris Troutner 3cbbb5c05e Merge pull request #113 from christroutner/unstable
fix(_this): Using _this instead of this
2020-03-08 10:02:45 -07:00
Chris Troutner 716d2e017f fix(_this): Using _this instead of this 2020-03-08 09:56:46 -07:00
Chris Troutner d306d25567 Merge pull request #112 from christroutner/unstable
fix(error handling): Fixing error handling issues with recent refactor
2020-03-08 09:35:48 -07:00
Chris Troutner 763629836a fix(error handling): Fixing error handling issues with recent refactor 2020-03-08 09:31:06 -07:00
Chris Troutner aeb184d1c2 Adding .env file for docker compose 2020-03-08 04:14:57 +00:00
Chris Troutner ded5ebfcc4 Adding startup scripts to gitignore 2020-03-08 03:59:37 +00:00
Chris Troutner 4c4294001f Updating testnet docker-compose file to use localized redis 2020-03-08 03:58:51 +00:00
Chris Troutner 4b7a14203e Merge pull request #111 from christroutner/unstable
fix(rawtransactions): Fixing scoping error for error handling
2020-03-07 11:08:51 -08:00
Chris Troutner bec28e22cd fix(rawtransactions): Fixing scoping error for error handling 2020-03-07 11:04:24 -08:00
Chris Troutner a5d3f9baa1 Merge pull request #110 from christroutner/unstable
fix(tests): Fixed several unit and integration tests
2020-03-07 10:46:44 -08:00
Chris Troutner b74a3335b0 fix(tests): Fixed several unit and integration tests 2020-03-07 10:43:55 -08:00
Chris Troutner 940511929f Merge pull request #109 from christroutner/dh-refactor
refactor(libraries): Refactored control, mining and raw transactions
2020-03-05 07:21:26 -08:00
Chris Troutner 5b1fd5fb46 linting 2020-03-05 07:11:13 -08:00
danielhumgon 161c31a397 refactor(libraries): Refactored control, mining and raw transactions 2020-03-04 20:33:20 -04:00
Chris Troutner 03a2284b2e Merge pull request #108 from christroutner/unstable
fix(rate limits): Duration was set to 1 second, not 1 minute. Fixed
2020-02-28 08:15:27 -08:00
Chris Troutner 71f41404e7 Clarifying comment 2020-02-28 08:06:25 -08: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 8974d9f025 Merge pull request #107 from christroutner/unstable
fix(package.json): Adding repository info
2020-02-26 11:00:36 -08:00
Chris Troutner c14741cd5d fix(package.json): Adding repository info 2020-02-26 10:56:56 -08:00
Chris Troutner 73ace73cb0 Merge pull request #106 from christroutner/unstable
fix(rate limit warning): refering people to fullstack.cash
2020-02-26 09:06:41 -08:00
Chris Troutner af34ec0cbd fix(rate limit warning): refering people to fullstack.cash 2020-02-26 08:50:38 -08:00