Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
3e4430ee
Unverified
Commit
3e4430ee
authored
Apr 16, 2024
by
Adrian Sutton
Committed by
GitHub
Apr 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Fix devnet-fault-proofs (#10144)
* ci: Fix devnet-fault-proofs * ci: Make prestate available to challenger
parent
c7ad0eba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
config.yml
.circleci/config.yml
+1
-1
__init__.py
bedrock-devnet/devnet/__init__.py
+1
-0
docker-compose.yml
ops-bedrock/docker-compose.yml
+4
-2
No files found.
.circleci/config.yml
View file @
3e4430ee
...
...
@@ -1150,7 +1150,7 @@ jobs:
-
checkout
-
when
:
condition
:
equal
:
[
'
-
fault-proofs'
,
<<parameters.fpac>>
]
equal
:
[
'
fault-proofs'
,
<<parameters.fpac>>
]
steps
:
-
run
:
name
:
Set DEVNET_FPAC =
true
...
...
bedrock-devnet/devnet/__init__.py
View file @
3e4430ee
...
...
@@ -131,6 +131,7 @@ def init_devnet_l1_deploy_config(paths, update_timestamp=False):
if
DEVNET_FPAC
:
deploy_config
[
'useFaultProofs'
]
=
True
deploy_config
[
'faultGameMaxDuration'
]
=
10
deploy_config
[
'faultGameWithdrawalDelay'
]
=
0
if
DEVNET_PLASMA
:
deploy_config
[
'usePlasma'
]
=
True
write_json
(
paths
.
devnet_config_path
,
deploy_config
)
...
...
ops-bedrock/docker-compose.yml
View file @
3e4430ee
...
...
@@ -176,6 +176,8 @@ services:
args
:
OP_STACK_GO_BUILDER
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/op-stack-go:devnet
image
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/op-challenger:devnet
volumes
:
-
"
../op-program/bin:/op-program"
environment
:
OP_CHALLENGER_L1_ETH_RPC
:
http://l1:8545
# Note: this will need to be updated to point to a L1 consensus node when there is one in the devnet
...
...
@@ -190,8 +192,8 @@ services:
OP_CHALLENGER_CANNON_ROLLUP_CONFIG
:
./.devnet/rollup.json
OP_CHALLENGER_CANNON_L2_GENESIS
:
./.devnet/genesis-l2.json
OP_CHALLENGER_CANNON_BIN
:
./cannon/bin/cannon
OP_CHALLENGER_CANNON_SERVER
:
./op-program/bin
/op-program
OP_CHALLENGER_CANNON_PRESTATE
:
./op-program/bin
/prestate.json
OP_CHALLENGER_CANNON_SERVER
:
/op-program
/op-program
OP_CHALLENGER_CANNON_PRESTATE
:
/op-program
/prestate.json
OP_CHALLENGER_CANNON_L2
:
http://l2:8545
OP_CHALLENGER_MNEMONIC
:
test test test test test test test test test test test junk
OP_CHALLENGER_HD_PATH
:
"
m/44'/60'/0'/0/4"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment