-
Notifications
You must be signed in to change notification settings - Fork 146
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
Block Node #1081
base: main
Are you sure you want to change the base?
Block Node #1081
Conversation
✅ Deploy Preview for hedera-hips ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
About half way through the hip document so far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally reached the end of the document.
Hello everyone, I hope this message finds you well! I am reaching out just to give a gentle reminder regarding the open PR titled "Block Node". Currently, we still have 42 unresolved discussions which need your valuable input. It'd be really helpful if we could collaborate and get these discussions resolved to make further progress on this PR. I appreciate your time, commitment, and collaboration thus far. Your thoughts and perspectives continue to be essential in making sure we're moving in the right direction. Thank you again for your contributions to this project. Looking forward to concluding these discussions and achieving our overall goal together! Best regards, |
Thanks @mgarbs |
584e303
to
966037a
Compare
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
…nd service definitions Signed-off-by: Nana Essilfie-Conduah <[email protected]>
d34c05e
to
b358e97
Compare
Signed-off-by: Joseph Sinclair <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
* Added skip block message to block service `PublishStreamResponse` * Added resend block message to block service `PublishStreamResponse` * Renamed end of stream response to `end_of_stream` for clarity. * Added persitence failed response * Removed (unnecessary) item acknowledgement Signed-off-by: Joseph Sinclair <[email protected]>
b358e97
to
04e11af
Compare
Description:
Abstract
This HIP introduces and proposes the adoption of a new node type that is designed to parse the block stream, store
latest state and serve up additional network APIs such as state proofs and block retrieval that support decentralized
querying and verification of state.
A block node will primarily sit in between a consensus node and a mirror node to serve as a decentralized source of
verifiable network state and transaction information. As an emergent feature a block node will introduce a new node
economy through independent community operations. Anyone will be able to independently run a block node or block
stream parsing product that provides value added services to users e.g. aggregated data insights, data availability.
Block Nodes will have a rich API, allowing consumers to receive a subset of the stream, or the full stream. Block Nodes
can innovate on payment -- they can be commercial and have connectivity rules / rate limits / SLAs for customers.
They can require payment for serving blocks, or they can serve blocks for free.
Related issue(s):
Expands on #1055
Notes for reviewer:
Checklist