Implement generic serialization/deserialization (#260)

* complete general serialization

* bump default params temporarily

* disable recursion in great_boy_pod example
This commit is contained in:
Eduard S. 2025-06-10 12:17:30 +02:00 committed by GitHub
parent c66506c048
commit 621f8be6b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 392 additions and 253 deletions

View file

@ -299,6 +299,7 @@ pub fn great_boy_pod_builder(
pub fn great_boy_pod_full_flow() -> Result<(Params, MainPodBuilder)> {
let params = Params {
max_input_signed_pods: 6,
max_input_recursive_pods: 0,
max_statements: 100,
max_public_statements: 50,
num_public_statements_id: 50,