From db69be89ec11958ee7b226de806049f634f2ed81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Vincent?= <28714795+leovct@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:10:28 +0100 Subject: [PATCH] feat: sqlite aggregator (#425) * ci: bump version of polycli and cdk node in tests * chore: remove aggregator db from cdk template * chore: bump to latest cdk node version * chore: bump agglayer version * Revert "chore: bump agglayer version" This reverts commit 8db26d88290d73b53425cdc96a014910976666d7. --- .github/workflows/test.yml | 5 ++--- input_parser.star | 2 +- templates/trusted-node/cdk-node-config.toml | 8 -------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd79732d..4b00d8f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,8 @@ concurrency: cancel-in-progress: true env: - POLYCLI_VERSION: v0.1.64 # https://github.com/0xPolygon/polygon-cli/releases/tag/v0.1.64 - 2024-11-25 - # Use fork instead of cdk repository until they migrate to the new version of kurtosis-cdk. - CDK_VERSION: e254ec910be055fbc73b33d21bb99d7c492a0ac0 # https://github.com/0xPolygon/cdk/tree/develop + POLYCLI_VERSION: v0.1.65 # 2024-12-16 + CDK_VERSION: v0.5.0-beta10 # 2024-12-10 jobs: build-cdk-image: diff --git a/input_parser.star b/input_parser.star index 187c0531..00c31ebf 100644 --- a/input_parser.star +++ b/input_parser.star @@ -31,7 +31,7 @@ DEFAULT_DEPLOYMENT_STAGES = { DEFAULT_IMAGES = { "agglayer_image": "ghcr.io/agglayer/agglayer:0.2.0-rc.17", # https://github.com/agglayer/agglayer/tags "cdk_erigon_node_image": "hermeznetwork/cdk-erigon:v2.60.0", # https://hub.docker.com/r/hermeznetwork/cdk-erigon/tags - "cdk_node_image": "ghcr.io/0xpolygon/cdk:0.4.0", # https://github.com/0xpolygon/cdk/pkgs/container/cdk + "cdk_node_image": "ghcr.io/0xpolygon/cdk:0.5.0-beta10", # https://github.com/0xpolygon/cdk/pkgs/container/cdk "cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk", # https://hub.docker.com/r/0xpolygon/cdk-validium-node/tags "zkevm_bridge_proxy_image": "haproxy:3.1-bookworm", # https://hub.docker.com/_/haproxy/tags "zkevm_bridge_service_image": "hermeznetwork/zkevm-bridge-service:v0.6.0-RC3", # https://hub.docker.com/r/hermeznetwork/zkevm-bridge-service/tags diff --git a/templates/trusted-node/cdk-node-config.toml b/templates/trusted-node/cdk-node-config.toml index 2559c48b..8ce7946c 100644 --- a/templates/trusted-node/cdk-node-config.toml +++ b/templates/trusted-node/cdk-node-config.toml @@ -45,14 +45,6 @@ Outputs = ["stderr"] VerifyProofInterval = "10s" GasOffset = 150000 SettlementBackend = "agglayer" - [Aggregator.DB] - Name = "{{.aggregator_db.name}}" - User = "{{.aggregator_db.user}}" - Password = "{{.aggregator_db.password}}" - Host = "{{.aggregator_db.hostname}}" - Port = "{{.aggregator_db.port}}" - EnableLog = false - MaxConns = 200 [AggSender] CertificateSendInterval = "1m"