Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Oct 31, 2023
1 parent 4eb1805 commit ec98162
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions src/constraint_builder.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use crate::gadgets::poseidon::PoseidonLookup;
use halo2_proofs::{
arithmetic::FieldExt,
plonk::{ConstraintSystem},
};
use halo2_proofs::{arithmetic::FieldExt, plonk::ConstraintSystem};
use itertools::Itertools;

mod binary_column;
Expand Down
4 changes: 0 additions & 4 deletions src/gadgets/canonical_representation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,7 @@ mod test {
selector.enable(&mut region, offset);
}
byte_bit.assign(&mut region);
<<<<<<< HEAD
canonical_representation.assign(&mut region, randomness, &self.values, 256);
=======
canonical_representation.assign(&mut region, &self.values, 256);
>>>>>>> 7ee429c (remove rlc randomness)
Ok(())
},
)
Expand Down
4 changes: 1 addition & 3 deletions src/gadgets/mpt_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ use super::{
is_zero::IsZeroGadget, key_bit::KeyBitLookup, one_hot::OneHot, poseidon::PoseidonLookup,
};
use crate::{
constraint_builder::{
AdviceColumn, BinaryQuery, ConstraintBuilder, Query, WordColumns,
},
constraint_builder::{AdviceColumn, BinaryQuery, ConstraintBuilder, Query, WordColumns},
types::{
storage::{StorageLeaf, StorageProof},
trie::{next_domain, TrieRows},
Expand Down

0 comments on commit ec98162

Please sign in to comment.