chore(deps): bump @across-protocol/sdk from 4.4.14 to 4.4.16 - #3637
Merged
Conversation
Pulls in across-protocol/sdk#1499 so HubPoolClient tolerates zero-address SVM pool rebalance routes ahead of the HubPool route-prune admin batch. yarn.lock intentionally not synced yet: 4.4.16 is not on npm until the release completes; the lock refresh lands as a follow-up commit once the package is published. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
droplet-rl
marked this pull request as ready for review
July 28, 2026 15:13
droplet-rl
requested review from
bmzig,
dijanin-brat,
mrice32,
nicholaspai and
pxrl
as code owners
July 28, 2026 15:13
pxrl
approved these changes
Jul 28, 2026
Contributor
Author
|
Thanks for the review and merge @pxrl! No inline comments to address — all CI checks (install, lint, test, typecheck, dependency-review) passed. ✅ |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Prepares the relayer for SDK
4.4.16, which includes across-protocol/sdk#1499:HubPoolClientno longer throws (SVM USDC address mismatch) when processing aSetPoolRebalanceRouteevent that disables an SVM route via a zero-address destination token. This must be deployed to all bots before executing the queued HubPool admin batch that prunes pool rebalance routes (including USDC on Solana), otherwise everyHubPoolClient.update()throws once that event is mined.Changes
package.json:@across-protocol/sdk4.4.14→4.4.16.yarn.lockintentionally not synced yet —4.4.16is not on npm until the SDK release completes. The lock refresh lands as a follow-up commit on this branch once the package is published; the PR stays draft until then (install/CI will fail against the stale lock).No README/AGENTS.md updates needed: dependency bump only, no behavior/config/interface changes in this repo.
🤖 Generated with Claude Code