Jack Gilcrest

Results 8 comments of Jack Gilcrest

Edit: I got it to compile by removing reqwest, but this neuters the functionality. New request for help: How do I get the reqwest functionality without breaking wasi?

Though #23 solves this issue for PSE, [there is no equivalent for ZCash](https://github.com/zcash/halo2/issues/771). Right now, the opcodes reside in the [`NoirCircuitTranslator`](https://github.com/Ethan-000/halo2_backend/blob/master/src/pse_halo2/circuit_translator.rs#L25) struct. However, we could likely store values like opcodes...

Ah somehow I missed that `configure` does not have access to `self` like `synthesize` does. that is annoying

> Hey @jp4g ! Saw your comment on this in the halo2-lib discussion TG as well. Would you require help with this? Would be delighted to contribute DM'd on telegram,...

For deeper context, I ported over the PSE MockProver tests to axiom. Here is the correct assignment for a, b, and c: ![right](https://github.com/Ethan-000/halo2_backend/assets/31053787/e6c0566f-328d-4663-bbe4-bbe8dff71ac7) Which MockProver successfully runs for: ![image](https://github.com/Ethan-000/halo2_backend/assets/31053787/8ab8b20f-ec54-4247-8264-1aca59c65c46) However...

#32 Added MockProver for PSE Axiom to be included in axiom-equality branch

This is causing some issues for people who want to use notes - if you want a note with > 4 (using #[note]) or 5 (using #[note_custom_interface]) you need to...