chore: release v1.1031.0#12449
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.
Now I have what I need. Analysis of the flags:
Off in production (false in
.env, not overridden on in.env.production):CELO,AGENTIC_CHAT,FLOWEVM,THORCHAIN_TCY_ACTIVITY.On in production:
ARBITRUM_BRIDGE,ZCASH,THORCHAIN_TCY,YIELDS_PAGE/YIELD_XYZ,TON/STONFI_SWAP, etc.Mapping the 6 commits: none touch a flagged-off-in-prod feature (the TCY commit is
THORCHAIN_TCY, which is on; notTHORCHAIN_TCY_ACTIVITY). So all are production changes.Production changes - testing required
Arbitrum bridge
Fixes a greyed-out / non-clickable confirm button when opening an Arbitrum bridge withdrawal claim from the action center, and the modal being dismissed when closing the notification center. Test: complete an Arbitrum bridge withdrawal, then open and confirm the claim from the action center, and verify the modal stays open when toggling the notification center.
THORChain TCY (KeepKey)
Removes a KeepKey-only guard that rejected any THORChain
MsgDepositcoin asset other thanTHOR.RUNE, which broke TCY staking with "something went wrong". Test: stake TCY using a KeepKey device and confirm signing/broadcast succeeds (native and Ledger were unaffected, but sanity-check those too).Zcash
Bumps the Zcash consensus branch ID to the NU6.2 value across native, Ledger, and Trezor adapters so signed transactions pass consensus validation again. Test: send a Zcash transaction from native, Ledger, and Trezor wallets and confirm each broadcasts successfully.
Yield / Earn
Updates the
YieldTypeunion and all consumers to yield.xyz's newsnake_casevalues (e.g.liquid_staking) so the Earn/Yields page no longer crashes with "Oops, something went wrong". Test: open the Earn/Yields page and confirm it loads with yield opportunities of all types rendered.Fixes, deps, and infra
Translation sync plus a public-API update bringing it to production chain parity and migrating
p-queue6.x to 8.x (dropping a legacy pnpm override). No testing required beyond a general smoke check; the p-queue bump affects chain-adapters and swap-widget internals only.Dev/local only - no production testing required
No commits in this release are behind a feature flag that is off in production.