-
Notifications
You must be signed in to change notification settings - Fork 10
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 production/Technical features #207
Conversation
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.
Looks good - Left some general feedback :)
We need to also center the Mermaid diagrams (horizontally)
The Tanssi protocol provides block production as a service, orchestrating a decentralized and trustless set of sequencers, ensuring the appchains' liveness. To do so, the protocol bridges both ends: | ||
|
||
- **Node operators** - who run sequencers, offering their block production services to get rewards | ||
- **Appchains** - which require transactions to be executed and included in blocks, keeping the network's liveness | ||
|
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.
This part is a bit confusing. "To do so, the protocol bridges both ends" I'm unsure how this relates to the list below. It feels a bit repetitive tho as it is a bit the same but in a list.
Maybe just skip the bullet list and go to the next paragraph?
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.
It wasn't very clear, indeed. I changed it so both bridged ends are the actors node operators and develoeprs. wdyt?
Co-authored-by: albertov19 <[email protected]>
Co-authored-by: albertov19 <[email protected]>
Co-authored-by: albertov19 <[email protected]>
Co-authored-by: albertov19 <[email protected]>
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.
Checked the Symbiotic part now! I think generally speaking we have to make better use of mermaid diagrams. A diagram that is very simple it is not that worthwhile.
Also I think we have to go a bit more in-depth on the protocol, Symbiotic, and how everything ties together.
Co-authored-by: albertov19 <[email protected]>
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.
Looking very good! Some extra feedback
|
||
## Tanssi with Symbiotic {: #tanssi-symbiotic } | ||
|
||
Developers launching appchains through Tanssi benefit from [block production services](/learn/tanssi/appchain-services/block-production/){target=\_blank}, data retrievability as a service, and the shared security model derived from every vault opting-in to support the Tanssi protocol. This eliminates the hurdle of dealing with infrastructural and security components developers would need to take on otherwise. |
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.
I think if we are including data retrievability as a service (which I agree we should) we should mention this across the board, and think of writing an article about this :)
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.
Definitely! We should have an article in the "appchain services" section. The catch is that the mainnet will be launched without this feature and will be implemented later.
We don't know yet how this works in terms of incentives, etc
Co-authored-by: albertov19 <[email protected]>
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.
More nitpicking 😬
Description
This PR adds Symbiotic in the technical features article from the learn section.
It also includes some mermaid diagrams, requiring another PR to be merged in the tanssi mkdocs repo
Checklist
tanssi-mkdocs
to update redirects