Releases: wormhole-foundation/wormhole-connect
development@0.2.2-beta.2
What's Changed
- Fix my fix to OFAC check by @artursapek in #1571
- #1509 - disable evmos if OKX Wallet is connected for cosmos chain by @sebastianscatularo in #1574
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@0.2.2-beta.1...development@0.2.2-beta.2
development@0.2.2-beta.1
What's Changed
- Fix TypeScript errors when running
npm start -w wormhole-connect
by @kev1n-peters in #1545 - Update GitHub issue templates + add config by @aadam-10 in #1536
- Fix isTransferComplete check for cosmos to cosmos gateway transfers by @M-Picco in #1561
- Fix OFAC job by @artursapek in #1562
- #1509 - remove okx wallet for evmos cosmos, since OKX does not support evmos cosmos by @sebastianscatularo in #1563
- Portico: Prevent transfers when slippage is too high by @kev1n-peters in #1568
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@0.2.2-beta.0...development@0.2.2-beta.1
development@0.2.2-beta.0
What's Changed
- Update wallet packages by @M-Picco in #1448
- Remove wrapped options for "Frankenstein" ETH by @kev1n-peters in #1503
- Governor enqueued warning during transfer fix by @kev1n-peters in #1489
- Address issue where EVM addresses with leading zeroes would have them trimmed by @M-Picco in #1518
- Address edge case where an ibc transfer might be delivered twice by @M-Picco in #1490
- Don't show wrapped tBTC on chains deployed with canonical tBTC by @kev1n-peters in #1530
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@0.2.1-beta.0...development@0.2.2-beta.0
production@0.2.1
What's Changed
- Added ethBridgeMaxAmount and wstETHBridgeMaxAmount config options by @kev1n-peters in #1466
- Added ETH Bridge - Avalanche support by @kev1n-peters in #1476
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@0.2.0...production@0.2.1
development@0.2.1-beta.0
What's Changed
- Added ethBridgeMaxAmount and wstETHBridgeMaxAmount config options by @kev1n-peters in #1466
- Added ETH Bridge - Avalanche support by @kev1n-peters in #1476
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@0.2.0...development@0.2.1-beta.0
production@0.2.0
What's Changed
- Move to Vite by @artursapek in #1335
- Vite environment variables support by @kev1n-peters in #1393
- Fix useIsTransferLimited hook to use token origin chain by @kev1n-peters in #1398
- Bumped @certusone/wormhole-sdk package to latest by @kev1n-peters in #1317
- Fix tBTC isRouteSupported check by @kev1n-peters in #1401
- Fix glitchy error message, remove collapsing from route options by @artursapek in #1430
- tBTC isRouteSupported await fix by @kev1n-peters in #1440
- Update README instructions so Vite build works for HTML integration by @artursapek in #1439
- Reorganize dependencies and upgrade typescript to its latest versions by @M-Picco in #1421
- Control for race condition by @artursapek in #1456
- Added ethBridge and wstETHBridge routes by @kev1n-peters in #1319
- Uniswap liquidity layer display amount changes by @kev1n-peters in #1457
- Removed wstETH (BSC) token by @kev1n-peters in #1464
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@0.1.7...production@0.2.0
development@0.2.0-beta.0
What's Changed
- Move to Vite by @artursapek in #1335
- Vite environment variables support by @kev1n-peters in #1393
- Fix useIsTransferLimited hook to use token origin chain by @kev1n-peters in #1398
- Bumped @certusone/wormhole-sdk package to latest by @kev1n-peters in #1317
- Fix tBTC isRouteSupported check by @kev1n-peters in #1401
- Fix glitchy error message, remove collapsing from route options by @artursapek in #1430
- tBTC isRouteSupported await fix by @kev1n-peters in #1440
- Update README instructions so Vite build works for HTML integration by @artursapek in #1439
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@0.1.7...development@0.2.0-beta.0
development@0.1.8-beta.0
What's Changed
- Move to Vite by @artursapek in #1335
- Vite environment variables support by @kev1n-peters in #1393
- Fix useIsTransferLimited hook to use token origin chain by @kev1n-peters in #1398
- Bumped @certusone/wormhole-sdk package to latest by @kev1n-peters in #1317
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@0.1.7...development@0.1.8-beta.0
production@0.1.7
What's Changed
- Updated guardian RPCs and added round-robin support for fetching VAAs. by @kev1n-peters in #1341
- checkForeignAssetsConfig: skip asset in case of getting a 429 error when fetching decimals by @M-Picco in #1366
- add configuration option to provide a link to a wormhole explorer by @sebastianscatularo in #1348
- [Enhance] Improve governor limit messaging by @yuli-ferna in #1334
- Handle empty response on availableNotionalByChainResponse and tokenListResponse by @yuli-ferna in #1380
- Add temporary banner for illiquid markets by @yuli-ferna in #1382
- Allow resuming a transaction without having an ATA created by @M-Picco in #1385
- [#1288] Allow selecting an asset without connecting an account by @M-Picco in #1307
- connect: refine USDC warning by @evan-gray in #1384
- Feature: Self redeem relay transfers by @kev1n-peters in #1372
- [Enhancemenet] Show automatic redemption route even if insufficient funds are available by @yuli-ferna in #1360
- Changed wording on automatic and manual bridge routes by @kev1n-peters in #1383
- Route description should be multiline by @kev1n-peters in #1391
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/production@0.1.6...production@0.1.7
development@0.1.7-beta.0
What's Changed
- Updated guardian RPCs and added round-robin support for fetching VAAs. by @kev1n-peters in #1341
- checkForeignAssetsConfig: skip asset in case of getting a 429 error when fetching decimals by @M-Picco in #1366
- add configuration option to provide a link to a wormhole explorer by @sebastianscatularo in #1348
- [Enhance] Improve governor limit messaging by @yuli-ferna in #1334
- Handle empty response on availableNotionalByChainResponse and tokenListResponse by @yuli-ferna in #1380
- Add temporary banner for illiquid markets by @yuli-ferna in #1382
- Allow resuming a transaction without having an ATA created by @M-Picco in #1385
- [#1288] Allow selecting an asset without connecting an account by @M-Picco in #1307
- connect: refine USDC warning by @evan-gray in #1384
- Feature: Self redeem relay transfers by @kev1n-peters in #1372
- [Enhancemenet] Show automatic redemption route even if insufficient funds are available by @yuli-ferna in #1360
- Changed wording on automatic and manual bridge routes by @kev1n-peters in #1383
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/development@0.1.6-beta.0...development@0.1.7-beta.0