Releases: wormhole-foundation/wormhole-connect
Releases · wormhole-foundation/wormhole-connect
v0.0.10
What's Changed
- update: wormholescan api url by @anondev2323 in #832
- Routes refactor by @anondev2323 in #710
- Removed Claim gas estimate that sometimes causes TX to revert by @kev1n-peters in #813
- Add cctp rebased development by @derpy-duck in #841
- Cctp bugfixes by @derpy-duck in #864
- Fix bridge route isTransferCompleted signedVaa serialization by @kev1n-peters in #871
- CCTP: Throw error on no signed attestation by @derpy-duck in #875
- Update OFAC SDN list by @tonyjin in #876
- Routes component rebased by @anondev2323 in #870
- Use production Wormscan API for all requests by @tonyjin in #881
- Cosmos gateway integration by @M-Picco in #880
- Add foreign asset address cache by @M-Picco in #884
- Avoid fetching token balances more than once per network/wallet change by @M-Picco in #886
- disable cctp by @derpy-duck in #885
- Minor fixes by @M-Picco in #887
- Hide "two transactions required" banner for cosmos destinations by @M-Picco in #888
- Add default wormchain mainnet rpc by @M-Picco in #889
- release: 0.0.10 by @kev1n-peters in #890
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/[email protected]@0.0.10
v0.0.9
What's Changed
- Increased BSC claim gas estimate to 300000 by @kev1n-peters in #802
- release: 0.0.9 bsc claim gas bugfix by @anondev2323 in #808
Full Changelog: https://github.com/wormhole-foundation/wormhole-connect/compare/[email protected]@0.0.9
v0.0.8
v0.0.7
v0.0.1-beta.6
- trm api
- solana connection fix
- scope css
- fix incorrect token in preview
Prerelease 0.0.1-beta.5
Release: 0.0.1-beta.5 (#488) * Add gas estimates for mainnet * Bump some mainnet gas estimations * [347] create associated token account pending/error state (#450) * start * update: add loader on create associated token acccount warning * [397] disable token modal and filter tokens (#451) * fix: disable opening token modal until wallet and network are selected * update: filter out tokens with 0 balance * fix: allow undefined to pass through filter * fix: allow override of solana rpc (#459) * Bump aggregator sdk packages to solve issue with eth_watchAsset and wallet connect wallets. Add logic to prevent disconnecting when the accountsChanged event is tirggered but the accounts haven't actually changed (e.g. when switching networks) * Create bug_template GH issue template (#462) * Rename bug_template to bug-template.md * add: option for integration to specify default bridge parameters (#461) * add: option for integration to specify default bridge parameters * add: validation for bridge default values * Change default testnet environment rpc for solana to its devnet cluster (#471) * fix: make terms of service link and powered by wormhole more visible across themes (#472) * [#333] Disable controls when a transaction is in progress (#470) * Disable controls when a transaction is in progress * Address review comments * Keep color fill on from fields when transaction is in progress * [344] fix solana transfer token error (#473) * [454] tokens list (#476) * nit: change tokenSymbol to tokenKey (#477) * Fix config key in package readme (#480) * lint: use effect dependencies (#481) * lint: fill in dependency arrays * fix: clear maxSwapAmt when payment option changes to manual * fix: stop trm calls when getting 429 * Update NPM readme `environment` -> `env`, add a few line breaks for readability, bump version number for next release * fix: clear amount when token is cleared * Prepare release-0.0.1-beta.5 --------- Co-authored-by: anondev2323 <[email protected]> Co-authored-by: Tony Jin <[email protected]> Co-authored-by: Tony Jin <[email protected]> Co-authored-by: anondev2323 <[email protected]>