-
Notifications
You must be signed in to change notification settings - Fork 377
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
Add examples for debug
methods
#464
Conversation
@alexandratran could you please rebase this PR to |
@mkalinin done |
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 a lot! LGTM!
@mkalinin No problem! (Again, can you merge since I don't have write access?) |
This PR looks correct, but do you have a way to verify it displays correctly? The openrpc playground doesn't appear to support method examples right now. -- update: I see the engine examples are working on the deployed version, for some reason my local one wasn't showing it |
Add examples for:
debug_getBadBlocks
debug_getRawBlock
debug_getRawHeader
debug_getRawReceipts
debug_getRawTransaction
The examples are taken from the Besu API docs.
This will be the first in a series of PRs adding examples to this OpenRPC spec.