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

[WIP]: Powdr Input Deserialization #8

Merged
merged 4 commits into from
Feb 26, 2024

Conversation

petarvujovic98
Copy link

Resolves taikoxyz#37

@petarvujovic98
Copy link
Author

@CeciliaZ030 Could you have a look at this PR?

graffiti,
prover,
} = get_data_serde::<InputData>(42);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have u figured out what does this number "42" mean? I'm asking cuz I don't really know so not sure if it will break when we actually run with real block.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a channel on which the input is sent, so we add it here on the receiving and and it must match on the sending end here. I recommend we use a shared const somewhere in the code base so that this remains synced instead of being manually hardcoded

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lmfaooooo

@CeciliaZ030 CeciliaZ030 merged commit ce73045 into CeciliaZ030:multi-guest Feb 26, 2024
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

Successfully merging this pull request may close these issues.

3 participants