remove MockSignedPod (#339)
- breaking change: Removal of MockSignedPod. Use SignedPod instead. - breaking change: Redefinition of numerical id for values of PodType.
This commit is contained in:
parent
06b84e8dca
commit
b5e0d97cb6
14 changed files with 79 additions and 358 deletions
|
|
@ -1477,7 +1477,7 @@ pub(crate) mod tests {
|
|||
let params = Params::default();
|
||||
let config = CircuitConfig::standard_recursion_config();
|
||||
|
||||
let custom_predicate_batch = eth_dos_batch(¶ms, false)?;
|
||||
let custom_predicate_batch = eth_dos_batch(¶ms)?;
|
||||
|
||||
for (i, cp) in custom_predicate_batch.predicates().iter().enumerate() {
|
||||
let mut builder = CircuitBuilder::<F, D>::new(config.clone());
|
||||
|
|
@ -1540,7 +1540,7 @@ pub(crate) mod tests {
|
|||
helper_custom_predicate_batch_target_id(¶ms, &custom_predicate_batch).unwrap();
|
||||
|
||||
// Some cases from the examples
|
||||
let custom_predicate_batch = eth_dos_batch(¶ms, false)?;
|
||||
let custom_predicate_batch = eth_dos_batch(¶ms)?;
|
||||
helper_custom_predicate_batch_target_id(¶ms, &custom_predicate_batch).unwrap();
|
||||
|
||||
let custom_predicate_batch =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue