Skip to content

Commit

Permalink
Release: 0.0.1-beta.5 (#488)
Browse files Browse the repository at this point in the history
* 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 <122566365+anondev2323@users.noreply.github.com>
Co-authored-by: Tony Jin <tjin@jumptrading.com>
Co-authored-by: Tony Jin <github@tonyjin.com>
Co-authored-by: anondev2323 <anondev2323@gmail.com>
  • Loading branch information
5 people authored May 1, 2023
1 parent dec4322 commit 14289bc
Show file tree
Hide file tree
Showing 53 changed files with 48,821 additions and 381 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug Template
about: Report a bug from a developer or end user
title: "[Bug]"
labels: ["bug", "integration-support"]
assignees: ''

---

## Before you proceed

- Check if this is already reported in another issue
- Leave a comment on the issue if there is information missing or you have a question

## Describe the issue in detail

- Add step-by-step repro instructions
- Add information about your environment: OS, browser, browser version, Connect package version
- Add information about your toolchain: package manager, package bundler
- If possible, add a screenshot of the issue, raw debug output, and/or a screenshot of the console log

## What is the expected/desired behavior
14 changes: 7 additions & 7 deletions builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "^16.18.25",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@wormhole-foundation/wormhole-connect": "^0.0.1-beta.3",
"@wormhole-foundation/wormhole-connect": "^0.0.1-beta.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[context.mainnet]
command = "npm run build:prod"
[context.production]
command = "npm run build:prod"
Loading

0 comments on commit 14289bc

Please sign in to comment.