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
e2356c35
Unverified
Commit
e2356c35
authored
Sep 10, 2024
by
Adrian Sutton
Committed by
GitHub
Sep 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "op-program: Make directory preimage format the default." (#11823)
parent
7f3d6ef5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.go
op-program/host/config/config.go
+1
-1
flags.go
op-program/host/flags/flags.go
+1
-1
No files found.
op-program/host/config/config.go
View file @
e2356c35
...
@@ -139,7 +139,7 @@ func NewConfig(
...
@@ -139,7 +139,7 @@ func NewConfig(
L2ClaimBlockNumber
:
l2ClaimBlockNum
,
L2ClaimBlockNumber
:
l2ClaimBlockNum
,
L1RPCKind
:
sources
.
RPCKindStandard
,
L1RPCKind
:
sources
.
RPCKindStandard
,
IsCustomChainConfig
:
isCustomConfig
,
IsCustomChainConfig
:
isCustomConfig
,
DataFormat
:
types
.
DataFormat
Directory
,
DataFormat
:
types
.
DataFormat
File
,
}
}
}
}
...
...
op-program/host/flags/flags.go
View file @
e2356c35
...
@@ -40,7 +40,7 @@ var (
...
@@ -40,7 +40,7 @@ var (
Name
:
"data.format"
,
Name
:
"data.format"
,
Usage
:
fmt
.
Sprintf
(
"Format to use for preimage data storage. Available formats: %s"
,
openum
.
EnumString
(
types
.
SupportedDataFormats
)),
Usage
:
fmt
.
Sprintf
(
"Format to use for preimage data storage. Available formats: %s"
,
openum
.
EnumString
(
types
.
SupportedDataFormats
)),
EnvVars
:
prefixEnvVars
(
"DATA_FORMAT"
),
EnvVars
:
prefixEnvVars
(
"DATA_FORMAT"
),
Value
:
string
(
types
.
DataFormat
Directory
),
Value
:
string
(
types
.
DataFormat
File
),
}
}
L2NodeAddr
=
&
cli
.
StringFlag
{
L2NodeAddr
=
&
cli
.
StringFlag
{
Name
:
"l2"
,
Name
:
"l2"
,
...
...
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