aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

fix(cli): Aligned CLI should accept Public Inputs as an optional input for Risc0

Open PatStiles opened this issue 1 year ago • 0 comments

The Aligned submit CLI currently treats the public input argument for Risc0 as a required argument even though it is optional. We should submitting Risc0 proofs with no public input.

ref: https://github.com/yetanotherco/aligned_layer/blob/testnet/batcher/aligned/src/main.rs#L493 https://github.com/yetanotherco/aligned_layer/blob/testnet/batcher/aligned/src/main.rs#L574

PatStiles avatar Oct 08 '24 18:10 PatStiles