Skip to content

Commit a8c44ca

Browse files
authored
Remove old bridge ts-test and some leftovers (#3816)
* init * update * update * try to fix linter * try to add solhintignore * try to fix it * debug * update * try to fix v6 error
1 parent 0b4d951 commit a8c44ca

34 files changed

+1243
-128350
lines changed

.github/file-filter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ parachain_src: &parachain_src
1414
parachain_test: &parachain_test
1515
- "parachain/ts-tests/**"
1616
- "parachain/docker/**"
17-
- "parachain/scripts/build-bridge.sh"
1817
- "parachain/scripts/launch-network.sh"
19-
- "parachain/scripts/launch-bridge.sh"
2018

2119
coverage_src: &coverage_src
2220
- *parachain_src

.github/workflows/ci.yml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -361,21 +361,9 @@ jobs:
361361
- name: Install foundry
362362
uses: foundry-rs/foundry-toolchain@v1
363363

364-
- name: Install solana sdk
365-
run: |
366-
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
367-
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
368-
369-
- name: Install system dependencies for anchor
370-
run: |
371-
sudo apt-get update
372-
sudo apt-get install -y libudev-dev
373-
374-
- name: Install anchor
375-
run: |
376-
cargo install --git https://github.com/coral-xyz/anchor anchor-cli --locked
377-
anchor -V
378-
solana -V
364+
- name: Show Forge version
365+
working-directory: ./tee-worker/omni-executor/aa-contracts
366+
run: forge --version
379367

380368
- name: Check AA contracts
381369
working-directory: ./tee-worker/omni-executor/aa-contracts
@@ -394,6 +382,22 @@ jobs:
394382
ignore: test-foundry/**/* # filter out gas reports from specific paths (test/ is included by default)
395383
id: gas_diff
396384

385+
- name: Install solana sdk
386+
run: |
387+
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
388+
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
389+
390+
- name: Install system dependencies for anchor
391+
run: |
392+
sudo apt-get update
393+
sudo apt-get install -y libudev-dev
394+
395+
- name: Install anchor
396+
run: |
397+
cargo install --git https://github.com/coral-xyz/anchor anchor-cli --locked
398+
anchor -V
399+
solana -V
400+
397401
- name: Check bsc accounting contracts
398402
working-directory: ./tee-worker/omni-executor/accounting-contract/bsc
399403
run: |

parachain/scripts/build-bridge.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)