Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Storage node & protocol #3

Open
liamsi opened this issue Mar 11, 2020 · 3 comments
Open

Storage node & protocol #3

liamsi opened this issue Mar 11, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@liamsi
Copy link
Member

liamsi commented Mar 11, 2020

We need to define the public API and the protocol to interact with a storage node.

This also plays into data availability (which might be started being spec'ed out in #2) as consensus participants (validators) that do not want to be storage nodes themselves will need to query them for data availability.

Quoting musalbas here:

So there should be an option to run:
a) validator that is also a storage node
b) storage node only
c) validator that just uses data availability proofs(update: not planned anymore)
d) light clients that use data availability proofs

@liamsi liamsi changed the title Storage node Storage node & protocol Mar 11, 2020
@liamsi liamsi added this to the Pre-implementation draft milestone Mar 23, 2020
@adlerjohn adlerjohn added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 20, 2020
@liamsi
Copy link
Member Author

liamsi commented Jun 24, 2020

c) validator that just uses data availability proofs

Question: this was still assuming that there is no state in the LL main chain? Wouldn't validators still verify validity of transactions while they could only use data availability proofs for the messages the transactions pay for (@musalbas).

also ref: #22 and celestiaorg/celestia-core#35

@musalbas
Copy link
Member

I consider the LL token app to logically be an optimistic rollup sidechain. Therefore validators can just download the latest state root for it and accept state transition fraud proofs.

@liamsi
Copy link
Member Author

liamsi commented Jun 12, 2021

Update on the above: while you could still argue that the LL token app will be treated as an ORU chain in the sense that clients could accept state transition fraud proofs, this does not hold for validators who will download all Tx (and actually all block data) and hence do not need to care about state fraud proofs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants