Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Mason Liang <[email protected]>
Co-authored-by: Carlos Pérez <[email protected]>
Co-authored-by: Chih Cheng Liang <[email protected]>
  • Loading branch information
4 people authored Dec 15, 2022
1 parent 20b4db0 commit cc1e0d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zkevm-circuits/src/state_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ pub struct StateCircuitConfig<F> {
// For Rw::AccountStorage, identify non-existing if both committed value and
// new value are zero. Will do lookup for ProofType::StorageDoesNotExist if
// non-existing, otherwise do lookup for ProofType::StorageChanged.
// TODO: use BatchedIsZeroGadget here, once it doesn't depend on the evm circuit constraint
// builder.
is_non_exist: Column<Advice>,
state_root: Column<Advice>,
lexicographic_ordering: LexicographicOrderingConfig,
Expand Down

0 comments on commit cc1e0d6

Please sign in to comment.