-
Notifications
You must be signed in to change notification settings - Fork 1
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
Labels
Comments
3 tasks
andynog
added a commit
that referenced
this issue
May 18, 2023
andynog
added a commit
that referenced
this issue
May 18, 2023
Merged
andynog
added a commit
that referenced
this issue
Jun 2, 2023
andynog
added a commit
that referenced
this issue
Jun 2, 2023
andynog
added a commit
that referenced
this issue
Jun 7, 2023
andynog
added a commit
that referenced
this issue
Jun 19, 2023
4 tasks
andynog
added a commit
that referenced
this issue
Jun 20, 2023
andynog
added a commit
that referenced
this issue
Jun 21, 2023
andynog
added a commit
that referenced
this issue
Jun 27, 2023
this was implemented as part of the PR #6 that was just merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: