Skip to content

Commit

Permalink
chore(cross checker): Cross The Checker (matter-labs#856)
Browse files Browse the repository at this point in the history
## What ❔

This PR removes the cross checker binary and all its references.

## Why ❔

The checker's scope is covered by other components.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
  • Loading branch information
shahar4 authored Jan 29, 2024
1 parent 2818d5f commit 2dd69d4
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 2,106 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-core-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- server-v2
- external-node
- contract-verifier
- cross-external-nodes-checker
- snapshots-creator
platforms:
- linux/amd64
Expand Down Expand Up @@ -109,8 +108,6 @@ jobs:
platform: linux/amd64,linux/arm64
- name: contract-verifier
platform: linux/amd64
- name: cross-external-nodes-checker
platform: linux/amd64
- name: snapshots-creator
platform: linux/amd64
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,6 @@ jobs:
- name: Integration tests
run: ci_run zk test i server --testPathIgnorePatterns 'contract-verification|custom-erc20-bridge|snapshots-creator'

- name: Run Cross EN Checker
run: ci_run zk run cross-en-checker

- name: Run revert test
run: |
ci_run zk env
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- 'core/**'
- '!core/CHANGELOG.md'
- 'docker/contract-verifier/**'
- 'docker/cross-external-nodes-checker/**'
- 'docker/external-node/**'
- 'docker/server/**'
- '.github/workflows/build-core-template.yml'
Expand Down
18 changes: 0 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ members = [

# Test infrastructure
"core/tests/test_account",
"core/tests/cross_external_nodes_checker",
"core/tests/loadnext",
"core/tests/vm-benchmark",
"core/tests/vm-benchmark/harness",
Expand Down
26 changes: 0 additions & 26 deletions core/tests/cross_external_nodes_checker/Cargo.toml

This file was deleted.

44 changes: 0 additions & 44 deletions core/tests/cross_external_nodes_checker/README.md

This file was deleted.

Loading

0 comments on commit 2dd69d4

Please sign in to comment.