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 possibility to generate state fraud proofs #9

Closed
liamsi opened this issue Jan 4, 2021 · 1 comment
Closed

Add possibility to generate state fraud proofs #9

liamsi opened this issue Jan 4, 2021 · 1 comment
Labels
C:ORU This issue will be necessary for both ORUs and the LL-abci app

Comments

@liamsi
Copy link
Member

liamsi commented Jan 4, 2021

Full nodes should be able to:

  • generate fraud proofs and
  • gossip those to other nodes (we still need to decide if gossiping should be done by the app or in lazyledger-core)

Additionally, there needs to be a simple API to verify fraud proofs. If possible, it would be good if we implemented this in lazyledger-app instead. But I doubt that this will work and we'll likely have to implement most of this feature directly in the SDK (as keeping track of the intermediate state roots might require changes in the SDK). The fraud proof validation logic will be in the app to some extend.

Depends on #8 (and also on #7 if we don't want different kinds of state fraud poofs).

@liamsi liamsi added the C:ORU This issue will be necessary for both ORUs and the LL-abci app label Jan 4, 2021
@tzdybal
Copy link
Member

tzdybal commented Nov 17, 2022

This issue is outdated. Fraud proofs are tracked in rollkit/rollkit#514.

@tzdybal tzdybal closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2022
@tzdybal tzdybal moved this to Done in Celestia Node Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:ORU This issue will be necessary for both ORUs and the LL-abci app
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants