-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: removed name field in JsonRpcError class #2590
fix: removed name field in JsonRpcError class #2590
Conversation
7c0b1e8
to
1f1a4e0
Compare
6092489
to
9f5296c
Compare
a0f143f
to
c8024e3
Compare
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.
PR Changes are empty 😅
Signed-off-by: Logan Nguyen <[email protected]> Revert "fix: removed name field in JsonRpcError class" This reverts commit c8024e3. Signed-off-by: Logan Nguyen <[email protected]> Reapply "fix: removed name field in JsonRpcError class" This reverts commit e64d1fc.
e64d1fc
to
f37d253
Compare
Quality Gate passedIssues Measures |
😓 yes I reverted the changes to test the Tests/Tests CI and it still failed for some reasons. |
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.
LGTM
Description:
This PR removes the
name
field in JsonRpcError class to conform to the JSON-RPC 2.0 Specification. Many tests were updated to apply this new changes.Related issue(s):
Fixes #2589
Notes for reviewer:
Checklist