Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deposit Token with allowance check #11

Closed
ceres3idoo opened this issue Feb 15, 2019 · 0 comments
Closed

Deposit Token with allowance check #11

ceres3idoo opened this issue Feb 15, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ceres3idoo
Copy link
Contributor

📝 Issue

As a user I want to deposit token without allowance check and manual approve operation.

📖 Details

If you are going to deposit token , you need actually to run the following operations:

  • Approve token transafer ( using Erc20TokenService)
  • Check the allowance calling Erc20 smart contract (using Erc20TokenService)
  • Deposit token (using TradingWalletService)

For this it will be implemented a function which manages the flow described above.

@ceres3idoo ceres3idoo added the enhancement New feature or request label Feb 15, 2019
@ceres3idoo ceres3idoo self-assigned this Feb 15, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 18, 2019
ceres3idoo added a commit that referenced this issue Feb 19, 2019
ceres3idoo added a commit that referenced this issue Feb 19, 2019
ceres3idoo added a commit that referenced this issue Feb 19, 2019
ceres3idoo added a commit that referenced this issue Feb 19, 2019
ceres3idoo added a commit that referenced this issue Feb 19, 2019
@andreafspeziale andreafspeziale self-assigned this Feb 19, 2019
andreafspeziale pushed a commit that referenced this issue Feb 20, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
ceres3idoo added a commit that referenced this issue Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants