Uh oh!
There was an error while loading. Please reload this page.
refactor(example): enhance example for public inputs validation - #1195
refactor(example): enhance example for public inputs validation#1195IAvecilla wants to merge 23 commits into
Conversation
d8c1b3b to
334468fCompare
uri-99
left a comment
There was a problem hiding this comment.
Also, should this PR be pointed at testnet?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
uri-99
left a comment
There was a problem hiding this comment.
Single proofs emitted will not get included in a batch, so in devnet it is necesarry to send more proofs in parallel. We should add this detail in the docs since this PR is going to testnet.
After this it is an approve
Co-authored-by: IAvecilla <ignacio.avecilla@lambdaclass.com> Co-authored-by: MauroFab <maurotoscano2@gmail.com>
uri-99
commented
Oct 14, 2024
Closing this PR because it is being solved in this other rebased PR |
Caution
Content of thi PR is OK but we had to make another branch.
the new PR is this one
Update the public input validation example to support both
SP1andRisc0implementations. Additionally, improve the steps and documentation to make it easier to follow and execute.How to test
You can test it locally following the commands in
examples/validating-public-input/README.mdor use holesky following the official documentation indocs/guides/3_validating_public_input.md.