From 8822a8a80070d3c848246c34863bd392e6f4d497 Mon Sep 17 00:00:00 2001 From: Sebastien Baizet Date: Fri, 6 Sep 2024 16:01:03 +0200 Subject: [PATCH] upgrade l2 services to 5.7.10 --- charts/l2-bootnode/Chart.yaml | 2 +- charts/l2-bootnode/README.md | 50 ++++++++++++++++----------------- charts/l2-bootnode/values.yaml | 4 +-- charts/l2-rpc/Chart.yaml | 2 +- charts/l2-rpc/README.md | 16 +++++------ charts/l2-rpc/values.yaml | 6 ++-- charts/l2-sequencer/Chart.yaml | 2 +- charts/l2-sequencer/README.md | 48 +++++++++++++++---------------- charts/l2-sequencer/values.yaml | 8 ++---- charts/scroll-sdk/Chart.yaml | 8 +++--- charts/scroll-sdk/README.md | 8 +++--- 11 files changed, 71 insertions(+), 83 deletions(-) diff --git a/charts/l2-bootnode/Chart.yaml b/charts/l2-bootnode/Chart.yaml index 33fe220a..1bc49f6c 100644 --- a/charts/l2-bootnode/Chart.yaml +++ b/charts/l2-bootnode/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: l2-bootnode helm chart name: l2-bootnode -version: 0.0.7 +version: 0.0.8 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: diff --git a/charts/l2-bootnode/README.md b/charts/l2-bootnode/README.md index bdaf2e4c..97d7e063 100644 --- a/charts/l2-bootnode/README.md +++ b/charts/l2-bootnode/README.md @@ -1,6 +1,6 @@ # l2-bootnode -![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) l2-bootnode helm chart @@ -34,35 +34,33 @@ Kubernetes: `>=1.22.0-0` | defaultProbes.spec.httpGet.path | string | `"/"` | | | defaultProbes.spec.httpGet.port | int | `8545` | | | envFrom[0].configMapRef.name | string | `"l2-bootnode-env"` | | -| env[0].name | string | `"L2GETH_ROLE"` | | -| env[0].value | string | `"bootnode"` | | -| env[10].name | string | `"L2GETH_MIN_GAS_PRICE"` | | -| env[10].value | string | `"1000000"` | | -| env[11].name | string | `"L2GETH_EXTRA_PARAMS"` | | -| env[11].value | string | `""` | | -| env[1].name | string | `"L2GETH_NODEKEY"` | | -| env[1].value | string | `""` | | -| env[2].name | string | `"L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK"` | | -| env[2].value | string | `"0"` | | -| env[3].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | | -| env[3].value | string | `"0x6"` | | -| env[4].name | string | `"L2GETH_P2P_PORT"` | | -| env[4].value | int | `30303` | | -| env[5].name | string | `"L2GETH_ENABLE_CCC"` | | -| env[5].value | bool | `false` | | -| env[6].name | string | `"L2GETH_CCC_RUST_LOG_LEVEL"` | | -| env[6].value | string | `"info"` | | -| env[7].name | string | `"L2GETH_MAX_PEERS"` | | -| env[7].value | int | `500` | | -| env[8].name | string | `"VERBOSITY"` | | -| env[8].value | int | `3` | | -| env[9].name | string | `"CCC_FLAG"` | | -| env[9].value | string | `"--ccc"` | | +| env[0].name | string | `"L2GETH_NODEKEY"` | | +| env[0].value | string | `""` | | +| env[10].name | string | `"L2GETH_EXTRA_PARAMS"` | | +| env[10].value | string | `""` | | +| env[1].name | string | `"L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK"` | | +| env[1].value | string | `"0"` | | +| env[2].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | | +| env[2].value | string | `"0x6"` | | +| env[3].name | string | `"L2GETH_P2P_PORT"` | | +| env[3].value | int | `30303` | | +| env[4].name | string | `"L2GETH_ENABLE_CCC"` | | +| env[4].value | bool | `false` | | +| env[5].name | string | `"L2GETH_CCC_RUST_LOG_LEVEL"` | | +| env[5].value | string | `"info"` | | +| env[6].name | string | `"L2GETH_MAX_PEERS"` | | +| env[6].value | int | `500` | | +| env[7].name | string | `"VERBOSITY"` | | +| env[7].value | int | `3` | | +| env[8].name | string | `"CCC_FLAG"` | | +| env[8].value | string | `"--ccc"` | | +| env[9].name | string | `"L2GETH_MIN_GAS_PRICE"` | | +| env[9].value | string | `"1000000"` | | | global.fullnameOverride | string | `"l2-bootnode"` | | | global.nameOverride | string | `"l2-bootnode"` | | | image.pullPolicy | string | `"Always"` | | | image.repository | string | `"scrolltech/l2geth"` | | -| image.tag | string | `"scroll-v5.7.5"` | | +| image.tag | string | `"scroll-v5.7.10"` | | | initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | | | initContainers.wait-for-l1.command[1] | string | `"-c"` | | | initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | | diff --git a/charts/l2-bootnode/values.yaml b/charts/l2-bootnode/values.yaml index 23b7ebca..9f163fff 100644 --- a/charts/l2-bootnode/values.yaml +++ b/charts/l2-bootnode/values.yaml @@ -11,11 +11,9 @@ controller: image: repository: scrolltech/l2geth pullPolicy: Always - tag: scroll-v5.7.5 + tag: scroll-v5.7.10 env: - - name: L2GETH_ROLE - value: bootnode - name: L2GETH_NODEKEY value: "" - name: L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK diff --git a/charts/l2-rpc/Chart.yaml b/charts/l2-rpc/Chart.yaml index 8279a32b..4bbb59eb 100644 --- a/charts/l2-rpc/Chart.yaml +++ b/charts/l2-rpc/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: l2-rpc helm chart name: l2-rpc -version: 0.0.8 +version: 0.0.9 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: diff --git a/charts/l2-rpc/README.md b/charts/l2-rpc/README.md index f4372f97..d35514fd 100644 --- a/charts/l2-rpc/README.md +++ b/charts/l2-rpc/README.md @@ -1,6 +1,6 @@ # l2-rpc -![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) l2-rpc helm chart @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0` |-----|------|---------|-------------| | command[0] | string | `"bash"` | | | command[1] | string | `"-c"` | | -| command[2] | string | `"geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && echo \"[Node.P2P] StaticNodes = $L2GETH_PEER_LIST\" > \"/l2geth/config.toml\" && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --config \"/l2geth/config.toml\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain '*' --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" $CCC_FLAG $METRICS_FLAGS --gcmode archive --cache.noprefetch --verbosity 3 --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | | +| command[2] | string | `"geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && echo \"[Node.P2P] StaticNodes = $L2GETH_PEER_LIST\" > \"/l2geth/config.toml\" && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --config \"/l2geth/config.toml\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain '*' --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --ccc --ccc.numworkers 5 $METRICS_FLAGS --gcmode archive --cache.noprefetch --verbosity 3 --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | | | controller.replicas | int | `1` | | | controller.strategy | string | `"RollingUpdate"` | | | controller.type | string | `"statefulset"` | | @@ -36,10 +36,8 @@ Kubernetes: `>=1.22.0-0` | envFrom[0].configMapRef.name | string | `"l2-rpc-env"` | | | env[0].name | string | `"L2GETH_NODEKEY"` | | | env[0].value | string | `""` | | -| env[10].name | string | `"L2GETH_MIN_GAS_PRICE"` | | -| env[10].value | string | `"1000000"` | | -| env[11].name | string | `"L2GETH_EXTRA_PARAMS"` | | -| env[11].value | string | `""` | | +| env[10].name | string | `"L2GETH_EXTRA_PARAMS"` | | +| env[10].value | string | `""` | | | env[1].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | | | env[1].value | string | `"0x6"` | | | env[2].name | string | `"L2GETH_RPC_HTTP_PORT"` | | @@ -56,13 +54,13 @@ Kubernetes: `>=1.22.0-0` | env[7].value | int | `500` | | | env[8].name | string | `"VERBOSITY"` | | | env[8].value | int | `3` | | -| env[9].name | string | `"CCC_FLAG"` | | -| env[9].value | string | `"--ccc"` | | +| env[9].name | string | `"L2GETH_MIN_GAS_PRICE"` | | +| env[9].value | string | `"1000000"` | | | global.fullnameOverride | string | `"l2-rpc"` | | | global.nameOverride | string | `"l2-rpc"` | | | image.pullPolicy | string | `"Always"` | | | image.repository | string | `"scrolltech/l2geth"` | | -| image.tag | string | `"scroll-v5.7.5"` | | +| image.tag | string | `"scroll-v5.7.10"` | | | ingress.main.annotations | object | `{}` | | | ingress.main.enabled | bool | `true` | | | ingress.main.hosts[0].host | string | `"l2-rpc.scrollsdk"` | | diff --git a/charts/l2-rpc/values.yaml b/charts/l2-rpc/values.yaml index 01560e6c..3600e345 100644 --- a/charts/l2-rpc/values.yaml +++ b/charts/l2-rpc/values.yaml @@ -11,7 +11,7 @@ controller: image: repository: scrolltech/l2geth pullPolicy: Always - tag: scroll-v5.7.5 + tag: scroll-v5.7.10 service: main: @@ -63,8 +63,6 @@ env: value: 500 - name: VERBOSITY value: 3 - - name: CCC_FLAG - value: "--ccc" - name: L2GETH_MIN_GAS_PRICE value: "1000000" - name: L2GETH_EXTRA_PARAMS @@ -87,7 +85,7 @@ command: --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain '*' --http.api \"eth,scroll,net,web3,debug\" \ --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 \ --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" \ - $CCC_FLAG \ + --ccc --ccc.numworkers 5 \ $METRICS_FLAGS \ --gcmode archive \ --cache.noprefetch \ diff --git a/charts/l2-sequencer/Chart.yaml b/charts/l2-sequencer/Chart.yaml index 37069279..620bcc25 100644 --- a/charts/l2-sequencer/Chart.yaml +++ b/charts/l2-sequencer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: l2-sequencer helm charts name: l2-sequencer -version: 0.0.8 +version: 0.0.9 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: diff --git a/charts/l2-sequencer/README.md b/charts/l2-sequencer/README.md index 90abb32e..385393d6 100644 --- a/charts/l2-sequencer/README.md +++ b/charts/l2-sequencer/README.md @@ -1,6 +1,6 @@ # l2-sequencer -![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) l2-sequencer helm charts @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0` |-----|------|---------|-------------| | command[0] | string | `"bash"` | | | command[1] | string | `"-c"` | | -| command[2] | string | `"mkdir -p /l2geth/data/keystore && mkdir -p /l2geth/data/geth && echo ${L2GETH_PASSWORD} > /l2geth/password && echo ${L2GETH_KEYSTORE} > /l2geth/data/keystore/keystore.json && echo ${L2GETH_NODEKEY} > /l2geth/data/geth/nodekey && geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain \"*\" --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine $CCC_FLAG --gcmode archive --cache.noprefetch --verbosity ${VERBOSITY} --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | | +| command[2] | string | `"mkdir -p /l2geth/data/keystore && mkdir -p /l2geth/data/geth && echo ${L2GETH_PASSWORD} > /l2geth/password && echo ${L2GETH_KEYSTORE} > /l2geth/data/keystore/keystore.json && echo ${L2GETH_NODEKEY} > /l2geth/data/geth/nodekey && geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain \"*\" --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine --ccc --ccc.numworkers 5 --gcmode archive --cache.noprefetch --verbosity ${VERBOSITY} --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --miner.gaslimit \"$L2GETH_MINER_GASLIMIT\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | | | configMaps.config.data."config.toml" | string | `"[Node.P2P] StaticNodes = \"[]\"\n"` | | | configMaps.config.enabled | bool | `true` | | | controller.replicas | int | `1` | | @@ -36,33 +36,31 @@ Kubernetes: `>=1.22.0-0` | defaultProbes.spec.httpGet.path | string | `"/"` | | | defaultProbes.spec.httpGet.port | int | `8545` | | | envFrom[0].configMapRef.name | string | `"l2-sequencer-env"` | | -| env[0].name | string | `"L2GETH_ROLE"` | | -| env[0].value | string | `"signer"` | | -| env[10].name | string | `"VERBOSITY"` | | -| env[10].value | string | `"3"` | | -| env[1].name | string | `"L2GETH_PEER_LIST"` | | -| env[1].value[0] | string | `""` | | -| env[2].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | | -| env[2].value | string | `"0x6"` | | -| env[3].name | string | `"L2GETH_LOCALS"` | | -| env[3].value | string | `""` | | -| env[4].name | string | `"L2GETH_ENABLE_CCC"` | | -| env[4].value | string | `"true"` | | -| env[5].name | string | `"L2GETH_MINER_GASLIMIT"` | | -| env[5].value | string | `"10000000"` | | -| env[6].name | string | `"L2GETH_RPC_HTTP_PORT"` | | -| env[6].value | int | `8545` | | -| env[7].name | string | `"L2GETH_RPC_WS_PORT"` | | -| env[7].value | int | `8546` | | -| env[8].name | string | `"L2GETH_P2P_PORT"` | | -| env[8].value | string | `"30303"` | | -| env[9].name | string | `"L2GETH_MIN_GAS_PRICE"` | | -| env[9].value | string | `"1000000"` | | +| env[0].name | string | `"L2GETH_PEER_LIST"` | | +| env[0].value[0] | string | `""` | | +| env[1].name | string | `"L2GETH_L1_WATCHER_CONFIRMATIONS"` | | +| env[1].value | string | `"0x6"` | | +| env[2].name | string | `"L2GETH_LOCALS"` | | +| env[2].value | string | `""` | | +| env[3].name | string | `"L2GETH_ENABLE_CCC"` | | +| env[3].value | string | `"true"` | | +| env[4].name | string | `"L2GETH_MINER_GASLIMIT"` | | +| env[4].value | string | `"10000000"` | | +| env[5].name | string | `"L2GETH_RPC_HTTP_PORT"` | | +| env[5].value | int | `8545` | | +| env[6].name | string | `"L2GETH_RPC_WS_PORT"` | | +| env[6].value | int | `8546` | | +| env[7].name | string | `"L2GETH_P2P_PORT"` | | +| env[7].value | string | `"30303"` | | +| env[8].name | string | `"L2GETH_MIN_GAS_PRICE"` | | +| env[8].value | string | `"1000000"` | | +| env[9].name | string | `"VERBOSITY"` | | +| env[9].value | string | `"3"` | | | global.fullnameOverride | string | `"l2-sequencer"` | | | global.nameOverride | string | `"l2-sequencer"` | | | image.pullPolicy | string | `"Always"` | | | image.repository | string | `"scrolltech/l2geth"` | | -| image.tag | string | `"scroll-v5.7.5"` | | +| image.tag | string | `"scroll-v5.7.10"` | | | initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | | | initContainers.wait-for-l1.command[1] | string | `"-c"` | | | initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | | diff --git a/charts/l2-sequencer/values.yaml b/charts/l2-sequencer/values.yaml index 80fdcc17..f797ab2a 100644 --- a/charts/l2-sequencer/values.yaml +++ b/charts/l2-sequencer/values.yaml @@ -11,11 +11,9 @@ controller: image: repository: scrolltech/l2geth pullPolicy: Always - tag: scroll-v5.7.5 + tag: scroll-v5.7.10 env: - - name: L2GETH_ROLE - value: "signer" - name: L2GETH_PEER_LIST value: [""] - name: L2GETH_L1_WATCHER_CONFIRMATIONS @@ -57,12 +55,12 @@ command: --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 \ --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" \ --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine \ - $CCC_FLAG \ + --ccc --ccc.numworkers 5 \ --gcmode archive \ --cache.noprefetch \ --verbosity ${VERBOSITY} \ --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG \ - --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" \ + --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --miner.gaslimit \"$L2GETH_MINER_GASLIMIT\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" \ --gpo.percentile 20 \ --gpo.blocks 100 \ --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" \ diff --git a/charts/scroll-sdk/Chart.yaml b/charts/scroll-sdk/Chart.yaml index 16def546..4d8d970a 100644 --- a/charts/scroll-sdk/Chart.yaml +++ b/charts/scroll-sdk/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: scroll helm charts to deploy scroll sdk name: scroll-sdk -version: 0.0.25 +version: 0.0.26 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: @@ -66,11 +66,11 @@ dependencies: repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm" condition: l1-explorer.enabled - name: l2-bootnode - version: 0.0.7 + version: 0.0.8 repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm" condition: l2-bootnode.enabled - name: l2-rpc - version: 0.0.8 + version: 0.0.9 repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm" condition: l2-rpc.enabled - name: grafana @@ -78,7 +78,7 @@ dependencies: version: 7.3.11 condition: grafana.enabled - name: l2-sequencer - version: 0.0.8 + version: 0.0.9 repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm" condition: l2-sequencer.enabled - name: loki-stack diff --git a/charts/scroll-sdk/README.md b/charts/scroll-sdk/README.md index a56b11dc..a7a6348b 100644 --- a/charts/scroll-sdk/README.md +++ b/charts/scroll-sdk/README.md @@ -1,6 +1,6 @@ # scroll-sdk -![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) scroll helm charts to deploy scroll sdk @@ -34,9 +34,9 @@ Kubernetes: `>=1.22.0-0` | oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.6 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.3 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-explorer | 0.0.2 | -| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.7 | -| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.8 | -| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.8 | +| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.8 | +| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.9 | +| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.9 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-explorer-backend | 0.0.3 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.8 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | rpc-gateway | 0.0.2 |