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

Powdr Input Deserialization #37

Open
1 task done
CeciliaZ030 opened this issue Feb 23, 2024 · 1 comment
Open
1 task done

Powdr Input Deserialization #37

CeciliaZ030 opened this issue Feb 23, 2024 · 1 comment
Assignees

Comments

@CeciliaZ030
Copy link
Contributor

Describe the feature request

Serialize input when feeding data from raiko-host to powdr guest

Screen Shot 2024-02-23 at 3 10 56 PM

Example usage of deserialization:

Modify powdr guest's main referencing SP1 guest's main.
Feed data in from the host's Powdr's driver referencing SP1's driver
Note that in our client code the data should deserialize to:

// TODO: figure out what the integer does and how much should be
let input: Input<EthereumTxEssence> = get_data_serde(999);
let sys_info: TaikoSystemInfo = get_data_serde(888);

Make PR against https://github.com/CeciliaZ030/zeth/tree/multi-guest

Spam policy

  • I verify that this issue is NOT SPAM and understand SPAM issues will be closed and reported to GitHub, resulting in ACCOUNT TERMINATION.
@petarvujovic98
Copy link
Contributor

@CeciliaZ030 Thanks for the additional information, I'll create a PR today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants