Skip to content

Commit caa8162

Browse files
committed
Merge branch 'main' into chore/scraper-reorg-period
2 parents 6c40e67 + 44ea0ec commit caa8162

289 files changed

Lines changed: 25178 additions & 1476 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/cc-cli-review-fixes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@hyperlane-xyz/cli': minor
3+
'@hyperlane-xyz/sdk': minor
4+
'@hyperlane-xyz/sealevel-sdk': patch
5+
'@hyperlane-xyz/provider-sdk': minor
6+
---
7+
8+
Enabled SVM cross-collateral token deployments in the CLI. Added `crossCollateral` to supported Alt-VM token types, allowing `warp deploy`, `warp combine`, and `warp apply` to work with SVM CC routes. Extracted `computeCrossCollateralRouterUpdates` into provider-sdk for cross-protocol reuse. Fixed CC-only gas preservation for domains transitioning from remote routers.

.changeset/patch-core-prepack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperlane-xyz/core": patch
3+
---
4+
5+
The prepublishOnly script is replaced with a prepack script that validates dist/ exists.

.changeset/shiny-donuts-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperlane-xyz/cli": patch
3+
---
4+
5+
fix: warp send tx prepare

.changeset/smooth-radios-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperlane-xyz/sdk": patch
3+
---
4+
5+
Fixed tx overrides in token deploys

.claude/skills/verify-warp-contracts/SKILL.md

Lines changed: 348 additions & 0 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
typescript/sdk/src/cw-types/*.types.ts linguist-generated=true
2+
typescript/svm-sdk/src/hyperlane/program-bytes.ts linguist-generated=true binary
23
rust/main/chains/hyperlane-ethereum/abis/*.abi.json linguist-generated=true
34
solidity/contracts/interfaces/avs/*.sol linguist-vendored=true
45
solidity/contracts/avs/ECDSA*.sol linguist-vendored=true

.github/workflows/node-services-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
|-------|-----|
129129
| hyperlane-node-services | \`${TAG_SHA_DATE}\` |
130130
131-
**Services included:** rebalancer, warp-monitor, ccip-server, keyfunder, relayer
131+
**Services included:** rebalancer, warp-monitor, ccip-server, keyfunder, relayer, fee-quoting
132132
133133
**Full image path:**
134134
\`\`\`

.github/workflows/solidity-fork-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ jobs:
5353
- name: Run Fork Tests
5454
working-directory: ./solidity
5555
run: pnpm run test:fork
56-
57-
- name: Run Multicollateral Fork Tests
58-
working-directory: ./solidity/multicollateral
59-
run: pnpm run test:fork

.github/workflows/test-cli-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ jobs:
382382
matrix:
383383
test:
384384
- warp-apply
385+
- warp-cc-evm-svm
385386
- warp-deploy
386387
- warp-send
387388
steps:
@@ -536,6 +537,7 @@ jobs:
536537
test:
537538
- core-deploy
538539
- core-apply
540+
- warp-cross-collateral
539541
steps:
540542
- uses: actions/checkout@v6
541543
with:

.github/workflows/test-sdk-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
- native-token
172172
- synthetic-token
173173
- collateral-token
174+
- cross-collateral-token
174175
- provider
175176
- read-token
176177
include:

0 commit comments

Comments
 (0)