Skip to content

chore: bump toolchain from 1.81 to 1.86#6915

Merged
kamiyaa merged 7 commits intohyperlane-xyz:mainfrom
left-curve:1.86
Aug 27, 2025
Merged

chore: bump toolchain from 1.81 to 1.86#6915
kamiyaa merged 7 commits intohyperlane-xyz:mainfrom
left-curve:1.86

Conversation

@Rhaki
Copy link
Contributor

@Rhaki Rhaki commented Aug 19, 2025

Description

This PR updates the Rust toolchain version in the rust-toolchain file from 1.81 to 1.86.
The upgrade is required to ensure compatibility with the left-curve/left-curve
crates, which will be imported for implementing blockchain agents for Dango.

@changeset-bot
Copy link

changeset-bot bot commented Aug 19, 2025

⚠️ No Changeset found

Latest commit: 10a453c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Rhaki Rhaki marked this pull request as ready for review August 19, 2025 11:08
@codecov
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (d2fc4a1) to head (10a453c).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #6915   +/-   ##
=====================================
  Coverage   0.00%       0           
=====================================
  Files          1       0    -1     
  Lines         14       0   -14     
=====================================
+ Misses        14       0   -14     
Components Coverage Δ
core ∅ <ø> (∅)
hooks ∅ <ø> (∅)
isms ∅ <ø> (∅)
token ∅ <ø> (∅)
middlewares ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@kamiyaa kamiyaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Ran sealevel E2E locally to make sure new rust version works well with sealevel dependencies

