risc0-ethereum icon indicating copy to clipboard operation
risc0-ethereum copied to clipboard

Support compositions in the forge ffi prove function

Open nategraf opened this issue 10 months ago • 0 comments

Forge FFI is used in the tests to call out to external programs, and in our testing code is used to generate receipts that can then be used to test receipt-authorized logic. This functionality is also referred to as cheat codes. The prove cheat code used in tests supports only a subset of the prover API, and one particularly useful feature that we would like to support is providing assumption receipts for composition.

nategraf avatar Apr 16 '24 23:04 nategraf