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