-
Notifications
You must be signed in to change notification settings - Fork 83
chore: add eth_getBlockReceipts method to OpenRPC definitions (#3793) #3792
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?
chore: add eth_getBlockReceipts method to OpenRPC definitions (#3793) #3792
Conversation
…ledger#1837) Signed-off-by: Michał Walczak <[email protected]>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
Signed-off-by: Michał Walczak <[email protected]>
|
…d in the OpenRPC schema were removed (hiero-ledger#1837) Signed-off-by: Michał Walczak <[email protected]>
Signed-off-by: Michał Walczak <[email protected]>
|
Signed-off-by: Michał Walczak <[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.
LGTM
Is this PR still draft? Otherwise, we should mark it as "Ready for review" for better visibility. |
… creation transactions (hiero-ledger#1837) Signed-off-by: Michał Walczak <[email protected]>
I added a case here where As soon as this is merged: |
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #3792 +/- ##
=======================================
Coverage ? 39.28%
=======================================
Files ? 83
Lines ? 4816
Branches ? 988
=======================================
Hits ? 1892
Misses ? 2665
Partials ? 259 🚀 New features to boost your workflow:
|
Description:
Added
eth_getBlockReceipts
toopenrpc.json
to reflect the method already implemented in the application.Related issue(s):
Fixes #3793
Checklist