This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Description
- merge the identity precompile PR
- refactor sig_verify.rs, so instead of using apis like halo2_base::AssignedValue::copy_advice, we create a "r,s,v,hash,is_valid" table (called sig verify table?). Then both tx circuit and evm_circuit::ecrecover can lookup this table? Another benefit of this is, we no longer leak the complexity of halo2_base to other circuits. @lispc
- evm_circuit side taks. @roynalnaruto