From d28342683c96e48547de8c444e43f1e92af4ebbe Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 15 Jan 2026 09:40:36 +0000 Subject: [PATCH] Update Maru to v1.0.0 and use --network flag - Upgrade from 9737a45 to v1.0.0-20260108114606-36f5e2f - Use --network=linea-mainnet for built-in config - May fix advertise-ip issue for peer discovery Co-Authored-By: Claude Opus 4.5 --- linea/besu/linea-mainnet-besu-pruned-bonsai.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linea/besu/linea-mainnet-besu-pruned-bonsai.yml b/linea/besu/linea-mainnet-besu-pruned-bonsai.yml index 76fa6345..3df24cb7 100644 --- a/linea/besu/linea-mainnet-besu-pruned-bonsai.yml +++ b/linea/besu/linea-mainnet-besu-pruned-bonsai.yml @@ -117,7 +117,7 @@ services: dockerfile: maru.Dockerfile args: MARU_IMAGE: ${LINEA_MAINNET_MARU_IMAGE:-consensys/maru} - MARU_VERSION: ${LINEA_MAINNET_MARU_VERSION:-9737a45} + MARU_VERSION: ${LINEA_MAINNET_MARU_VERSION:-v1.0.0-20260108114606-36f5e2f} ports: - 19816:19816 - 19816:19816/udp @@ -133,7 +133,7 @@ services: command: - | envsubst < /config/maru/config.toml.template > /config.toml - exec java -Dlog4j2.configurationFile=/config/maru/log4j.xml -jar /opt/consensys/maru/maru.jar --config=/config.toml --maru-genesis-file=/config/maru/genesis.json "$@" + exec java -Dlog4j2.configurationFile=/config/maru/log4j.xml -jar /opt/consensys/maru/maru.jar --network=linea-mainnet --config=/config.toml "$@" restart: unless-stopped networks: - chains