Releases: 0xPolygon/kurtosis-cdk
Releases · 0xPolygon/kurtosis-cdk
v0.5.20
What's Changed
- Updated versions are listed in the version matrix
- Migrate from op-geth to op-reth
- Add support for L1 reth
Changelog
- feat: l1 reth support by @jhkimqd in #897
- feat: migrate from op-geth to op-reth by @jhkimqd in #896
- chore: bump lighthouse to
v8.1.2by @leovct in #898 - chore: bump deps by @leovct in #900
- chore: remove security broken link by @leovct in #901
- chore: accept 429s by @leovct in #902
- chore: bump agglayer-contracts to
v12.2.3by @leovct in #903
Full Changelog: v0.5.19...v0.5.20
v0.5.19
What's Changed
- Updated versions are listed in the version matrix
- Integrate the bridge-hub-api and agglayer-dev-ui
- Snapshot tool
Changelog
- feat: comment out triggercertmode related configs by @jhkimqd in #888
- chore: bump version matrix by @jhkimqd in #889
- feat: bridge-hub-api and agglayer-dev-ui integration by @leovct in #891
- feat: snapshot tool by @arnaubennassar in #893
- chore: bump components by @leovct in #892
- chore: bump components and simplify ethereum-package configuration by @leovct in #895
Full Changelog: v0.5.18...v0.5.19
v0.5.18
What's Changed
- Updated versions are listed in the version matrix
Changelog
- chore: bump images by @leovct in #875
- chore: bump op components by @leovct in #876
- feat: backward forward let by @temaniarpit27 in #873
- chore: bump versions by @temaniarpit27 in #879
- chore: bump version matrix by @leovct in #880
- chore: update aggkit to
0.8.0by @leovct in #881 - chore: bump op-geth, op-node by @leovct in #882
- chore: bump version matrix by @leovct in #883
- chore: bump lighthouse to
v8.1.0by @leovct in #886 - chore: bump cdk-erigon to
v2.65.0-RC2by @leovct in #887 - chore: bump op-succinct 3.5.0 and aggkit-prover image by @hadjiszs in #885
- feat: aggkit 0.9.0 by @jhkimqd in #884
New Contributors
Full Changelog: v0.5.17...v0.5.18
v0.5.17
What's Changed
- Updated versions are listed in the version matrix
- The package is undergoing internal refactoring, which may affect some functionality (hopefully not!).
Input Parser
- Remove
deploy_cdk_bridge_uideployment stage. - Remove any unnecessary occurrences of "zkevm" from the codebase - as a result, some input args have been renamed:
zkevm-dacintocdk-data-availabilityzkevm_dac_imageintocdk_data_availability_imagezkevm_rollup_chain_id=>l2_chain_idzkevm_rollup_id=>l2_network_id
- Consensus contract types have been renamed:
cdk_validium=>cdk-validiumecdsa_multisig=>ecdsa-multisig
Additional services
- Agglogger and test-runner now have the rollup suffix appended to their names
- The zkevm-bridge-ui is now an additional service.
args:
additional_services:
- zkevm_bridge_uiOther
- Man in the midle and public ports features might not work for now
Changelog
- chore: bump ethereum-package to
v6.0.0by @leovct in #864 - refactor: chain launcher by @leovct in #858
- refactor: monitoring scripts by @leovct in #865
- refactor: zkevm cleanup by @leovct in #866
- chore: organize static files folder by @leovct in #867
- fix: remove agglayer-prover from all environments except fep in version matrix by @leovct in #868
- chore: bump aggkit to
0.8.0-beta6by @leovct in #871 - ci: slack report should only be triggered by nightly job by @leovct in #872
- chore: update version matrix by @leovct in #874
- refactor: zkevm-bridge-ui additional service by @leovct in #870
Full Changelog: v0.5.16...v0.5.17
v0.5.16
What's Changed
- Updated versions are listed in the version matrix
Changelog
- bridge service v0.6.4-RC1 by @ARR552 in #860
- feat: bump contracts to
v12.2.1, aggkit, aggkit prover and op components by @leovct in #863 - chore: fix broken link by @Galoretka in #862
New Contributors
- @Galoretka made their first contribution in #862
Full Changelog: v0.5.15...v0.5.16
v0.5.15
What's Changed
- Updated versions are listed in the version matrix
- Remove legacy zkevm components (zkevm-node, pless-zkevm node, zkevm-sequence-sender and cdk-validium-node)
- Remove
deploy_cdk_erigon_nodeanddeploy_optimism_rollupflags and determine which L2 stack to deploy based on thesequencer_typewhich can only be equal tocdk-erigonorop-geth.
Changelog
- feat: bump aggkit to
0.8.0-beta3by @leovct in #859 - refactor: remove legacy zkevm,
deploy_cdk_erigon_nodeanddeploy_optimism_rollupflags by @leovct in #856
Full Changelog: v0.5.14...v0.5.15
v0.5.14
What's Changed
- Updated versions are listed in the version matrix
- Remove the agglayer-prover service, as it is now integrated into the agglayer service
- Rename
agglayer_prover_network_urltosp1_cluster_endpoint
Changelog
- !feat: remove agglayer-prover by @jhkimqd in #842
- chore: bump package dependencies by @leovct in #855
Full Changelog: v0.5.13...v0.5.14
v0.5.13
What's Changed
- Updated versions are listed in the version matrix
- Rename:
cdk_erigon_node_imageintocdk_erigon_imagecdk_sovereign_erigon_node_imageintocdk_erigon_sovereign_image
Changelog
- bridge service v0.6.3 by @ARR552 in #853
- feat: bump cdk-erigon for sovereign environments by @leovct in #854
Full Changelog: v0.5.12...v0.5.13
v0.5.12
What's Changed
- Updated versions are listed in the version matrix
- Add an additional op-geth rpc in op environments - the first node is a sequencer while the second one is an rpc
Changelog
- feat: bump op-node to
1.16.3by @leovct in #848 - ci: validate links by @leovct in #849
- feat: bump op-deployer to
v0.5.1by @leovct in #850 - feat: improve version matrix by @leovct in #851
- feat: op-geth rpc by @leovct in #852
Full Changelog: v0.5.11...v0.5.12
v0.5.11
What's Changed
- Updated versions are listed in the version matrix
- Update sovereign test configurations
- Update documentation
Changelog
- ci: remove sonarcloud job by @leovct in #837
- smc v12.2.0 by @ARR552 in #840
- image fix by @ARR552 in #841
- chore: bump version matrix by @leovct in #843
- feat: aggkit v0.8.0-beta1 support by @temaniarpit27 in #844
- docs: update test configurations and add a new
advancedsection by @leovct in #845 - feat: handle aggkit:local images by @jhkimqd in #846
- feat: update sovereign test configurations by @leovct in #847
Full Changelog: v0.5.10...v0.5.11