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
6e58dc4c
Unverified
Commit
6e58dc4c
authored
Aug 02, 2024
by
Adrian Sutton
Committed by
GitHub
Aug 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add task to capture a section of sepolia running fjord for compatibility tests. (#11326)
parent
ed817c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Makefile
op-program/Makefile
+9
-1
No files found.
op-program/Makefile
View file @
6e58dc4c
...
@@ -64,7 +64,12 @@ capture-sepolia-ecotone: op-program-host op-program-client
...
@@ -64,7 +64,12 @@ capture-sepolia-ecotone: op-program-host op-program-client
env
GO111MODULE
=
on go run ./verify/sepolia/cmd/sepolia.go
--l1
$$
SEPOLIA_L1URL
--l1
.beacon
$$
SEPOLIA_BEACON_URL
--l2
$$
SEPOLIA_L2URL
--datadir
"
$(COMPAT_DIR)
/sepolia-ecotone"
--l1
.head
"0x5d491a8c1e728a4e70720c09fefdaa083681a9421cd365af85220cf8bd4448a3"
--l2
.start
"9205715"
--l2
.end
"9205815"
env
GO111MODULE
=
on go run ./verify/sepolia/cmd/sepolia.go
--l1
$$
SEPOLIA_L1URL
--l1
.beacon
$$
SEPOLIA_BEACON_URL
--l2
$$
SEPOLIA_L2URL
--datadir
"
$(COMPAT_DIR)
/sepolia-ecotone"
--l1
.head
"0x5d491a8c1e728a4e70720c09fefdaa083681a9421cd365af85220cf8bd4448a3"
--l2
.start
"9205715"
--l2
.end
"9205815"
tar
jcf
"
$(COMPAT_DIR)
/sepolia-ecotone.tar.bz"
-C
"
$(COMPAT_DIR)
"
sepolia-ecotone
tar
jcf
"
$(COMPAT_DIR)
/sepolia-ecotone.tar.bz"
-C
"
$(COMPAT_DIR)
"
sepolia-ecotone
capture-chain-test-data
:
capture-mainnet-genesis capture-sepolia-delta capture-sepolia-ecotone
capture-sepolia-fjord
:
op-program-host op-program-client
rm
-rf
"
$(COMPAT_DIR)
/sepolia-fjord"
"
$(COMPAT_DIR)
/sepolia-fjord.tar.bz"
env
GO111MODULE
=
on go run ./verify/sepolia/cmd/sepolia.go
--l1
$$
SEPOLIA_L1URL
--l1
.beacon
$$
SEPOLIA_BEACON_URL
--l2
$$
SEPOLIA_L2URL
--datadir
"
$(COMPAT_DIR)
/sepolia-fjord"
--l1
.head
"0x93ba31bf89e54237af6e6564e69d328b2b5202adf643de4cb097431f74f4a6c1"
--l2
.start
"15378256"
--l2
.end
"15378356"
tar
jcf
"
$(COMPAT_DIR)
/sepolia-fjord.tar.bz"
-C
"
$(COMPAT_DIR)
"
sepolia-fjord
capture-chain-test-data
:
capture-mainnet-genesis capture-sepolia-delta capture-sepolia-ecotone capture-sepolia-fjord
verify-sepolia-delta
:
op-program-host op-program-client
verify-sepolia-delta
:
op-program-host op-program-client
./scripts/run-compat.sh
"sepolia-delta"
./scripts/run-compat.sh
"sepolia-delta"
...
@@ -75,6 +80,9 @@ verify-mainnet-genesis: op-program-host op-program-client
...
@@ -75,6 +80,9 @@ verify-mainnet-genesis: op-program-host op-program-client
verify-sepolia-ecotone
:
op-program-host op-program-client
verify-sepolia-ecotone
:
op-program-host op-program-client
./scripts/run-compat.sh
"sepolia-ecotone"
./scripts/run-compat.sh
"sepolia-ecotone"
verify-sepolia-fjord
:
op-program-host op-program-client
./scripts/run-compat.sh
"sepolia-fjord"
verify-compat
:
verify-sepolia-delta verify-sepolia-ecotone verify-mainnet-genesis
verify-compat
:
verify-sepolia-delta verify-sepolia-ecotone verify-mainnet-genesis
.PHONY
:
\
.PHONY
:
\
...
...
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