Skip to content

Commit

Permalink
update: merge with main latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezashojaei committed Jan 13, 2025
2 parents 6dd6d47 + 8090e97 commit dc521c0
Show file tree
Hide file tree
Showing 235 changed files with 18,717 additions and 2,060 deletions.
8 changes: 0 additions & 8 deletions .changeset/big-squids-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-balloons-rule.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/cold-cows-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/infra': minor
---

Add USDC between Ink and Ethereum
9 changes: 0 additions & 9 deletions .changeset/dull-pianos-kiss.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/eleven-carrots-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---

Fix the return type of multisig and aggregation ISMs for zksync-stack chains.
5 changes: 0 additions & 5 deletions .changeset/empty-lemons-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-fishes-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-spies-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-llamas-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-eyes-smile.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/rare-windows-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/infra': minor
---

Add rstETH/ethereum-zircuit warp config
5 changes: 5 additions & 0 deletions .changeset/serious-kangaroos-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': minor
---

Deploy to new chains: artela, guru, hemi, nero, xpla.
5 changes: 0 additions & 5 deletions .changeset/smooth-rocks-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-gifts-hear.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/tall-starfishes-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/cli': minor
---

Fix hyperlane warp send where --origin and --destination are out of order
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,16 @@ jobs:
fail-fast: false
matrix:
test:
# Core Commands
- core-apply
- core-check
- core-deploy
- core-init
- core-read
# Other commands
- relay
# Warp Commands
- warp-init
- warp-read
- warp-apply
- warp-deploy
Expand Down Expand Up @@ -301,7 +307,7 @@ jobs:
fail-fast: false
matrix:
environment: [mainnet3]
chain: [ethereum, arbitrum, optimism, inevm, viction]
chain: [ethereum, arbitrum, optimism, inevm]
module: [core, igp]
include:
- environment: testnet4
Expand Down
2 changes: 1 addition & 1 deletion .registryrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bde63f7c32e8d169d7e3163b14b5bb25bd3d5042
2184e5e3064ddec2734aa53c1aff6d9f7d958bdf
12 changes: 12 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ethereum:
type: collateral
token: "0x7a4EffD87C2f3C55CA251080b1343b605f327E3a"
owner: "0xDA0d054265bB30F4f32C92066428FE57513E7ee1"
mailbox: "0xc005dc82818d67AF737725bD4bf75435d065D239"
interchainSecurityModule: "0x0000000000000000000000000000000000000000"
zircuit:
type: synthetic
owner: "0xA1895dF8AE7b7678E82E76b167A24c82Fb83ec9A"
mailbox: "0xc2FbB9411186AB3b1a6AFCCA702D1a80B48b197c"
interchainSecurityModule: "0x0000000000000000000000000000000000000000"

5 changes: 2 additions & 3 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ cargo test --release --package run-locally --bin run-locally --features cosmos -
### Building Agent Docker Images

There exists a docker build for the agent binaries. These docker images are used for deploying the agents in a
production environment.
production environment. You should run this at the top level of the repo.

```bash
cd rust
./build.sh <image_tag>
./rust/build.sh <image_tag>
```

### Deploy Procedure
Expand Down
2 changes: 1 addition & 1 deletion rust/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if [[ -z $TAG ]]; then
fi
fi

DOCKER_BUILDKIT=1 docker build $PLATFORM -t gcr.io/abacus-labs-dev/hyperlane-agent:$TAG .
DOCKER_BUILDKIT=1 docker build -f rust/Dockerfile $PLATFORM -t gcr.io/abacus-labs-dev/hyperlane-agent:$TAG .
Loading

0 comments on commit dc521c0

Please sign in to comment.