-
Notifications
You must be signed in to change notification settings - Fork 43
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
Added ERC20 token weird pack of behaviours #1932
Comments
Thanks for opening this issue!
|
Quick update here:
#1746 should be merged soon, just one small fix left. @raladev will make sure this fixes 1-3.
These are far more complex than initially thought. In order to list add any ERC20 and start trading it, the connext node has to support this token and has to be funded with it. @jgarzik came up with a "wild" idea how to do that: #1956
This is what should be fixed in this issue @sangaman |
This adds a flag to the `UnlockNode` response to indicate whether a Connext client is connected and ready to accept calls. In the cli, `ETH` gets added to the list of wallets that are unlocked and ready when this new flag is true. Closes #1932.
This adds a flag to the `UnlockNode` response to indicate whether a Connext client is connected and ready to accept calls. In the cli, `ETH` gets added to the list of wallets that are unlocked and ready when this new flag is true. Closes #1932.
This adds a flag to the `UnlockNode` response to indicate whether a Connext client is connected and ready to accept calls. In the cli, `ETH` gets added to the list of wallets that are unlocked and ready when this new flag is true. Closes #1932.
This adds a flag to the `UnlockNode` response to indicate whether a Connext client is connected and ready to accept calls. In the cli, `ETH` gets added to the list of wallets that are unlocked and ready when this new flag is true. Closes #1932.
This adds a flag to the `UnlockNode` response to indicate whether a Connext client is connected and ready to accept calls. In the cli, `ETH` gets added to the list of wallets that are unlocked and ready when this new flag is true. Closes #1932.
This adds a flag to the `UnlockNode` response to indicate whether a Connext client is connected and ready to accept calls. In the cli, `ETH` gets added to the list of wallets that are unlocked and ready when this new flag is true. Closes #1932.
Added ERC20 token weird pack of behaviours
Versions
With:
OS Name Microsoft Windows 10 Pro
Version 10.0.19041 Build 19041
WSL2 - Debian
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Docker Desktop 2.4.0.0
Docker images:
Description
After strictly following this, I entered the following command to add the SER token:
The result returned:
Happy with the success I made the following sequence:
So I decided to exit and enter again:
Potential problems found
Weirdness no 1:
Weirdness no 2:
Weirdness no 3:
getbalance
command above doesn't show SER balance.Weirdness no 4:
Why aren't ETH and ETH(ERC20) in the unlocked list as well?
Weirdness no 5:
Even after restart,
getbalance
command still doesn't show SER balance.Weirdness no 6:
Summarizing
These were the I believe problems I could find when adding an ERC20 token to XUD. Maybe there is something I am missing to make all these points work correctly, any ideas?
The text was updated successfully, but these errors were encountered: