Commit 77e562c1 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

clear leftover for op-bindings (#11123)

parent 67b8ee5e
......@@ -7,7 +7,6 @@ reviews:
collapse_walkthrough: true
path_filters:
- "!**/*.json"
- "!op-bindings/bindings/**"
path_instructions:
- path: "**.sol"
instructions: "Focus on the following areas:
......
......@@ -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/'
......
......@@ -40,8 +40,6 @@ packages/contracts-bedrock/deployments/anvil
coverage.out
# Ignore bedrock go bindings local output files
op-bindings/bin
__pycache__
......
......@@ -18,7 +18,6 @@ tests/
# Semgrep-action log folder
.semgrep_logs/
op-bindings/bindings/
packages/*/node_modules
packages/*/test
......@@ -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
......
......@@ -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-bindings
!/op-service
!/op-plasma
!/go.mod
......
......@@ -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)
}
......@@ -4,7 +4,6 @@
!/cannon
!/op-batcher
!/op-bindings
!/op-bootnode
!/op-chain-ops
!/op-challenger
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment