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

clear leftover for op-bindings (#11123)

parent 67b8ee5e
...@@ -7,7 +7,6 @@ reviews: ...@@ -7,7 +7,6 @@ reviews:
collapse_walkthrough: true collapse_walkthrough: true
path_filters: path_filters:
- "!**/*.json" - "!**/*.json"
- "!op-bindings/bindings/**"
path_instructions: path_instructions:
- path: "**.sol" - path: "**.sol"
instructions: "Focus on the following areas: instructions: "Focus on the following areas:
......
...@@ -96,13 +96,6 @@ pull_request_rules: ...@@ -96,13 +96,6 @@ pull_request_rules:
label: label:
add: add:
- A-op-batcher - 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 - name: Add A-op-bootnode label
conditions: conditions:
- 'files~=^op-bootnode/' - 'files~=^op-bootnode/'
......
...@@ -40,8 +40,6 @@ packages/contracts-bedrock/deployments/anvil ...@@ -40,8 +40,6 @@ packages/contracts-bedrock/deployments/anvil
coverage.out coverage.out
# Ignore bedrock go bindings local output files
op-bindings/bin
__pycache__ __pycache__
......
...@@ -18,7 +18,6 @@ tests/ ...@@ -18,7 +18,6 @@ tests/
# Semgrep-action log folder # Semgrep-action log folder
.semgrep_logs/ .semgrep_logs/
op-bindings/bindings/
packages/*/node_modules packages/*/node_modules
packages/*/test packages/*/test
...@@ -105,9 +105,6 @@ submodules: ...@@ -105,9 +105,6 @@ submodules:
git submodule update --init --recursive git submodule update --init --recursive
.PHONY: submodules .PHONY: submodules
op-bindings:
make -C ./op-bindings
.PHONY: op-bindings
op-node: op-node:
make -C ./op-node op-node make -C ./op-node op-node
......
...@@ -9,7 +9,6 @@ comment: ...@@ -9,7 +9,6 @@ comment:
ignore: ignore:
- "op-e2e" - "op-e2e"
- "op-bindings/bindings/*.go"
- "**/*.t.sol" - "**/*.t.sol"
- "packages/contracts-bedrock/test/**/*.sol" - "packages/contracts-bedrock/test/**/*.sol"
- "packages/contracts-bedrock/scripts/**/*.sol" - "packages/contracts-bedrock/scripts/**/*.sol"
......
* *
!/op-bindings
!/op-service !/op-service
!/op-plasma !/op-plasma
!/go.mod !/go.mod
......
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
) )
func TestGethAddresses(t *testing.T) { func TestGethAddresses(t *testing.T) {
// We test if the addresses in geth match those in op-bindings, to avoid an import-cycle: // 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-bindings into geth. // we import geth in the monorepo, and do not want to import op monorepo into geth.
require.Equal(t, L1BlockAddr, types.L1BlockAddr) require.Equal(t, L1BlockAddr, types.L1BlockAddr)
} }
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
!/cannon !/cannon
!/op-batcher !/op-batcher
!/op-bindings
!/op-bootnode !/op-bootnode
!/op-chain-ops !/op-chain-ops
!/op-challenger !/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