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
77e562c1
Unverified
Commit
77e562c1
authored
Jul 10, 2024
by
zhiqiangxu
Committed by
GitHub
Jul 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clear leftover for op-bindings (#11123)
parent
67b8ee5e
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
19 deletions
+2
-19
.coderabbit.yml
.coderabbit.yml
+0
-1
mergify.yml
.github/mergify.yml
+0
-7
.gitignore
.gitignore
+0
-2
.semgrepignore
.semgrepignore
+0
-1
Makefile
Makefile
+0
-3
codecov.yml
codecov.yml
+0
-1
Dockerfile.dockerignore
op-plasma/Dockerfile.dockerignore
+0
-1
addresses_test.go
op-service/predeploys/addresses_test.go
+2
-2
Dockerfile.dockerignore
ops/docker/op-stack-go/Dockerfile.dockerignore
+0
-1
No files found.
.coderabbit.yml
View file @
77e562c1
...
...
@@ -7,7 +7,6 @@ reviews:
collapse_walkthrough
:
true
path_filters
:
-
"
!**/*.json"
-
"
!op-bindings/bindings/**"
path_instructions
:
-
path
:
"
**.sol"
instructions
:
"
Focus
on
the
following
areas:
...
...
.github/mergify.yml
View file @
77e562c1
...
...
@@ -96,13 +96,6 @@ pull_request_rules:
label
:
add
:
-
A-op-batcher
-
name
:
Add A-op-bindings label
conditions
:
-
'
files~=^op-bindings/'
actions
:
label
:
add
:
-
A-op-bindings
-
name
:
Add A-op-bootnode label
conditions
:
-
'
files~=^op-bootnode/'
...
...
.gitignore
View file @
77e562c1
...
...
@@ -40,8 +40,6 @@ packages/contracts-bedrock/deployments/anvil
coverage.out
# Ignore bedrock go bindings local output files
op-bindings/bin
__pycache__
...
...
.semgrepignore
View file @
77e562c1
...
...
@@ -18,7 +18,6 @@ tests/
# Semgrep-action log folder
.semgrep_logs/
op-bindings/bindings/
packages/*/node_modules
packages/*/test
Makefile
View file @
77e562c1
...
...
@@ -105,9 +105,6 @@ submodules:
git submodule update
--init
--recursive
.PHONY
:
submodules
op-bindings
:
make
-C
./op-bindings
.PHONY
:
op-bindings
op-node
:
make
-C
./op-node op-node
...
...
codecov.yml
View file @
77e562c1
...
...
@@ -9,7 +9,6 @@ comment:
ignore
:
-
"
op-e2e"
-
"
op-bindings/bindings/*.go"
-
"
**/*.t.sol"
-
"
packages/contracts-bedrock/test/**/*.sol"
-
"
packages/contracts-bedrock/scripts/**/*.sol"
...
...
op-plasma/Dockerfile.dockerignore
View file @
77e562c1
*
!/op-bindings
!/op-service
!/op-plasma
!/go.mod
...
...
op-service/predeploys/addresses_test.go
View file @
77e562c1
...
...
@@ -8,7 +8,7 @@ import (
)
func
TestGethAddresses
(
t
*
testing
.
T
)
{
// We test if the addresses in geth match those in op
-bindings
, to avoid an import-cycle:
// we import geth in the monorepo, and do not want to import op
-bindings
into geth.
// We test if the addresses in geth match those in op
monorepo
, to avoid an import-cycle:
// we import geth in the monorepo, and do not want to import op
monorepo
into geth.
require
.
Equal
(
t
,
L1BlockAddr
,
types
.
L1BlockAddr
)
}
ops/docker/op-stack-go/Dockerfile.dockerignore
View file @
77e562c1
...
...
@@ -4,7 +4,6 @@
!/cannon
!/op-batcher
!/op-bindings
!/op-bootnode
!/op-chain-ops
!/op-challenger
...
...
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