deploy: regenerate compose from vibe-node main f045d7a27b13
This commit is contained in:
@@ -134,6 +134,28 @@ x-upstreams:
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
# v2.2.0 removed Go profiling/runtime debug namespace methods
|
||||
- name: debug_verbosity
|
||||
- name: debug_vmodule
|
||||
- name: debug_memStats
|
||||
- name: debug_gcStats
|
||||
- name: debug_cpuProfile
|
||||
- name: debug_startCPUProfile
|
||||
- name: debug_stopCPUProfile
|
||||
- name: debug_goTrace
|
||||
- name: debug_startGoTrace
|
||||
- name: debug_stopGoTrace
|
||||
- name: debug_blockProfile
|
||||
- name: debug_setBlockProfileRate
|
||||
- name: debug_writeBlockProfile
|
||||
- name: debug_mutexProfile
|
||||
- name: debug_setMutexProfileFraction
|
||||
- name: debug_writeMutexProfile
|
||||
- name: debug_writeMemProfile
|
||||
- name: debug_stacks
|
||||
- name: debug_freeOSMemory
|
||||
- name: debug_setGCPercent
|
||||
- name: debug_setMemoryLimit
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
# standard geth only
|
||||
|
||||
@@ -134,6 +134,28 @@ x-upstreams:
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
# v2.2.0 removed Go profiling/runtime debug namespace methods
|
||||
- name: debug_verbosity
|
||||
- name: debug_vmodule
|
||||
- name: debug_memStats
|
||||
- name: debug_gcStats
|
||||
- name: debug_cpuProfile
|
||||
- name: debug_startCPUProfile
|
||||
- name: debug_stopCPUProfile
|
||||
- name: debug_goTrace
|
||||
- name: debug_startGoTrace
|
||||
- name: debug_stopGoTrace
|
||||
- name: debug_blockProfile
|
||||
- name: debug_setBlockProfileRate
|
||||
- name: debug_writeBlockProfile
|
||||
- name: debug_mutexProfile
|
||||
- name: debug_setMutexProfileFraction
|
||||
- name: debug_writeMutexProfile
|
||||
- name: debug_writeMemProfile
|
||||
- name: debug_stacks
|
||||
- name: debug_freeOSMemory
|
||||
- name: debug_setGCPercent
|
||||
- name: debug_setMemoryLimit
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
# standard geth only
|
||||
|
||||
@@ -65,10 +65,9 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --nodiscover
|
||||
- --p2p.allowed-ports=33212
|
||||
- --p2p.allowed-ports=38212
|
||||
- --port=13212
|
||||
- --rollup.sequencerhttp=https://sepolia.mode.network
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1500000
|
||||
|
||||
@@ -65,10 +65,9 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --nodiscover
|
||||
- --p2p.allowed-ports=33212
|
||||
- --p2p.allowed-ports=38212
|
||||
- --port=13212
|
||||
- --rollup.sequencerhttp=https://sepolia.mode.network
|
||||
- --rpc.gascap=6000000000
|
||||
- --rpc.returndata.limit=1500000
|
||||
@@ -116,6 +115,7 @@ services:
|
||||
- OP_NODE_L1_ETH_RPC=${MODE_SEPOLIA_L1_EXECUTION_RPC:-${ETHEREUM_SEPOLIA_EXECUTION_RPC}}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-standard}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L1_TRUST_RPC=false
|
||||
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
|
||||
- OP_NODE_L2_ENGINE_KIND=erigon
|
||||
- OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-op-erigon:8551
|
||||
@@ -135,7 +135,7 @@ services:
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=9545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -45,9 +45,6 @@ services:
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 12835:12835
|
||||
- 12835:12835/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
@@ -65,8 +62,7 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=12835
|
||||
- --nodiscover
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=hash
|
||||
|
||||
@@ -45,9 +45,6 @@ services:
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 12835:12835
|
||||
- 12835:12835/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
@@ -65,8 +62,7 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=12835
|
||||
- --nodiscover
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=hash
|
||||
@@ -117,6 +113,7 @@ services:
|
||||
- OP_NODE_L1_ETH_RPC=${MODE_SEPOLIA_L1_EXECUTION_RPC:-${ETHEREUM_SEPOLIA_EXECUTION_RPC}}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-standard}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L1_TRUST_RPC=false
|
||||
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
|
||||
- OP_NODE_L2_ENGINE_RPC=http://mode-sepolia-archive:8551
|
||||
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
||||
@@ -135,7 +132,7 @@ services:
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=9545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -45,9 +45,6 @@ services:
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13454:13454
|
||||
- 13454:13454/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
@@ -65,8 +62,7 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=13454
|
||||
- --nodiscover
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=hash
|
||||
|
||||
@@ -45,9 +45,6 @@ services:
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13454:13454
|
||||
- 13454:13454/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
@@ -65,8 +62,7 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=13454
|
||||
- --nodiscover
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=hash
|
||||
@@ -117,6 +113,7 @@ services:
|
||||
- OP_NODE_L1_ETH_RPC=${MODE_SEPOLIA_L1_EXECUTION_RPC:-${ETHEREUM_SEPOLIA_EXECUTION_RPC}}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-standard}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L1_TRUST_RPC=false
|
||||
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
|
||||
- OP_NODE_L2_ENGINE_RPC=http://mode-sepolia:8551
|
||||
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
||||
@@ -135,7 +132,7 @@ services:
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=9545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -45,9 +45,6 @@ services:
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13308:13308
|
||||
- 13308:13308/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
@@ -65,12 +62,11 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=13308
|
||||
- --nodiscover
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=path
|
||||
- --syncmode=snap
|
||||
- --syncmode=full
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
|
||||
@@ -45,9 +45,6 @@ services:
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13308:13308
|
||||
- 13308:13308/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 6060
|
||||
@@ -65,12 +62,11 @@ services:
|
||||
- --metrics
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --port=13308
|
||||
- --nodiscover
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
- --state.scheme=path
|
||||
- --syncmode=snap
|
||||
- --syncmode=full
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,debug,admin,txpool,engine
|
||||
@@ -117,6 +113,7 @@ services:
|
||||
- OP_NODE_L1_ETH_RPC=${MODE_SEPOLIA_L1_EXECUTION_RPC:-${ETHEREUM_SEPOLIA_EXECUTION_RPC}}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_SEPOLIA_EXECUTION_KIND:-standard}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_SEPOLIA_EXECUTION_TRUST:-false}
|
||||
- OP_NODE_L1_TRUST_RPC=false
|
||||
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
|
||||
- OP_NODE_L2_ENGINE_RPC=http://mode-sepolia:8551
|
||||
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
||||
@@ -135,7 +132,7 @@ services:
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=9545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
context: ./sonic
|
||||
dockerfile: sonic.Dockerfile
|
||||
args:
|
||||
VERSION: v2.1.6
|
||||
VERSION: v2.2.0
|
||||
REPO: https://github.com/0xsoniclabs/sonic.git
|
||||
COMMIT: ''
|
||||
PATCH: ''
|
||||
@@ -133,6 +133,28 @@ x-upstreams:
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
# v2.2.0 removed Go profiling/runtime debug namespace methods
|
||||
- name: debug_verbosity
|
||||
- name: debug_vmodule
|
||||
- name: debug_memStats
|
||||
- name: debug_gcStats
|
||||
- name: debug_cpuProfile
|
||||
- name: debug_startCPUProfile
|
||||
- name: debug_stopCPUProfile
|
||||
- name: debug_goTrace
|
||||
- name: debug_startGoTrace
|
||||
- name: debug_stopGoTrace
|
||||
- name: debug_blockProfile
|
||||
- name: debug_setBlockProfileRate
|
||||
- name: debug_writeBlockProfile
|
||||
- name: debug_mutexProfile
|
||||
- name: debug_setMutexProfileFraction
|
||||
- name: debug_writeMutexProfile
|
||||
- name: debug_writeMemProfile
|
||||
- name: debug_stacks
|
||||
- name: debug_freeOSMemory
|
||||
- name: debug_setGCPercent
|
||||
- name: debug_setMemoryLimit
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
# standard geth only
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
context: ./sonic
|
||||
dockerfile: sonic.Dockerfile
|
||||
args:
|
||||
VERSION: v2.1.6
|
||||
VERSION: v2.2.0
|
||||
REPO: https://github.com/0xsoniclabs/sonic.git
|
||||
COMMIT: ''
|
||||
PATCH: ''
|
||||
@@ -133,6 +133,28 @@ x-upstreams:
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
# v2.2.0 removed Go profiling/runtime debug namespace methods
|
||||
- name: debug_verbosity
|
||||
- name: debug_vmodule
|
||||
- name: debug_memStats
|
||||
- name: debug_gcStats
|
||||
- name: debug_cpuProfile
|
||||
- name: debug_startCPUProfile
|
||||
- name: debug_stopCPUProfile
|
||||
- name: debug_goTrace
|
||||
- name: debug_startGoTrace
|
||||
- name: debug_stopGoTrace
|
||||
- name: debug_blockProfile
|
||||
- name: debug_setBlockProfileRate
|
||||
- name: debug_writeBlockProfile
|
||||
- name: debug_mutexProfile
|
||||
- name: debug_setMutexProfileFraction
|
||||
- name: debug_writeMutexProfile
|
||||
- name: debug_writeMemProfile
|
||||
- name: debug_stacks
|
||||
- name: debug_freeOSMemory
|
||||
- name: debug_setGCPercent
|
||||
- name: debug_setMemoryLimit
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
# standard geth only
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
context: ./sonic
|
||||
dockerfile: sonic.Dockerfile
|
||||
args:
|
||||
VERSION: v2.1.6
|
||||
VERSION: v2.2.0
|
||||
REPO: https://github.com/0xsoniclabs/sonic.git
|
||||
COMMIT: ''
|
||||
PATCH: ''
|
||||
@@ -133,6 +133,28 @@ x-upstreams:
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
# v2.2.0 removed Go profiling/runtime debug namespace methods
|
||||
- name: debug_verbosity
|
||||
- name: debug_vmodule
|
||||
- name: debug_memStats
|
||||
- name: debug_gcStats
|
||||
- name: debug_cpuProfile
|
||||
- name: debug_startCPUProfile
|
||||
- name: debug_stopCPUProfile
|
||||
- name: debug_goTrace
|
||||
- name: debug_startGoTrace
|
||||
- name: debug_stopGoTrace
|
||||
- name: debug_blockProfile
|
||||
- name: debug_setBlockProfileRate
|
||||
- name: debug_writeBlockProfile
|
||||
- name: debug_mutexProfile
|
||||
- name: debug_setMutexProfileFraction
|
||||
- name: debug_writeMutexProfile
|
||||
- name: debug_writeMemProfile
|
||||
- name: debug_stacks
|
||||
- name: debug_freeOSMemory
|
||||
- name: debug_setGCPercent
|
||||
- name: debug_setMemoryLimit
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
# standard geth only
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
context: ./sonic
|
||||
dockerfile: sonic.Dockerfile
|
||||
args:
|
||||
VERSION: v2.1.6
|
||||
VERSION: v2.2.0
|
||||
REPO: https://github.com/0xsoniclabs/sonic.git
|
||||
COMMIT: ''
|
||||
PATCH: ''
|
||||
@@ -133,6 +133,28 @@ x-upstreams:
|
||||
- filter
|
||||
methods:
|
||||
disabled:
|
||||
# v2.2.0 removed Go profiling/runtime debug namespace methods
|
||||
- name: debug_verbosity
|
||||
- name: debug_vmodule
|
||||
- name: debug_memStats
|
||||
- name: debug_gcStats
|
||||
- name: debug_cpuProfile
|
||||
- name: debug_startCPUProfile
|
||||
- name: debug_stopCPUProfile
|
||||
- name: debug_goTrace
|
||||
- name: debug_startGoTrace
|
||||
- name: debug_stopGoTrace
|
||||
- name: debug_blockProfile
|
||||
- name: debug_setBlockProfileRate
|
||||
- name: debug_writeBlockProfile
|
||||
- name: debug_mutexProfile
|
||||
- name: debug_setMutexProfileFraction
|
||||
- name: debug_writeMutexProfile
|
||||
- name: debug_writeMemProfile
|
||||
- name: debug_stacks
|
||||
- name: debug_freeOSMemory
|
||||
- name: debug_setGCPercent
|
||||
- name: debug_setMemoryLimit
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
# standard geth only
|
||||
|
||||
Reference in New Issue
Block a user