@kamiyaa kamiyaa added this pull request to the merge queue Aug 27, 2025
Merged via the queue into hyperlane-xyz:main with commit 054dbd1 Aug 27, 2025
35 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in Hyperlane Tasks Aug 27, 2025
derryld3 added a commit to derryld3/hyperlane-monorepo that referenced this pull request Sep 11, 2025
* chore: add celestia to solana/eclipse igp (hyperlane-xyz#6924)

* fix: Add domain into log spans in Lander (hyperlane-xyz#6911)

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>

* fix(sdk): cosmos transfer recipient (hyperlane-xyz#6923)

* feat: add chunk limit to mitosis (hyperlane-xyz#6928)

* feat: radix (hyperlane-xyz#6895)

* feat: radix protocol type (hyperlane-xyz#6929)

* fix: do not erase config when deriving token metadata (hyperlane-xyz#6916)

* Version Packages (hyperlane-xyz#6870)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: Cosmos ISM and IGP infra command generators (hyperlane-xyz#6869)

* feat: enroll mitosis (hyperlane-xyz#6912)

* chore: update agent images (hyperlane-xyz#6930)

* fix: env-test-matrix testnet4 (hyperlane-xyz#6933)

Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>

* feat: make warp route decimals check scale-aware (hyperlane-xyz#6931)

* feat: use core provider to get state_version (hyperlane-xyz#6932)

* fix(radix): only index successful tx (hyperlane-xyz#6939)

* feat: deploy to celosepolia, incentivtestnet (hyperlane-xyz#6943)

* chore(infra): update helm tag value (hyperlane-xyz#6947)

* fix(infra): updated ownership settings in paradex usdc config getter (hyperlane-xyz#6948)

* feat: stokenet deployment (hyperlane-xyz#6944)

Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>

* chore: bump toolchain from 1.81 to 1.86 (hyperlane-xyz#6915)

* chore: update token decimals in warp config getters (hyperlane-xyz#6949)

* feat: fix rust version docker (hyperlane-xyz#6950)

* feat: handle failed finalized transactions on sealevel (hyperlane-xyz#6946)

* Simplify Superswaps matchingList (hyperlane-xyz#6953)

* chore: update zircuit reorg period (hyperlane-xyz#6952)

* fix: blacklist paradex USDC stuck message ID (hyperlane-xyz#6954)

* feat: radix deployment (hyperlane-xyz#6951)

Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>

* feat: figure out sender for radix (hyperlane-xyz#6941)

Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com>

* chore: set infra decimals in config getters to satisfy updated checker (hyperlane-xyz#6958)

* feat: deploy on pulsechain (hyperlane-xyz#6957)

Co-authored-by: Jamin <kaminund@gmail.com>

* chore: disable zircuit (hyperlane-xyz#6960)

* feat(infra): money deployment artifacts (hyperlane-xyz#6959)

* chore: add radix typescript sdk (hyperlane-xyz#6940)

* fix: radix sdk package (hyperlane-xyz#6963)

* chore: add mitosis to radix default ism (hyperlane-xyz#6964)

* fix: docker monorepo build (hyperlane-xyz#6965)

* feat: deny unsafe arithmetic (hyperlane-xyz#6927)

* chore(infra): update mitosis getter with new owners (hyperlane-xyz#6970)

* chore: scale down to only 1 AW validator per chain (hyperlane-xyz#6968)

Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com>

* chore: update mitosis funding thresholds (hyperlane-xyz#6971)

* feat: add support for recipient for radix (hyperlane-xyz#6961)

* chore: igp update (hyperlane-xyz#6972)

* feat: blacklist undeliverable message (hyperlane-xyz#6974)

* feat: Add some rudimentary claude setup (hyperlane-xyz#6903)

* feat: update agent config with new zircuit config (hyperlane-xyz#6977)

* chore: update ubtc config getter (hyperlane-xyz#6975)

* chore: Update oXAUT base XERC20 owner to AW safes (hyperlane-xyz#6978)

* chore: update agent image (hyperlane-xyz#6976)

* feat: radix token adapter & widgets (hyperlane-xyz#6967)

Co-authored-by: Jamin <kaminund@gmail.com>
Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com>

* chore(infra): remove vanguard contexts (hyperlane-xyz#6984)

* chore: deprecate legacy lumia mailbox (hyperlane-xyz#6985)

* chore: enable scraper for radix chains (hyperlane-xyz#6988)

* feat: add /merkle_proofs endpoint to show proof (hyperlane-xyz#6980)

* chore: deprecate dry run in cli (hyperlane-xyz#6991)

* chore: deprecate alfajores (hyperlane-xyz#6987)

* feat: validator rotation (hyperlane-xyz#6945)

* feat: sept 4 speedrun deploys (hyperlane-xyz#6993)

* feat: support radix explorer family (hyperlane-xyz#6995)

* Version Packages (hyperlane-xyz#6936)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>

* refactor(agents): CosmWasm <> CosmosNative deduplication (hyperlane-xyz#6012)

* chore: Pin registries for offchain lookup server values.yaml (hyperlane-xyz#7001)

* feat: radix USDC warp route getter (hyperlane-xyz#6979)

* feat: add message to blacklist (hyperlane-xyz#7007)

* chore: update relayer image (hyperlane-xyz#7008)

* fix: don't use radix-engine-toolkit for remote transfer (hyperlane-xyz#7004)

* feat: update liveness metric on each tx (hyperlane-xyz#6990)

* Version Packages (hyperlane-xyz#7005)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: Update with oXAUT config with bridge limits (hyperlane-xyz#7013)

* chore: sep 8 multisig batch (hyperlane-xyz#7006)

* chore: sept 2025 testnet pruning (hyperlane-xyz#7011)

* refactor: improve radix state queries (hyperlane-xyz#7017)

* refactor(cli): cli context initialization improvements (hyperlane-xyz#6999)

* feat: Scraper add logs for interchain payment PDA pubkey (hyperlane-xyz#7018)

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>

* feat: include isHypNativeStandard to Token (hyperlane-xyz#7019)

* Version Packages (hyperlane-xyz#7015)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* sync fork

* revert .github

---------

Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.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: Jason Guo <33064781+Xaroz@users.noreply.github.com>
Co-authored-by: Jeff <jeff.no.zhao@gmail.com>
Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com>
Co-authored-by: Andrey Taranov <86911+antigremlin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max <72022235+mbreithecker@users.noreply.github.com>
Co-authored-by: xeno097 <xeno097.cp@gmail.com>
Co-authored-by: Giacomo Encicliati <86773669+Rhaki@users.noreply.github.com>
Co-authored-by: Nam Chu Hoai <nambrot@googlemail.com>
Co-authored-by: Yorke Rhodes <yorke@hyperlane.xyz>
Co-authored-by: Jamin <kaminund@gmail.com>
Co-authored-by: Troy Kessler <43882936+troykessler@users.noreply.github.com>
Co-authored-by: Lee <6251863+ltyu@users.noreply.github.com>
derryld3 added a commit to derryld3/hyperlane-monorepo that referenced this pull request Sep 18, 2025
* chore: add celestia to solana/eclipse igp (hyperlane-xyz#6924)

* fix: Add domain into log spans in Lander (hyperlane-xyz#6911)

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>

* fix(sdk): cosmos transfer recipient (hyperlane-xyz#6923)

* feat: add chunk limit to mitosis (hyperlane-xyz#6928)

* feat: radix (hyperlane-xyz#6895)

* feat: radix protocol type (hyperlane-xyz#6929)

* fix: do not erase config when deriving token metadata (hyperlane-xyz#6916)

* Version Packages (hyperlane-xyz#6870)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: Cosmos ISM and IGP infra command generators (hyperlane-xyz#6869)

* feat: enroll mitosis (hyperlane-xyz#6912)

* chore: update agent images (hyperlane-xyz#6930)

* fix: env-test-matrix testnet4 (hyperlane-xyz#6933)

Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>

* feat: make warp route decimals check scale-aware (hyperlane-xyz#6931)

* feat: use core provider to get state_version (hyperlane-xyz#6932)

* fix(radix): only index successful tx (hyperlane-xyz#6939)

* feat: deploy to celosepolia, incentivtestnet (hyperlane-xyz#6943)

* chore(infra): update helm tag value (hyperlane-xyz#6947)

* fix(infra): updated ownership settings in paradex usdc config getter (hyperlane-xyz#6948)

* feat: stokenet deployment (hyperlane-xyz#6944)

Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>

* chore: bump toolchain from 1.81 to 1.86 (hyperlane-xyz#6915)

* chore: update token decimals in warp config getters (hyperlane-xyz#6949)

* feat: fix rust version docker (hyperlane-xyz#6950)

* feat: handle failed finalized transactions on sealevel (hyperlane-xyz#6946)

* Simplify Superswaps matchingList (hyperlane-xyz#6953)

* chore: update zircuit reorg period (hyperlane-xyz#6952)

* fix: blacklist paradex USDC stuck message ID (hyperlane-xyz#6954)

---------

Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.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: Jason Guo <33064781+Xaroz@users.noreply.github.com>
Co-authored-by: Jeff <jeff.no.zhao@gmail.com>
Co-authored-by: Jamin <57451149+yjamin@users.noreply.github.com>
Co-authored-by: Andrey Taranov <86911+antigremlin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max <72022235+mbreithecker@users.noreply.github.com>
Co-authored-by: xeno097 <xeno097.cp@gmail.com>
Co-authored-by: Giacomo Encicliati <86773669+Rhaki@users.noreply.github.com>
Co-authored-by: Nam Chu Hoai <nambrot@googlemail.com>
Co-authored-by: Yorke Rhodes <yorke@hyperlane.xyz>
This was referenced Oct 13, 2025
This was referenced Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants

Comments