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

Keep track of and return intermediate state roots to be included in the block #8

Closed
liamsi opened this issue Jan 4, 2021 · 2 comments
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

LazyLedger includes intermediate state roots in the block (using a reserved namespace). The preprocess step (as in tendermint/spec#5) can be used to feed those back into lazyledger-core for inclusion in the block.

Keep in mind that tendermint executes the block's Tx after the block is committed: tendermint/tendermint#7898

See also: celestiaorg/celestia-core#84

Also note, it could make sense to implement this after tendermint/spec#6.
That said, ideally, the mechanism was independent from from the underlying tree though. Hence, a first version could also just work with the existing IAVL tree.

Also, if possible, we would rather implement this in the lazyledger app / module instead.

@liamsi liamsi added the C:ORU This issue will be necessary for both ORUs and the LL-abci app label Jan 4, 2021
@adlerjohn adlerjohn mentioned this issue Sep 6, 2021
5 tasks
@liamsi
Copy link
Member Author

liamsi commented Dec 8, 2021

Reprioritized to post-mainnet. Will use microblocks for the evmos settlement hub (which is the prio).

@tzdybal
Copy link
Member

tzdybal commented Nov 17, 2022

This issue is out of date. Fraud proofs progress is tracked in rollkit/rollkit#514

@tzdybal tzdybal closed this as completed 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