-
Notifications
You must be signed in to change notification settings - Fork 93
feat: review the 200 and 400 http code #4650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: review the 200 and 400 http code #4650
Conversation
Comparing responses between networks: Unified JSON-RPC Negative Test Comparison TableIncludes: QuickNode, Infura, Chainstack, Alchemy, Geth, Besu
|
|
I should gain access to run GitHub Actions soon. I’ll remove the draft status afterward. It would be good to run them just to make sure all the tests still work correctly with the default configuration. |
4a8f0d9 to
49fe5df
Compare
|
Tests were prepared in accordance with the AC described above. |
41292bc to
25b5953
Compare
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #4650 +/- ##
==========================================
- Coverage 95.47% 88.44% -7.04%
==========================================
Files 129 130 +1
Lines 20928 21003 +75
Branches 1793 1593 -200
==========================================
- Hits 19982 18576 -1406
- Misses 926 2392 +1466
- Partials 20 35 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 41 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Signed-off-by: Mariusz Jasuwienas <[email protected]>
52ff9f7 to
c096109
Compare
Signed-off-by: Mariusz Jasuwienas <[email protected]>
Signed-off-by: Mariusz Jasuwienas <[email protected]>
|
AC08 - we will go for 400 when we do validation BATCH 200, array, number of elements in req = number of elements in resp |
Description
Compliance layer checking if the api response format is correct - fixing it when needed.
Related issue(s)
Fixes #4630
Testing Guide
Changes from original design (optional)
Additional work needed (optional)
N/A
Checklist