Progress on the MainPod circuit (#159)
* feat: add SignedPodVerify test * unify circuits style * more clear sizes * get operation_verify test working * be consistent with names
This commit is contained in:
parent
9afc43675d
commit
b93187c9bb
11 changed files with 411 additions and 175 deletions
|
|
@ -1091,6 +1091,7 @@ pub mod tests {
|
|||
max_operation_args: 5,
|
||||
max_custom_predicate_arity: 5,
|
||||
max_custom_batch_size: 5,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let mut alice = MockSigner { pk: "Alice".into() };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue