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

POC: Implement the RPC service #3

Closed
Tracked by #825 ...
andynog opened this issue May 11, 2023 · 1 comment
Closed
Tracked by #825 ...

POC: Implement the RPC service #3

andynog opened this issue May 11, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request rpc

Comments

@andynog
Copy link
Contributor

andynog commented May 11, 2023

The RPC service exposes the endpoints that serve the requests and can be invoked by RPC clients. The RPC service will retrieve the information from the database and send a response that is equivalent to the one from the full node for the existing CometBFT RPC endpoints

NOTE: For the POC, the RPC service will only expose a REST endpoint. In the future the service should offer a JSONRPC endpoint the same as the full node.

@andynog andynog added enhancement New feature or request rpc labels May 11, 2023
@andynog andynog self-assigned this May 11, 2023
andynog added a commit that referenced this issue May 18, 2023
@andynog andynog mentioned this issue Jun 2, 2023
@andynog andynog changed the title Implement the RPC service POC: Implement the RPC service Jun 20, 2023
andynog added a commit that referenced this issue Jun 20, 2023
andynog added a commit that referenced this issue Jun 23, 2023
@andynog
Copy link
Contributor Author

andynog commented Jun 28, 2023

this was implemented as part of the PR #6 that was just merged

@andynog andynog closed this as completed Jun 28, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in CometBFT 2023 Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rpc
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant