chore: release v1.1033.0 - #12469
Merged
Merged
Conversation
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 |
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.
All feature flags referenced by these commits (TRON, SUNIO_SWAP, CHAINFLIP_SWAP, ARBITRUM_BRIDGE, MAYACHAIN) are ON in production. No commits in this release are behind a flagged-off feature, so the dev/local-only section is empty.
Production changes - testing required
Tron swaps + chain fixes
Fixes the cluster of failures that broke Sun.io Tron swaps (version-length encoding, out-of-energy, TronGrid rate-limiting, and an allowance bug), and stops the Send-flow account-activation warning from firing on non-wallet destinations like Chainflip/exchange deposit addresses. Test: execute a Tron (Sun.io) swap end-to-end, and confirm the account-activation warning only shows on self-sends to unactivated Tron addresses, not on swap/bridge deposits.
Swapper trade input + quote handling
Removes the client-side affiliate-fee threshold so the configured affiliateBps passes straight through to THORChain/Maya quotes, and surfaces cross-account limitations (e.g. Arbitrum Bridge) as a quote validation error so non-executable rates no longer dead-end at execution. Test: run THORChain/Maya swaps and confirm fees/quotes behave correctly, and attempt a cross-account trade (account 0 to account 1) on an unsupported swapper to confirm the rate shows with a clear validation error instead of failing at execute.
public-api gateway
Routes the last direct browser to swap-service calls (partner resolution) through the keyed public-api gateway so swap-service can go internal-only; must ship together with microservices#43. Test: confirm partner/affiliate lookups, swap status, and quotes still resolve correctly in the browser.
Fixes, deps, and infra
Internal cleanup removing dead affiliateAddress plumbing from the quote/rate input pipeline, plus the routine asset data regeneration. The affiliateAddress removal is a no-op refactor: regression testing only - sanity-check that quotes/rates still load. Asset data regeneration: no testing required.
Dev/local only - no production testing required
None in this release.