rootstock-bamboo: bump rskj default to VETIVER-9.0.3

Fixes testnet crash-loop after restart (Invalid block header size: 22).
Regenerated from vibe-node context.yml; includes pending template regen.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-25 20:21:13 +00:00
parent 3500ebefbb
commit 3fa32c9f94
273 changed files with 934 additions and 417 deletions

View File

@@ -137,7 +137,9 @@ services:
- --web3-url=http://ethereum-mainnet-besu:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-besu
ethereum-mainnet-besu:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -126,7 +126,9 @@ services:
- --web3-url=http://ethereum-hoodi-geth:8551
restart: unless-stopped
depends_on:
- ethereum-hoodi-geth
ethereum-hoodi-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -127,7 +127,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-hoodi-geth
ethereum-hoodi-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -131,7 +131,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-mainnet-geth-minimal
ethereum-mainnet-geth-minimal:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -191,7 +191,9 @@ services:
- --web3-url=http://ethereum-mainnet-geth:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-geth
ethereum-mainnet-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -191,7 +191,9 @@ services:
- --web3-url=http://ethereum-mainnet-geth:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-geth
ethereum-mainnet-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -126,7 +126,9 @@ services:
- --web3-url=http://ethereum-mainnet-geth:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-geth
ethereum-mainnet-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -127,7 +127,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-mainnet-geth
ethereum-mainnet-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -126,7 +126,9 @@ services:
- --web3-url=http://ethereum-sepolia-geth:8551
restart: unless-stopped
depends_on:
- ethereum-sepolia-geth
ethereum-sepolia-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -127,7 +127,9 @@ services:
- --sepolia
restart: unless-stopped
depends_on:
- ethereum-sepolia-geth
ethereum-sepolia-geth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -117,7 +117,9 @@ services:
- --web3-url=http://ethereum-hoodie-nethermind:8551
restart: unless-stopped
depends_on:
- ethereum-hoodie-nethermind
ethereum-hoodie-nethermind:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -117,7 +117,9 @@ services:
- --web3-url=http://ethereum-mainnet-nethermind:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-nethermind
ethereum-mainnet-nethermind:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -117,7 +117,9 @@ services:
- --web3-url=http://ethereum-sepolia-nethermind:8551
restart: unless-stopped
depends_on:
- ethereum-sepolia-nethermind
ethereum-sepolia-nethermind:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -132,7 +132,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-hoodi-reth
ethereum-hoodi-reth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -133,7 +133,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-hoodi-reth-pruned
ethereum-hoodi-reth-pruned:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -137,7 +137,9 @@ services:
- --validator-monitor-auto
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth
ethereum-mainnet-reth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -131,7 +131,9 @@ services:
- --web3-url=http://ethereum-mainnet-reth:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth
ethereum-mainnet-reth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -132,7 +132,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth
ethereum-mainnet-reth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -138,7 +138,9 @@ services:
- --mainnet
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth-minimal
ethereum-mainnet-reth-minimal:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -168,7 +168,9 @@ services:
- --web3-url=http://ethereum-mainnet-reth-minimal:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth-minimal
ethereum-mainnet-reth-minimal:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -136,7 +136,9 @@ services:
- --validator-monitor-auto
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth-pruned
ethereum-mainnet-reth-pruned:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -132,7 +132,9 @@ services:
- --web3-url=http://ethereum-mainnet-reth-pruned:8551
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth-pruned
ethereum-mainnet-reth-pruned:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -133,7 +133,9 @@ services:
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:
- ethereum-mainnet-reth-pruned
ethereum-mainnet-reth-pruned:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -131,7 +131,9 @@ services:
- --web3-url=http://ethereum-sepolia-reth:8551
restart: unless-stopped
depends_on:
- ethereum-sepolia-reth
ethereum-sepolia-reth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -132,7 +132,9 @@ services:
- --sepolia
restart: unless-stopped
depends_on:
- ethereum-sepolia-reth
ethereum-sepolia-reth:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -132,7 +132,9 @@ services:
- --web3-url=http://ethereum-sepolia-reth-pruned:8551
restart: unless-stopped
depends_on:
- ethereum-sepolia-reth-pruned
ethereum-sepolia-reth-pruned:
condition: service_started
restart: true
networks:
- chains
volumes:

View File

@@ -133,7 +133,9 @@ services:
- --sepolia
restart: unless-stopped
depends_on:
- ethereum-sepolia-reth-pruned
ethereum-sepolia-reth-pruned:
condition: service_started
restart: true
networks:
- chains
volumes: