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

Use POSIX I/O for view call proofs #67

Open
nategraf opened this issue Apr 3, 2024 · 0 comments
Open

Use POSIX I/O for view call proofs #67

nategraf opened this issue Apr 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nategraf
Copy link
Contributor

nategraf commented Apr 3, 2024

Currently, the view call proof library uses stdin and env::read to get it's required inputs, namely the Merkle inclusion proofs for the storage slots accessed in view call execution. This introduces from devex complications in that the developer needs to redefine the inputs to include this data.

By using POSIX I/O, this communication can be done out of band to user execution, and the details can be made internal to the view call library itself.

Depends on risc0/risc0-foundry-template#91

@nategraf nategraf added the enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant