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

@@ -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: