v1.2.1
Summary
Fixes for DGF contracts for OP Succinct in validity mode. Refactoring to support Alt-DA interface. CI updates + checks for precompiles that will be annotated.
Support for L1 Pectra upgrade.
Improves the memory profile of succinct-proposer
binary.
Change Overview
- Validity Contract Changes
- FP Contract Changes
- New Verification Keys
rangeVkeyCommitment
:0x1dfce47807a22e50513d7a9a130af9de3d1844625b54c4815e46ca5437eb9ba9
aggregationVkey
:0x004f113a89b4e8d162197047643c9d710b42a30e7da7052703855d5c4716a81d
- New Rollup Config
- New Docker images
What's Changed
- feat(contracts): use
DisputeGameFactory
by @fakedev9999 in #378 - feat(contracts): remove bond for validity DGF by @fakedev9999 in #386
- feat(server): Only use
Arc<NetworkProver>
in real proof mode by @fakedev9999 in #387 - chore: Switch to
OPSuccinctHost
by @ratankaliani in #389 - chore: fix just update-parameters by @fakedev9999 in #392
- chore: fix contract verification by @fakedev9999 in #391
- chore(ci): docker tag by @ratankaliani in #393
- chore(client + ci): precompile annotation checks by @ratankaliani in #390
Full Changelog: op-succinct-v1.2.0...v1.2.1