Skip to content

Commit

Permalink
IS Sprint 22 - v7.4.2 (#250)
Browse files Browse the repository at this point in the history
* wip: back button manage wallet pages

* fix chain list overlapping (#184)

* Fix for non-persistent service worker

* fix: vesting token component

* fix: send button disable

* feat: back buttons manage pages

* fix: property undefined chainID error

* fix: convert object error

* fixed styling for some back arrows including Manage Wallets modal and extension Pages

* removed commented out icons

* fix: non-whitelisted tokens

* fix: build error

* Show signbytes content

* fix: tokens with :

* Update SignBytes design

* Fix/send bank denom (#201)

* feat: fix send bank token on same chain

* feat: wallet switch close modal (#202)

* feat: wallet switch close modal

* fix: navigate back to wallet upon wallet switch

* chore: merge main (#206)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* chore: merge main (#211)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* fix: luna send (#207)

* fix: LUNC & LUNA decoupling on testnet, mainnet, localterra
* fix: Error message upon failed price endpoint response
* fix: Vesting token display

---------

Co-authored-by: Michael Merz <[email protected]>

---------

Co-authored-by: Michael Merz <[email protected]>

* Show disabled network name and icon (#214)

* Use new IBC channels (#217)

* Use new IBC channels (for direct chain-to-chain transfers)

* cleanup imports

* Remove axelar tokens warning

* fix ibc path detection for multi-hop ibc denoms

* fix send back feature

* ST-580: add dev mode on extension (#216)

* Add dev settings on the extension

* remove reference to contract page

* fix auto-merge error

* Fix asset list (#219)

* fix ibc lunc

* fix LUNC detection

* fix undefined chainID

* same changes as web

* fix: main merge conflict (#221)

* fix: lunc display (#204)

* fix: decouple ibc lunc from luna

* fix: ibc luna (#205)

* fix: ibc luna

* fix: luna send (#207)

* fix: LUNC & LUNA decoupling on testnet, mainnet, localterra
* fix: Error message upon failed price endpoint response
* fix: Vesting token display

---------

Co-authored-by: Michael Merz <[email protected]>

---------

Co-authored-by: Michael Merz <[email protected]>

* Update dependencies (#213)

* Update feather.js, remove wallet-provider

* fix: remove log

* remove unused imports

---------

Co-authored-by: Manuel Alessandro Collazo <[email protected]>

* Fix/improve persistent worker (#212)

* remove reconnect listener, restore alarm

* fix: light theme. bg color for mobile and full page (#222)

* feat: St 543 implement amplitude (#218)

* wip: amplitude tracking revisions

* feat: track latest tx event

* fix: add versioning to amplitude client

* fix: versioning

---------

Co-authored-by: Michael Merz <[email protected]>

* fix: testnet finder links (#225)

* fix ibc token denoms (#226)

* fix lock wallet crash (#230)

* ST-596: fix ics20 send back (#229)

* Fix ICS20 send back

* fix ICS20 denom calculation

* Copy SendBack page from web

* fix gas adjustment for ibc transfers

* fix ics20 gas error (#231)

* fix ics20 gas error

* lower gas adjustment

* fix kujira factory IBC tokens (#233)

* fix kujira factory IBC tokens

* fix send back and use prefix to detect kujira

* ST-616 replace extensionizer (#239)

* replace extensionizer

* fix manifest files

* chore: update version

---------

Co-authored-by: Michael Merz <[email protected]>

* fix: show luna price in vesting (#241)

* fix: pass decimals in fee estimation (#240)

* chore: rem kado buy button (#236)

* feat: route to home after succesful tx (#237)

* feat: route to home after succesful tx

* fix: remove unused reset

---------

Co-authored-by: Manuel Alessandro Collazo <[email protected]>

* feat: interchain finder link (#235)

* feat: validate amount inputs (#232)

* feat: validate number fields in amount inputs

* fix: hide input spin button

* fix: unintended form validation

* Add Station to the window object (#243)

* connect request on the window object

* fix popups

* add missing methods to the window object

* add switchNetwork request

* add type definitions for requests

* move window object to external NPM package @terra-money/station-connector

* ST-554: replace Keplr window object (#244)

* connect request on the window object

* fix popups

* add missing methods to the window object

* add switchNetwork request

* add type definitions for requests

* move window object to external NPM package @terra-money/station-connector

* replace keplr window object

* Improve visualization of MsgCustomAmino

* fix popup opening too many times

* update @terra-money/station-connector version number

* chore: tidy up spelling/grammar on override warning (#245)

* hide keplr setting (#246)

* fix MsgDonateAllVestingTokens (#249)

* release-candidate: 7.4.2-rc.1

* Revert "chore: rem kado buy button (#236)"

This reverts commit 57b2deb.

* chore: update version to reflect revert buy button.

* feat: update build script to use version_name

* chore: update version_name to align with release

---------

Co-authored-by: Manuel Alessandro Collazo <[email protected]>
Co-authored-by: Alessandro Candeago <[email protected]>
Co-authored-by: Terence Lim <[email protected]>
Co-authored-by: Joshua <[email protected]>
Co-authored-by: plubber <[email protected]>
  • Loading branch information
6 people authored Jul 27, 2023
1 parent 460ac92 commit 16a2058
Show file tree
Hide file tree
Showing 42 changed files with 1,261 additions and 280 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
echo "Updating node_modules"
npm ci

version=$(cat public/manifest.json | jq -r '.version')
version=$(cat public/manifest.json | jq -r '.version_name')
name=$(cat public/manifest.json | jq -r '.name')
echo "Building $name $version"
npm run build
Expand Down
Loading

0 comments on commit 16a2058

Please sign in to comment.