-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: refactor mirrorNodeClient axios transformResponse
and fix all unit tests
#3435
Conversation
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for the other PR to get merged first so we can cut a hotfix then we can target this in main after that as this has lower priority.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's wait for the other PR to get merged first so we can cut a hotfix then we can target this against main after that as this has lower priority.
# Conflicts: # packages/relay/src/lib/clients/mirrorNodeClient.ts # packages/relay/tests/lib/eth/eth_getLogs.spec.ts
Signed-off-by: nikolay <[email protected]>
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great work!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3435 +/- ##
==========================================
+ Coverage 85.46% 85.53% +0.07%
==========================================
Files 69 69
Lines 4753 4751 -2
Branches 1059 1059
==========================================
+ Hits 4062 4064 +2
+ Misses 396 394 -2
+ Partials 295 293 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description:
Follow up on #3387 regarding this discussion #3387 (comment).
Related issue(s):
Fixes #3367
Notes for reviewer:
Checklist