Skip to content

Commit

Permalink
feat: sqlite aggregator (#425)
Browse files Browse the repository at this point in the history
* 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 8db26d8.
  • Loading branch information
leovct authored Dec 16, 2024
1 parent 865fc04 commit db69be8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions templates/trusted-node/cdk-node-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db69be8

Please sign in to comment.