mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
Besu packgae update sequencer version (#1026)
* besu-package: update sequencer version * besu-package: update sequencer version * besu-package: update sequencer version * besu-package: sequencer plugin update to v2.1-rc16.2.3 * besu-package: update besu package * localstack: update coordinator version * localstack: remove unnecessary * localstack: revert l2 node configs on profitability check * localstack: update e2e README * besu-package: update sequencer plugin * Revert "localstack: revert l2 node configs on profitability check" This reverts commit 24ac5f6b746b85c4f27c02aaa63d992549aa44ac. * besu-package: update plugins * besu-package: update besu image * fix flaky test * besu-package: remove besu/plugins from classpath * expected-traces-api-version-v2="beta-v2.1-rc16.2" * update shomei plugin * update besu-package image * besu-package add back plugins folder to classpath * localstack: update besu package
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
l1-el-node:
|
||||
container_name: l1-el-node
|
||||
hostname: l1-el-node
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16-20250519095346-8289dbe}
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16.2-20250521124830-4d89458}
|
||||
profiles: [ "l1", "debug", "external-to-monorepo" ]
|
||||
depends_on:
|
||||
l1-node-genesis-generator:
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
sequencer:
|
||||
hostname: sequencer
|
||||
container_name: sequencer
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16-20250519095346-8289dbe}
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16.2-20250521124830-4d89458}
|
||||
profiles: [ "l2", "l2-bc", "debug", "external-to-monorepo" ]
|
||||
ports:
|
||||
- "8545:8545"
|
||||
@@ -79,7 +79,7 @@ services:
|
||||
l2-node-besu:
|
||||
hostname: l2-node-besu
|
||||
container_name: l2-node-besu
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16-20250519095346-8289dbe}
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16.2-20250521124830-4d89458}
|
||||
profiles: [ "l2", "l2-bc", "debug", "external-to-monorepo" ]
|
||||
depends_on:
|
||||
sequencer:
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
traces-node:
|
||||
hostname: traces-node
|
||||
container_name: traces-node
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16-20250519095346-8289dbe}
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16.2-20250521124830-4d89458}
|
||||
profiles: [ "l2", "l2-bc", "debug", "external-to-monorepo" ]
|
||||
depends_on:
|
||||
sequencer:
|
||||
@@ -202,7 +202,7 @@ services:
|
||||
coordinator:
|
||||
hostname: coordinator
|
||||
container_name: coordinator
|
||||
image: consensys/linea-coordinator:${COORDINATOR_TAG:-8a0bcc8}
|
||||
image: consensys/linea-coordinator:${COORDINATOR_TAG:-c3eb71d}
|
||||
platform: linux/amd64
|
||||
profiles: [ "l2", "debug" ]
|
||||
depends_on:
|
||||
@@ -286,7 +286,7 @@ services:
|
||||
- l1network
|
||||
|
||||
zkbesu-shomei:
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16-20250519095346-8289dbe}
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16.2-20250521124830-4d89458}
|
||||
hostname: zkbesu-shomei
|
||||
container_name: zkbesu-shomei
|
||||
profiles: [ "l2", "l2-bc", "external-to-monorepo" ]
|
||||
@@ -502,7 +502,7 @@ services:
|
||||
ipv4_address: 10.10.10.205
|
||||
|
||||
zkbesu-shomei-sr:
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16-20250519095346-8289dbe}
|
||||
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-beta-v2.1-rc16.2-20250521124830-4d89458}
|
||||
hostname: zkbesu-shomei-sr
|
||||
container_name: zkbesu-shomei-sr
|
||||
profiles: [ "external-to-monorepo", "staterecovery" ]
|
||||
@@ -535,6 +535,7 @@ services:
|
||||
(rm /opt/besu/plugins/linea-staterecovery-besu-plugin-v* || true) && \
|
||||
(rm /opt/besu/plugins/linea-finalized-tag-updater* || true) && \
|
||||
ls -lh /opt/besu/plugins && \
|
||||
sed -i '/^CLASSPATH/c\CLASSPATH=/opt/besu/lib/\*\:/opt/besu/plugins/\*' /opt/besu/bin/besu-untuned && \
|
||||
/opt/besu/bin/besu-untuned \
|
||||
--config-file=/var/lib/besu/zkbesu-config.toml \
|
||||
--genesis-file=/var/lib/besu/genesis.json \
|
||||
@@ -544,7 +545,7 @@ services:
|
||||
--plugin-shomei-http-host="11.11.11.117" \
|
||||
--plugin-shomei-http-port=8888 \
|
||||
--plugin-staterecovery-l1-endpoint=http://l1-el-node:8545 \
|
||||
--plugin-staterecovery-l1-polling-interval=PT1S \
|
||||
--plugin-staterecovery-l1-polling-interval=PT0.5S \
|
||||
--plugin-staterecovery-l1-earliest-search-block=EARLIEST \
|
||||
--plugin-staterecovery-l1-highest-search-block=LATEST \
|
||||
--plugin-staterecovery-shomei-endpoint=http://shomei-sr:8888 \
|
||||
|
||||
@@ -41,10 +41,10 @@ plugin-linea-module-limit-file-path="/var/lib/besu/traces-limits.toml"
|
||||
plugin-linea-deny-list-path="/var/lib/besu/deny-list.txt"
|
||||
plugin-linea-l1l2-bridge-contract="0xe537D669CA013d86EBeF1D64e40fC74CADC91987"
|
||||
plugin-linea-l1l2-bridge-topic="e856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c"
|
||||
plugin-linea-tx-pool-profitability-check-p2p-enabled=false
|
||||
plugin-linea-tx-pool-profitability-check-api-enabled=false
|
||||
plugin-linea-tx-pool-profitability-check-p2p-enabled=true
|
||||
plugin-linea-tx-pool-profitability-check-api-enabled=true
|
||||
plugin-linea-tx-pool-simulation-check-api-enabled=true
|
||||
plugin-linea-tx-pool-simulation-check-p2p-enabled=false
|
||||
plugin-linea-tx-pool-simulation-check-p2p-enabled=true
|
||||
plugin-linea-extra-data-pricing-enabled=true
|
||||
plugin-linea-tx-pool-min-margin="0.8"
|
||||
plugin-linea-min-margin="1.0"
|
||||
|
||||
Reference in New Issue
Block a user