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

Add Layered Description to Typhon Spec #32

Closed
isheff opened this issue Apr 7, 2022 · 1 comment
Closed

Add Layered Description to Typhon Spec #32

isheff opened this issue Apr 7, 2022 · 1 comment
Assignees

Comments

@isheff
Copy link
Collaborator

isheff commented Apr 7, 2022

Arguably, we can break down Typhon into layers, which include:

  • Transaction dissemination from Clients to Storage (probably on validators, who may also be orderers)
  • Mempool Organization, wherein organized portions of the transactions are identified for consensus to decide on. (This Issue)
  • Consensus, which chooses an ever-growing sub-dag from the mempool representing "ordered" transactions.
  • Execution, wherein state "after" each transaction is calculated and published.

This should be explained the spec documentation.

@isheff
Copy link
Collaborator Author

isheff commented Mar 22, 2023

This has now been done.

@isheff isheff closed this as completed Mar 22, 2023
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

No branches or pull requests

1 participant