chore: release v1.1030.0 - #12439
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 four commits map to features that are ON in production (BOB/BOB_GATEWAY_SWAP are
truein.envwith no production override, swap-widget is its own deployable, and the dApp icon fix lives inWALLET_CONNECT_TO_DAPPSwhich istrue). So there are no dev/local-only items this release.Production changes - testing required
Bob chain + BobGateway swapper enablement
Flips
VITE_FEATURE_BOBandVITE_FEATURE_BOB_GATEWAY_SWAPtotruein production, exposing the Bob EVM chain and BTC <-> BOB gateway swaps to all users. Test that Bob assets appear in asset/chain lists, that balances and sends/receives work on Bob, and that a BTC <-> BOB quote can be fetched and executed end to end.Swap widget
The embeddable swap widget gains a USD/crypto toggle on the sell input and production-chain parity. Tap the USD subtext under the sell field to switch between typing a dollar amount (with
$prefix) and a crypto amount, and confirm the quote/approval/execution all use the correct underlying crypto amount. Also verify the widget natively handles Monad, MegaETH, HyperEVM, Plasma, and Katana, that Zcash and unconfigured EVM chains correctly redirect to the ShapeShift app instead of attempting native execution.WalletConnect dApp UI
Connected-dApp favicons now render as a square instead of a circle so the corners (e.g. the fox's ears) are no longer clipped. Connect a dApp via WalletConnect and confirm the dApp icon shows fully in both the header button and the connected-dApps list.
Dev/local only - no production testing required
None this release.