You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk)!: configurable aggregation tree shape in SDK (#1570)
Introduce `AggregationTreeConfig` struct for simple configuration of
aggregation tree.
These were already in the provers, but not exposed to be changeable.
Breaking API changes in SDK:
- `AggStarkProver::new`
- `ContinuationProver::new`
- `Sdk` now internally contains `AggregationTreeConfig`, although
`Sdk::new()` is unchanged and just sets a default
Towards INT-3302
0 commit comments