Skip to content

v0.4.0

Choose a tag to compare

@jhkimqd jhkimqd released this 17 Apr 15:49
· 836 commits to main since this release
9275231

What's Changed

Full Changelog: v0.3.6...v0.4.0

Description

Read the Full Changelog for details. High level changes include:

  • Bump to v10.0.0+ contracts
  • Introduce aggkit-prover
  • Deploy AggLayerGateway contracts and corresponding SP1 verifiers
  • Fix combined.json values
  • Add AggchainFEP consensus
  • Add slimmed dockerfile for op-succinct-contract-deployer (golang agglayer/op-succinct ver.)
  • Update all respective images
  • Cleanup

Testing

To test using PP, simply run:

kurtosis run --enclave=aggkit --args-file=./.github/tests/nightly/op-rollup/op-default.yml .

To test using AggchainFEP, make sure to change the above parameters and use a valid SP1 key to use the network-provers then run:

kurtosis run --enclave=aggkit --args-file=./.github/tests/chains/op-succinct.yml .

Known Issues

When using AggchainFEP consensus, bridging out from the CDK-OP-Geth network may have issues. A fix is being worked on.