-
Notifications
You must be signed in to change notification settings - Fork 68
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
Development #83
Development #83
Conversation
Manifest updates
Bump version number on about page, and update description in `package.json`
…onic fro 12 word bip39 seed generation
…onic for 12 word bip39 seed generation
…mobile into bip39_zencashjs
…onic for 12 word bip39 seed generation
…onic for 12 word bip39 seed generation
BrandExpansion! And Cordova Updates.
Bip39 zencashjs
Staticfee comment cleanup
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.
Overall looks good to me, just a couple of minor quality improvements
insightAPI: 'https://explorer.zensystem.io/insight-api-zen/', | ||
explorerURL: 'https://explorer.zensystem.io/', | ||
insightAPI: 'https://explorer.horizen.global/api/', | ||
explorerURL: 'https://explorer.horizen.global/', |
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.
I can see this URL dotted around in different places as a hard string, it would be much better moved to a constant like LANG_ENGLISH
and CURRENCY_USD
so we only need to update it in one place if it changes again
</ListItem> | ||
<ListItem tappable onClick={() => this.props.setInsightAPI('http://explorer.zenmine.pro/insight-api-zen/')}> | ||
zenmine.pro | ||
<ListItem tappable onClick={() => this.props.setInsightAPI('https://explorer.horizen.global/api/')}> |
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.
Replace with constant as detailed below
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.
all ok
Incremental Update, explorer urls, zencashjs update to 1.2.0 and bip39 seed generation update to generate 12 word seeds.
Various comment cleanups.