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

Architecture RPC info #140

Merged
merged 5 commits into from
Nov 16, 2023
Merged

Architecture RPC info #140

merged 5 commits into from
Nov 16, 2023

Conversation

timothymcmackin
Copy link
Collaborator

Still looking into what info is needed about the RPC interface.

@timothymcmackin timothymcmackin self-assigned this Oct 31, 2023
Copy link

vercel bot commented Oct 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2023 2:38pm

Tezos nodes act as servers and accept HTTP requests from clients and other nodes via this protocol.

- Clients use it to submit transactions and get information about the state of the blockchain, such as account balances and contract storage
- Nodes use it to bake blocks and communicate with other nodes
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure that node use RPCs to bake blocks?
And they communicate with other nodes using RPCs? (normally, they use the P2P protocol)

Maybe you mean to the fact that baker daemons use RPCs to bake blocks and to communicate with the node?

docs/architecture/rpc.md Outdated Show resolved Hide resolved
docs/architecture/rpc.md Outdated Show resolved Hide resolved
NicNomadic
NicNomadic previously approved these changes Nov 7, 2023
Copy link
Collaborator

@NicNomadic NicNomadic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@timothymcmackin timothymcmackin merged commit 5d0b7d2 into staging Nov 16, 2023
1 check passed
@timothymcmackin timothymcmackin deleted the rpc branch November 16, 2023 14:39
timothymcmackin added a commit that referenced this pull request Nov 16, 2023
* First draft of planned topic on RPC protocol

* CLarify based on Nic's comments

* Missing period

Co-authored-by: NicNomadic <[email protected]>

* Format for updated date

* Add link to full RPC API doc

---------

Co-authored-by: NicNomadic <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants