Skip to content

Commit bb156d5

Browse files
committed
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into trevor/agentic-rpc-debugging
2 parents 9826de7 + 44626fb commit bb156d5

450 files changed

Lines changed: 72222 additions & 25140 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/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"@hyperlane-xyz/cli",
1111
"@hyperlane-xyz/cosmos-sdk",
1212
"@hyperlane-xyz/cosmos-types",
13-
"@hyperlane-xyz/eslint-config",
1413
"@hyperlane-xyz/github-proxy",
1514
"@hyperlane-xyz/helloworld",
1615
"@hyperlane-xyz/http-registry-server",

.changeset/late-wolves-repeat.md

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

.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/svm-signer-deploy-improvements.md

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

.changeset/warp-widget-initial.md

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

.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/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ typescript/rebalancer-sim @Mo-Hussain @nambrot @paulbalaji
4040
typescript/relayer @Mo-Hussain @yorhodes @paulbalaji
4141

4242
## Shared Tooling
43-
typescript/eslint-config @xeno097 @paulbalaji
43+
oxlint.json @xeno097 @paulbalaji
4444
typescript/tsconfig @xeno097 @paulbalaji

.github/workflows/claude-code-review.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
7878
with:
7979
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
80-
prompt: "Use agent teams to run /claude-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments"
80+
prompt: 'Use agent teams to run /claude-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments'
8181
track_progress: true
8282
use_sticky_comment: false
8383
claude_args: |
@@ -132,7 +132,7 @@ jobs:
132132
PR_NUMBER: ${{ github.event.issue.number }}
133133
with:
134134
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
135-
prompt: "Use agent teams to run /claude-security-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments"
135+
prompt: 'Use agent teams to run /claude-security-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments'
136136
track_progress: true
137137
use_sticky_comment: false
138138
claude_args: |
@@ -200,7 +200,7 @@ jobs:
200200
PR_NUMBER: ${{ github.event.issue.number }}
201201
with:
202202
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
203-
prompt: "Use agent teams to run /claude-tob-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments"
203+
prompt: 'Use agent teams to run /claude-tob-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments'
204204
track_progress: true
205205
use_sticky_comment: false
206206
claude_args: |
@@ -271,7 +271,7 @@ jobs:
271271
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
272272
with:
273273
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
274-
prompt: "When you have specific code feedback on changed lines, use /inline-pr-comments to deliver it as a consolidated GitHub review with inline comments."
274+
prompt: 'When you have specific code feedback on changed lines, use /inline-pr-comments to deliver it as a consolidated GitHub review with inline comments.'
275275
track_progress: true
276276
use_sticky_comment: false
277-
claude_args: "--model ${{ env.CLAUDE_SONNET_MODEL }}"
277+
claude_args: '--model ${{ env.CLAUDE_SONNET_MODEL }}'

.github/workflows/ghcr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
hyperlane-agent
4141
hyperlane-monorepo
4242
hyperlane-node-services
43-
image-tags: "pr-*"
43+
image-tags: 'pr-*'
4444
tag-selection: tagged
4545
cut-off: 1w
4646
keep-n-most-recent: 5

0 commit comments

Comments
 (0)