Skip to content

Commit

Permalink
feat: op-geth snap sync early stages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Feb 26, 2024
1 parent 60a527d commit bb54f6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion src/common/NodeSpecs/op-geth/op-geth-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"forcedRawNodeInput": "--http.addr 0.0.0.0 --authrpc.addr 0.0.0.0 --authrpc.jwtsecret /root/.ethereum/jwtsecret --ipcdisable"
}
},
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101308.0"
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101308.2"
},
"category": "L2/ExecutionClient",
"rpcTranslation": "eth-l2",
Expand Down Expand Up @@ -115,6 +115,15 @@
"defaultValue": "Disabled",
"documentation": "https://geth.ethereum.org/docs/rpc/server#websocket-server"
},
"p2pPorts": {
"displayName": "P2P port (UDP and TCP)",
"cliConfigPrefix": "--discovery.port ",
"uiControl": {
"type": "text"
},
"infoDescription": "Example value: 30303",
"defaultValue": "30303"
},
"httpApis": {
"displayName": "Enabled HTTP APIs",
"cliConfigPrefix": "--http.api ",
Expand Down
4 changes: 2 additions & 2 deletions src/common/NodeSpecs/op-node/op-node-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"docker": {
"containerVolumePath": "/root/.ethereum",
"raw": "",
"forcedRawNodeInput": "op-node --rpc.addr 0.0.0.0 --l2.jwt-secret /root/.ethereum/jwtsecret"
"forcedRawNodeInput": "op-node --syncmode=execution-layer --rpc.addr 0.0.0.0 --l2.jwt-secret /root/.ethereum/jwtsecret"
}
},
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.6.1"
"imageName": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.7.0"
},
"category": "L2/ConsensusClient",
"rpcTranslation": "eth-l2-consensus",
Expand Down

0 comments on commit bb54f6c

Please sign in to comment.