Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

[Wallet-UI] ERC20 Token Support #2102

Merged
merged 22 commits into from
Aug 12, 2019
Merged

[Wallet-UI] ERC20 Token Support #2102

merged 22 commits into from
Aug 12, 2019

Conversation

spersico
Copy link
Collaborator

@spersico spersico commented Aug 2, 2019

Description

This PR, when merged will add support for withdraw and deposit transactions inside the wallet.
The necessary middleware modifications have been added in the MM integration branch.

There are some details to polish, but deposits and withdraws behave like ETH now, and the balance component now shows the current state of the balance for all currencies.

Related issues

closes #1955

@spersico spersico added the 📦 Wallet UI code related to packages/wallet-ui label Aug 2, 2019
@spersico spersico added this to the 👽 Grunty milestone Aug 2, 2019
@spersico spersico self-assigned this Aug 2, 2019
Copy link
Contributor

@joelalejandro joelalejandro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far, so good! It'd be nice to try it out with some ERC20 tokens to see if it's working :)

@joelalejandro
Copy link
Contributor

@spersico I think something went wrong while rebasing this PR, the commit history looks weird. Can you take a look?

@spersico spersico changed the title [WIP] [Wallet-UI] ERC20 Token Support [Wallet-UI] ERC20 Token Support Aug 7, 2019
@spersico spersico marked this pull request as ready for review August 7, 2019 21:29
@spersico spersico requested a review from joelalejandro August 7, 2019 21:42
@spersico spersico force-pushed the wallet-ui/erc20-support branch from 8e03f92 to 5e32dca Compare August 8, 2019 19:53
packages/wallet-ui/package.json Outdated Show resolved Hide resolved
packages/wallet-ui/src/store/types.ts Show resolved Hide resolved
packages/wallet-ui/src/store/user/user.ts Outdated Show resolved Hide resolved
packages/wallet-ui/src/store/user/user.ts Outdated Show resolved Hide resolved
packages/wallet-ui/src/store/wallet/wallet.ts Outdated Show resolved Hide resolved
packages/wallet-ui/src/store/wallet/wallet.ts Show resolved Hide resolved
packages/wallet-ui/src/utils/counterfactual.ts Outdated Show resolved Hide resolved
packages/wallet-ui/src/utils/nodeTokenClient.ts Outdated Show resolved Hide resolved
@joelalejandro joelalejandro merged commit 6b400e7 into master Aug 12, 2019
@joelalejandro joelalejandro deleted the wallet-ui/erc20-support branch August 12, 2019 18:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦 Wallet UI code related to packages/wallet-ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[wallet-ui] Support different asset types on the Exchange and the Onboarding Deposit
2 participants