We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On startup, kona-node will need to run an RPC server for optimism-specific consensus endpoints.
kona-node
In the op-node, this is done here.
op-node
The output of this ticket is to create an rpc module in bin/node/src/ that contains the rpc server. It should also wire up the rpc server to start.
rpc
bin/node/src/
Wiring in endpoint handling should be done in a follow up task.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
On startup,
kona-node
will need to run an RPC server for optimism-specific consensus endpoints.In the
op-node
, this is done here.The output of this ticket is to create an
rpc
module inbin/node/src/
that contains the rpc server. It should also wire up the rpc server to start.Wiring in endpoint handling should be done in a follow up task.
The text was updated successfully, but these errors were encountered: