-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allocate empty object when doing Ethereum/ERC20 login #153
Conversation
Update branch fullapidev with the updated upstream 'dev'
…llapidev Conflicts: gui/EasyDEX-GUI package.json
…ed more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automatingAdded more function to automating
I deleted the file install_Agama_my_fork.sh from the branch dev, that is the branch for exhange wuth the upstream dev branch, because it is a file for installing my local fork of Agama, and because the 'my' meaning in the file name is not clear.
Fullapidev
it's not safe to expose a token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I deleted the file that expose the token and its reference.
This pull request was not about exposing the token, was about correcting a bug in the Eth/erc20 coins affter logging out and logging in again. |
I removed the files that exposed the token. |
The change that I wanted to do as a collaboration to the software is adding the line: |
thanks i added this change after you pointed out this bit |
Allocate empty object when doing Ethereum/ERC20 login
fix Verus version
When adding an ethereum coin, 0 balance is shown in a wallet, and an error message is shown in the console. The error message is that is tried to add a property to api.eth.connect when it contains a null value. For avoiding this situation, api.eth.connect must be assigned to an empty object when starting to work with a Ethereum wallet, this is, at login.
I also deleted the Agama installer file that is for my local fork, and created a small Python script that generates the development version string. But then is is needed to have Python installed in the system that does the install. If someone can convert the Python script (buildscripts/devversion.py) to a shell one...