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

Write ADR for high-level pre-devnet architecture #1

Closed
11 tasks
liamsi opened this issue Aug 16, 2021 · 0 comments · Fixed by #14
Closed
11 tasks

Write ADR for high-level pre-devnet architecture #1

liamsi opened this issue Aug 16, 2021 · 0 comments · Fixed by #14
Assignees
Labels

Comments

@liamsi
Copy link
Member

liamsi commented Aug 16, 2021

Summary

Describe the high-level architecture of the Celestia node and its different components (and then start the implementation accordingly).

Details

This could be several ADRs:

  • high-level architecture describing the interaction with a tendermint node and the components

And more granular descriptions of:

  • using API between Tendermint node
  • peering with other Celestia nodes (incl discovery)
  • interaction between Celestia nodes on a networking-level (DAS serving and the actual sampling)
    • serve sampling request
    • DAS itself
    • gossiping: headers, (fraud proofs)
    • serve Headers for syncing purposes
  • proxying tendermint's RPC
  • if fraud proofs, then ABCI component; else proxy state queries to Tendermint node
  • storage

@renaynay @Wondertan feel free to amend / edit.

@renaynay renaynay changed the title Write ADR for high-level architecture Write ADR for high-level pre-devnet architecture Aug 25, 2021
@renaynay renaynay added the docs:adr ADR label Aug 25, 2021
@renaynay renaynay linked a pull request Aug 30, 2021 that will close this issue
rach-id pushed a commit to rach-id/celestia-node that referenced this issue Jul 26, 2024
fix: convert types between app and core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants