Skip to content
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

feat(node/rpc): Setup RPC Server #1124

Open
refcell opened this issue Feb 26, 2025 · 0 comments · May be fixed by #1159
Open

feat(node/rpc): Setup RPC Server #1124

refcell opened this issue Feb 26, 2025 · 0 comments · May be fixed by #1159
Labels
A-binaries Area: binaries K-feature Kind: feature M-help-wanted Meta: Extra attention is needed

Comments

@refcell
Copy link
Collaborator

refcell commented Feb 26, 2025

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 in bin/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.

@refcell refcell added the A-binaries Area: binaries label Feb 26, 2025
@refcell refcell added M-help-wanted Meta: Extra attention is needed K-feature Kind: feature labels Feb 26, 2025
@varun-doshi varun-doshi linked a pull request Mar 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-binaries Area: binaries K-feature Kind: feature M-help-wanted Meta: Extra attention is needed
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

1 participant