Regenerate all compose files with version updates

- prysm v7.1.3, lighthouse v8.1.3, java-tron v4.8.1
- Add zero-gravity/aristotle chain (chainid 16661)
- Add tempo/mainnet compose files
- Add tempo to chainid exempt list (uses named chain specs)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-24 19:14:33 +00:00
parent 926a993129
commit d0291932bc
357 changed files with 1015 additions and 2114 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
linea-sepolia:
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_SEPOLIA_BESU_VERSION:-beta-v4.4-rc7-20260108212219-738a446}
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_SEPOLIA_BESU_VERSION:-beta-v4.4-rc7-20251128021032-58550ad}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -118,7 +118,7 @@ services:
dockerfile: maru.Dockerfile
args:
MARU_IMAGE: ${LINEA_SEPOLIA_MARU_IMAGE:-consensys/maru}
MARU_VERSION: ${LINEA_SEPOLIA_MARU_VERSION:-v1.1.0-20260204153030-00cd762}
MARU_VERSION: ${LINEA_SEPOLIA_MARU_VERSION:-9737a45}
ports:
- 19691:19691
- 19691:19691/udp
@@ -129,7 +129,7 @@ services:
- IP=${IP}
- L1_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- P2P_PORT=19691
- SEQUENCER=https://rpc.sepolia.linea.build
- SEQUENCER=
entrypoint: [/bin/bash, -c]
command:
- |