chore: release v1.1021.0#12268
Merged
Merged
Conversation
Co-authored-by: asset-generation-bot <action@github.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
(cherry picked from commit 7f4080d)
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.
v1.1021.0 Release Notes
Production changes - testing required
Treasury address updates and swapper fixes
Updates DAO treasury addresses for Solana, Starknet, Monad, and HyperEVM. Fixes Avnu swapper to use
starknetChainId(instead ofsellAsset.chainId) for fee recipient lookup and addsintegratorName. Also updates TON and Stonfi treasury addresses (dev-only, see below).Test: Perform a swap on Starknet via Avnu and confirm the fee recipient resolves correctly. Verify swaps on Solana, Monad, and HyperEVM still route to the correct treasury.
Jupiter swapper removal
Removes the Jupiter swapper entirely - Relay (which uses Jupiter under the hood) has fully replaced it. Deletes the implementation, CSP config, icon asset, and all enum/config references.
Test: Perform a Solana swap and confirm it routes through Relay successfully. Verify no console errors or broken references to Jupiter remain. Regression testing - Solana swaps should work exactly as before.
Translations
Biweekly translation sync. Includes French consistency improvements (single quote as apostrophe).
Test: Spot-check a few pages in French for rendering issues. Regression testing only.
Fixes, deps, and infra
No testing required.
Dev/local only - no production testing required
TON chain + Stonfi swapper
tonChainIdinstead ofsellAsset.chainIdfor treasury lookup.TON (
VITE_FEATURE_TON) and Stonfi (VITE_FEATURE_STONFI_SWAP) are enabled in development only.