-
Notifications
You must be signed in to change notification settings - Fork 109
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
expose_rpc
macro works with Runtime
#406
Conversation
Codecov Report
|
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, but would love to see a review from @dubbelosix before we merge since he's most familiar with this part of the codebase.
expose rpc
macro works with Runtime
expose_rpc
macro works with Runtime
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 introduces the following changes
expose_rpc
works onRuntime
rather thanStateTransitionRunner
.rpc_gen
toAccounts, Sequencer, Bank
Linked Issues
Context
fromcli_parser & expose_rpc
macros #409Testing
No impact on tests.
Docs
Relevant docs updated.