Skip to content

Commit

Permalink
merge 57346de from mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Nov 25, 2024
1 parent 79453fc commit 644153c
Show file tree
Hide file tree
Showing 301 changed files with 15,221 additions and 3,871 deletions.
6 changes: 6 additions & 0 deletions .changeset/empty-dodos-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/cli': minor
'@hyperlane-xyz/sdk': minor
---

Remove ismFactoryAddresses from warpConfig
7 changes: 0 additions & 7 deletions .changeset/empty-needles-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-mugs-fold.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-carpets-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-taxis-suffer.md

This file was deleted.

1 change: 1 addition & 0 deletions .codespell/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ receivedFrom
ser
readded
re-use
superseed
3 changes: 2 additions & 1 deletion .github/workflows/monorepo-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
- '**'
pull_request:
paths:
# For now, because this image is only used to use `infra`, we just build for infra changes
# For now, because this image is only used to use `infra`, we just build for infra or .registryrc changes
- 'typescript/infra/**'
- '.registryrc'
- 'Dockerfile'
- '.dockerignore'
- '.github/workflows/monorepo-docker.yml'
Expand Down
26 changes: 24 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,18 @@ jobs:
- name: Unit Tests
run: yarn test:ci

cli-e2e:
cli-e2e-matrix:
runs-on: ubuntu-latest
needs: [yarn-install]
strategy:
fail-fast: false
matrix:
test:
- core
- relay
- warp-read
- warp-apply
- warp-deploy
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -130,8 +139,21 @@ jobs:
- name: Checkout registry
uses: ./.github/actions/checkout-registry

- name: CLI e2e tests
- name: CLI e2e tests (${{ matrix.test }})
run: yarn --cwd typescript/cli test:e2e
env:
CLI_E2E_TEST: ${{ matrix.test }}

cli-e2e:
runs-on: ubuntu-latest
needs: cli-e2e-matrix
if: always()
steps:
- name: Check cli-e2e matrix status
if: ${{ needs.cli-e2e-matrix.result != 'success' }}
run: |
echo "CLI E2E tests failed"
exit 1
agent-configs:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e52093acfe3dc75a35771905f3a7757b368ac50
3cd1c7d8af8718fcac340027d147ba3c4a6df12c
54 changes: 28 additions & 26 deletions rust/main/Cargo.lock

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

Loading

0 comments on commit 644153c

Please sign in to comment.