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:
Eduard S. 2025-03-21 16:53:03 +01:00 committed by GitHub
parent 9afc43675d
commit b93187c9bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 411 additions and 175 deletions

View file

@ -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() };