-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add decodeRequestMiddleware & batch request decoding * progress towards batch request processing * hackily overriding headers fixes response * refactor, headers still incorrect * handle passing response headers * handle empty batch requests * rename & add docs to batchResponseWriter * make batch requests concurrent * cleanup & add doc comments to all funcs * unit test the cache state header response * fix default CORs header for cache misses * fix cache hit counting * reduce debug log noise * add happy path testing for batch evm requests * lol, don't fail b/c it is 4PM * pass through error statuses! * test more unhappy paths * update missing .env vars, misc cleanup * fix CI docker for e2e tests * replace request logging mdw w/ decode request mdw * update middleware sequence documentation * add ProxyMaximumBatchSize configuration proxy service responds 413 if it receives a request with >ProxyMaximumBatchSize sub-requests * onErrStatus(status) -> onErrorHandler(status, body) * update error handler to include current response headers * refactor metrics tests to use require.Eventually instead of arbitrarily sleeping and praying that the metric was created, wait for the metrics to be created. if the expected metrics are not created, the test will fail with a timeout.
- Loading branch information
1 parent
1683d4e
commit d7f1fa5
Showing
20 changed files
with
861 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.