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
d0a79224
Commit
d0a79224
authored
1 year ago
by
EvanJRichard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak test message: really we're just testing isCancun, so acknowledge that.
parent
118ce7f4
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dencun_fork_test.go
op-e2e/actions/dencun_fork_test.go
+2
-2
No files found.
op-e2e/actions/dencun_fork_test.go
View file @
d0a79224
...
...
@@ -22,7 +22,7 @@ func TestDencunL1Fork(gt *testing.T) {
_
,
_
,
miner
,
sequencer
,
_
,
verifier
,
_
,
batcher
:=
setupReorgTestActors
(
t
,
dp
,
sd
,
log
)
l1Head
:=
miner
.
l1Chain
.
CurrentBlock
()
require
.
False
(
t
,
sd
.
L1Cfg
.
Config
.
IsCancun
(
l1Head
.
Number
,
l1Head
.
Time
),
"
de
ncun not active yet"
)
// QUESTION: what other arg should be supplied?
require
.
False
(
t
,
sd
.
L1Cfg
.
Config
.
IsCancun
(
l1Head
.
Number
,
l1Head
.
Time
),
"
Ca
ncun not active yet"
)
// QUESTION: what other arg should be supplied?
// start op-nodes
sequencer
.
ActL2PipelineFull
(
t
)
...
...
@@ -35,7 +35,7 @@ func TestDencunL1Fork(gt *testing.T) {
// verify Cancun is active
l1Head
=
miner
.
l1Chain
.
CurrentBlock
()
require
.
True
(
t
,
sd
.
L1Cfg
.
Config
.
IsCancun
(
l1Head
.
Number
,
l1Head
.
Time
),
"
de
ncun active"
)
require
.
True
(
t
,
sd
.
L1Cfg
.
Config
.
IsCancun
(
l1Head
.
Number
,
l1Head
.
Time
),
"
Ca
ncun active"
)
//BEFORE MERGE OF PR #7993: Also, add a few blob txs in as dummy data TODO
...
...
This diff is collapsed.
Click to expand it.
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