chore: sync 95 clean commits from upstream hyperlane-monorepo#406
Closed
chore: sync 95 clean commits from upstream hyperlane-monorepo#406
Conversation
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
…rs (hyperlane-xyz#7077) Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
…ll for sealevel (hyperlane-xyz#7102) Co-authored-by: Jeff <jeff.no.zhao@gmail.com>
Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com>
…hyperlane-xyz#7126) Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…erlane-xyz#7158) Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
…yperlane-xyz#7349) Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
…ndled_errors metric for alerts (hyperlane-xyz#7280)
Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com> Co-authored-by: Jeff <jeff.no.zhao@gmail.com> Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> Co-authored-by: Danil Nemirovsky <ameten@users.noreply.github.com> Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com> Co-authored-by: Mohammed Hussan <22501692+Mo-Hussain@users.noreply.github.com> Co-authored-by: Christopher Brumm <97845034+christopherbrumm@users.noreply.github.com> Co-authored-by: Lee <6251863+ltyu@users.noreply.github.com> Co-authored-by: Troy Kessler <43882936+troykessler@users.noreply.github.com> Co-authored-by: iPLAY888 <133153661+letmehateu@users.noreply.github.com> Co-authored-by: xeno097 <xeno097.cp@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrey Taranov <86911+antigremlin@users.noreply.github.com>
…ane-xyz#7453) Co-authored-by: Cursor Agent <cursoragent@cursor.com>
…lane-xyz#7455) Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
The fx-portal submodule was added to the fork but the .gitmodules entry was missing, causing CI to fail with "No url found for submodule path". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
too risky |
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.
Summary
Cherry-picks 95 upstream commits that apply cleanly without conflicts (no manual resolution required).
Strategy: Attempted to cherry-pick 255 upstream commits that don't touch files modified by both forks. Of these, 95 applied cleanly. The remaining 160 had conflicts due to:
Changes by area (264 files changed, +52K/-1.9K lines):
typescript/sdk- 26 files (token adapters, config utils, warp core improvements)typescript/infra- 22 files (scripts, warp deploy checks, igp claim script)typescript/cli- 12 files (submit improvements, process handling)rust/main- 12 files (cursor indexer improvements, transaction deduplication)solidity/contracts- 6 files (fork contract exclusions, coverage fixes)Key improvements pulled in:
Excluded (would conflict):
Test plan
yarn build)cargo test)🤖 Generated with Claude Code