diff --git a/config/coordinator/coordinator-docker-traces-v2-override.config.toml b/config/coordinator/coordinator-docker-traces-v2-override.config.toml index 00f008ea2..0caf15ed0 100644 --- a/config/coordinator/coordinator-docker-traces-v2-override.config.toml +++ b/config/coordinator/coordinator-docker-traces-v2-override.config.toml @@ -15,7 +15,7 @@ eth-api="http://traces-node-v2:8545" [traces] switch-to-linea-besu=true blob-compressor-version="V1_0_1" -expected-traces-api-version-v2="v0.8.0-rc3" +expected-traces-api-version-v2="v0.8.0-rc6" [traces.counters-v2] endpoints=["http://traces-node-v2:8545/"] request-limit-per-endpoint=2 diff --git a/coordinator/app/src/test/kotlin/net/consensys/zkevm/coordinator/app/config/CoordinatorConfigTest.kt b/coordinator/app/src/test/kotlin/net/consensys/zkevm/coordinator/app/config/CoordinatorConfigTest.kt index 2c886f7a8..da886d2f3 100644 --- a/coordinator/app/src/test/kotlin/net/consensys/zkevm/coordinator/app/config/CoordinatorConfigTest.kt +++ b/coordinator/app/src/test/kotlin/net/consensys/zkevm/coordinator/app/config/CoordinatorConfigTest.kt @@ -835,7 +835,7 @@ class CoordinatorConfigTest { traces = tracesConfig.copy( switchToLineaBesu = true, blobCompressorVersion = BlobCompressorVersion.V1_0_1, - expectedTracesApiVersionV2 = "v0.8.0-rc3", + expectedTracesApiVersionV2 = "v0.8.0-rc6", conflationV2 = tracesConfig.conflation.copy( endpoints = listOf(URI("http://traces-node-v2:8545/").toURL()) ), diff --git a/docker/compose-local-dev-traces-v2.overrides.yml b/docker/compose-local-dev-traces-v2.overrides.yml index 58ce61649..ccd575ded 100644 --- a/docker/compose-local-dev-traces-v2.overrides.yml +++ b/docker/compose-local-dev-traces-v2.overrides.yml @@ -11,7 +11,7 @@ services: - ../config/common/traces-limits-besu-v2.toml:/var/lib/besu/traces-limits.toml:ro linea-besu-sequencer-plugin-downloader: - command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-sequencer/releases/download/v0.8.0-rc4.1/linea-sequencer-v0.8.0-rc4.1.jar", "/linea-besu-sequencer" ] + command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-sequencer/releases/download/v0.8.0-rc6.1/linea-sequencer-v0.8.0-rc6.1.jar", "/linea-besu-sequencer" ] traces-node: command: ['echo', 'forced exit as replaced by traces-node-v2'] @@ -22,7 +22,7 @@ services: traces-node-v2: hostname: traces-node-v2 container_name: traces-node-v2 - image: consensys/linea-besu:24.9-delivery32 + image: consensys/linea-besu:24.11-delivery39.1 profiles: [ "l2", "l2-bc", "debug", "external-to-monorepo" ] depends_on: traces-node-v2-plugin-downloader: @@ -68,7 +68,7 @@ services: prover-v3: # prover compatible with the traces from zkbesu container_name: prover-v3 hostname: prover-v3 - image: consensys/linea-prover:${PROVER_TAG:-bb7cd3d} + image: consensys/linea-prover:${PROVER_TAG:-31389b1} platform: linux/amd64 # to avoid spinning up on CI for now profiles: [ "l2" ] @@ -89,7 +89,7 @@ services: traces-node-v2-plugin-downloader: image: busybox:1.36.1 # profiles: ["l2", "l2-bc"] this works locally but breakes on CI, maybe Docker compose version issue - command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.8.0-rc3/linea-tracer-v0.8.0-rc3.jar", "/traces-node-v2" ] + command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-tracer/releases/download/v0.8.0-rc6/linea-tracer-v0.8.0-rc6.jar", "/traces-node-v2" ] volumes: - ./scripts/file-downloader.sh:/file-downloader.sh:ro - ../tmp/traces-node-v2/plugins:/traces-node-v2/ diff --git a/docker/compose.yml b/docker/compose.yml index 9690d82ad..d43dac02c 100644 --- a/docker/compose.yml +++ b/docker/compose.yml @@ -23,7 +23,7 @@ services: sequencer: hostname: sequencer container_name: sequencer - image: consensys/linea-besu:${SEQUENCER_TAG:-24.10-delivery34} + image: consensys/linea-besu:${SEQUENCER_TAG:-24.11-delivery39.1} profiles: [ "l2", "l2-bc", "debug", "external-to-monorepo" ] depends_on: linea-besu-sequencer-plugin-downloader: @@ -73,14 +73,14 @@ services: linea-besu-sequencer-plugin-downloader: image: busybox:1.36.1 # profiles: ["l2", "l2-bc"] this works locally but breakes on CI, maybe Docker compose version issue - command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-sequencer/releases/download/v0.1.4-test35/besu-sequencer-plugins-v0.1.4-test35.jar", "/linea-besu-sequencer" ] + command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-sequencer/releases/download/v0.1.4-test37/besu-sequencer-plugins-v0.1.4-test37.jar", "/linea-besu-sequencer" ] volumes: - ./scripts/file-downloader.sh:/file-downloader.sh:ro - ../tmp/linea-besu-sequencer/plugins:/linea-besu-sequencer/ linea-besu-sequencer-finalized-tag-updater-plugin-downloader: image: busybox:1.36.1 - command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-monorepo/releases/download/finalized-tag-updater-v0.0.2/finalized-tag-updater-v0.0.2.jar", "/linea-besu-sequencer" ] + command: [ "sh", "/file-downloader.sh", "https://github.com/Consensys/linea-monorepo/releases/download/finalized-tag-updater-v0.0.3/finalized-tag-updater-v0.0.3.jar", "/linea-besu-sequencer" ] volumes: - ./scripts/file-downloader.sh:/file-downloader.sh:ro - ../tmp/linea-besu-sequencer/plugins:/linea-besu-sequencer/ @@ -121,7 +121,7 @@ services: l2-node-besu: hostname: l2-node-besu container_name: l2-node-besu - image: consensys/linea-besu:24.10-delivery34 + image: consensys/linea-besu:24.11-delivery39.1 profiles: [ "l2", "l2-bc", "debug", "external-to-monorepo" ] depends_on: sequencer: