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

dep: no_std derivation pipeline #34

Closed
clabby opened this issue Feb 22, 2024 · 0 comments · Fixed by #243
Closed

dep: no_std derivation pipeline #34

clabby opened this issue Feb 22, 2024 · 0 comments · Fixed by #243
Assignees
Labels
K-feature Kind: feature M-help-wanted Meta: Extra attention is needed

Comments

@clabby
Copy link
Collaborator

clabby commented Feb 22, 2024

Overview

In order to develop the client program, we need a no_std compatible derivation pipeline. Ideally, the derivation pipeline implementation consists of pure functions that take in L1 inputs and produce L2 transactions, without any opinions on where the data comes from. At its core, this derivation pipeline implementation should be fully synchronous. The fault proof program will provide data directly to this derivation pipeline, and receipts and other L1 data from the host program through the PreimageOracle as it processes the L1 block range.

@clabby clabby added M-help-wanted Meta: Extra attention is needed K-feature Kind: feature labels Feb 22, 2024
@refcell refcell added this to the Table Stakes milestone Apr 15, 2024
@refcell refcell changed the title dep(magi): no_std derivation pipeline dep: no_std derivation pipeline Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-feature Kind: feature M-help-wanted Meta: Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants