update plus txpool

This commit is contained in:
Sebastian
2024-05-07 14:47:15 +02:00
parent 68d190f6c9
commit aff7a47966
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
dshackle-free: dshackle-free:
image: drpcorg/dshackle:0.53.1 image: drpcorg/dshackle:0.54.2
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./free_configs:/etc/dshackle - ./free_configs:/etc/dshackle

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
dshackle: dshackle:
image: drpcorg/dshackle:0.53.1 image: drpcorg/dshackle:0.54.2
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./main_configs:/etc/dshackle - ./main_configs:/etc/dshackle

View File

@@ -2,7 +2,7 @@ version: '3.1'
services: services:
geth-mainnet: geth-mainnet:
image: ethereum/client-go:v1.13.14 image: ethereum/client-go:v1.13.15
expose: expose:
# HTTP server / GraphQL API # HTTP server / GraphQL API
- 8545 - 8545
@@ -20,11 +20,13 @@ services:
"--cache=8192", "--cache=8192",
# Enable the WS-RPC server # Enable the WS-RPC server
"--ws", "--ws",
"--ws.api=eth,net,web3,personal,txpool",
"--ws.port=8545", "--ws.port=8545",
"--ws.addr=0.0.0.0", "--ws.addr=0.0.0.0",
"--ws.origins=*", "--ws.origins=*",
# Enable the HTTP-RPC server # Enable the HTTP-RPC server
"--http", "--http",
"--http.api=eth,net,web3,personal,txpool",
"--http.port=8545", "--http.port=8545",
"--http.addr=0.0.0.0", "--http.addr=0.0.0.0",
"--http.vhosts=*", "--http.vhosts=*",
@@ -64,7 +66,7 @@ services:
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus" - "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
prysm-mainnet: prysm-mainnet:
image: prysmaticlabs/prysm-beacon-chain:v5.0.1 image: prysmaticlabs/prysm-beacon-chain:v5.0.3
ports: ports:
#- "127.0.0.1:3500:3500" #- "127.0.0.1:3500:3500"
- "13000:13000" - "13000:13000"