Skip to content

Commit

Permalink
7.2.4 (#132)
Browse files Browse the repository at this point in the history
* hard coded stakes alliance tokens to 100 dollars (#77)

* Fix disconnection issue (#79)

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

* feat: loading optimizations (#80)

* Feat/loading optimizations (#267)

* fix: receive page bug on desktop

* wip: network optimization

* wip: network optimization 2

* wip: optimize InitChains comp

* wip: optimize InitNetworks  comp 2

* wip: optimize InitNetworks  comp 3

* wip: optimize InitNetworks  comp 4

* cleanup

* fix: loading bug

* fix: loading bug 2

* cleanup

* Fix network validation requests

* Add page loader during validation

---------

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

* Fix disconnection issue (#76)

---------

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

* feat: show disabled after networks query (#81)

* v7.1.2 (#78)

* hard coded stakes alliance tokens to 100 dollars (#77)

* Fix disconnection issue (#79)

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

* feat: loading optimizations (#80)

* Feat/loading optimizations (#267)

* fix: receive page bug on desktop

* wip: network optimization

* wip: network optimization 2

* wip: optimize InitChains comp

* wip: optimize InitNetworks  comp 2

* wip: optimize InitNetworks  comp 3

* wip: optimize InitNetworks  comp 4

* cleanup

* fix: loading bug

* fix: loading bug 2

* cleanup

* Fix network validation requests

* Add page loader during validation

---------

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

* Fix disconnection issue (#76)

---------

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

---------

Co-authored-by: Joshua Brigati <[email protected]>
Co-authored-by: Alessandro Candeago <[email protected]>

* feat: show disabled networks only after loading finishes

---------

Co-authored-by: Joshua Brigati <[email protected]>
Co-authored-by: Alessandro Candeago <[email protected]>

* cleanup extension (#83)

* feat: send tx on enter press (#84)

* feat: send tx on enter press

* fix: null check endsWith on extension startup

* Update ProposalHeader.tsx

* v7.1.3

* feat: receive page updates (#89)

* ST-293 fix token filter logic to not exclude assets without prices (#87)

* fix: guard against undefined (#90)

* fix: create sig bug (#92)

* trigger event on network and wallet change (#93)

* St 323 fix classic finder links (#94)

* fix: create sig bug

* fix: classic finder link

* 7.1.5

* Expose public key request (#97)

* Pubkey request

* Fix publick key implementation

* Fix confirm button width

* Fix pubkey storage on first time import

* fix: add decimal places from denom (#98)

* 7.1.6

* fix: guard against token.chains being empty (#101)

* Revert "fix: guard against token.chains being empty (#101)" (#103)

This reverts commit 7d4165c.

* Revert "Revert "fix: guard against token.chains being empty (#101)" (#103)"

This reverts commit dc81f5d.

* 7.1.7

* fix: guard against token being empty in InitBankBalance (#106)

* fix: switch overflow-y to scroll (#104)

* feat: replace terra.kitchen/utils with terra-money/terra-utils (#100)

* St 332 suggest network (#105)

* Pubkey request

* Fix publick key implementation

* Fix confirm button width

* Suggest network UI

* Settings for custom chains

* Cleanup test env

* cleanup

* fix scrolling

* fix card scrolling

* add custom sign mode on sign and post

* St 347 kado multichain fiat integration (#111)

* feat: extension kado fiat ramp

* fix vesting error

* fix classic contract execution (#115)

* Fix ICS20 out of gas error (#350)

* ST-392: show origin name and favicon in the ConfirmTx page (#121)

* fix confirm tx origin

* fix check for relative/absolute favicon url

* fix: guard for empty network + chainID (#127)

* chore: bump extension versions (#128)

* update featherjs

* fix: buy button network (#126)

Only display buy button on live networks: mainnet & classic

* fix: allow wallet sbumission on confirm password entered first (#118)

* Update feather.js and log-finder-ruleset (#131)

* 7.2.3 (#129) (#133)

* fix: guard for empty network + chainID (#127)

* chore: bump extension versions (#128)

---------
Co-authored-by: plubber <[email protected]>

Co-authored-by: Mike <[email protected]>

---------

Co-authored-by: Joshua Brigati <[email protected]>
Co-authored-by: plubber <[email protected]>
Co-authored-by: plubber <[email protected]>
Co-authored-by: Mike <[email protected]>
Co-authored-by: evilpeach <[email protected]>
Co-authored-by: Michael Merz <[email protected]>
Co-authored-by: Manuel Alessandro Collazo <[email protected]>
  • Loading branch information
8 people authored May 3, 2023
1 parent 7d3e379 commit 2743180
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 37 deletions.
72 changes: 45 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@ledgerhq/hw-transport-web-ble": "^6.27.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.9.1",
"@terra-money/feather.js": "^1.0.0-beta.15",
"@terra-money/feather.js": "^1.0.4",
"@terra-money/ledger-station-js": "^1.3.7",
"@terra-money/log-finder-ruleset": "^3.0.0",
"@terra-money/log-finder-ruleset": "^3.0.3",
"@terra-money/msg-reader": "^3.0.1",
"@terra-money/terra-utils": "^1.0.9",
"@terra-money/terra.js": "^3.1.7",
Expand Down
2 changes: 1 addition & 1 deletion public/firefox.manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Station Wallet",
"version": "7.2.3",
"version": "7.2.4",
"background": {
"scripts": ["background.js"],
"persistent": true
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Station Wallet",
"version": "7.2.3",
"version": "7.2.4",
"background": {
"service_worker": "background.js",
"type": "module"
Expand Down
1 change: 1 addition & 0 deletions src/auth/modules/create/CreateWalletForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const CreateWalletForm = () => {
<FormItem label={t("Password")} error={errors.password?.message}>
<Input
{...register("password", { validate: validate.password })}
onChange={() => form.trigger("confirm")}
type="password"
/>
</FormItem>
Expand Down
16 changes: 10 additions & 6 deletions src/pages/wallet/NetWorth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import classNames from "classnames"
import qs from "qs"
import { useNetwork } from "data/wallet"
import { useInterchainAddresses } from "auth/hooks/useAddress"
import { useNetworkName } from "data/wallet"

const cx = classNames.bind(styles)

Expand All @@ -28,6 +29,7 @@ const NetWorth = () => {
const { setRoute, route } = useWalletRoute()
const addresses = useInterchainAddresses()
const network = useNetwork()
const networkName = useNetworkName()

// TODO: show CW20 balances and staked tokens
const coinsValue = coins?.reduce((acc, { amount, denom }) => {
Expand Down Expand Up @@ -103,12 +105,14 @@ const NetWorth = () => {
</Button>
<h3>{capitalize(t("receive"))}</h3>
</div>
<div className={styles.button__wrapper}>
<Button onClick={openKadoWindow}>
<AddIcon className={styles.icon} />
</Button>
<h2>{t(capitalize("buy"))}</h2>
</div>
{networkName === "mainnet" && (
<div className={styles.button__wrapper}>
<Button onClick={openKadoWindow}>
<AddIcon className={styles.icon} />
</Button>
<h2>{t(capitalize("buy"))}</h2>
</div>
)}
</div>
</article>
)
Expand Down

0 comments on commit 2743180

Please sign in to comment.