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

Feature/coolwallet [v5] #2087

Merged
merged 27 commits into from
Mar 20, 2020
Merged

Feature/coolwallet [v5] #2087

merged 27 commits into from
Mar 20, 2020

Conversation

gamalielhere
Copy link
Contributor

@gamalielhere gamalielhere commented Mar 10, 2020

Feature

  • Updated CHANGELOG.md
  • Add PR label
  • No hard-coded strings

@gamalielhere gamalielhere added Feature Feature tasks WIP work in proress labels Mar 10, 2020
@gamalielhere gamalielhere marked this pull request as ready for review March 12, 2020 18:51
@gamalielhere gamalielhere added Ready Tag for when a PR is ready to merge and removed WIP work in proress labels Mar 12, 2020
src/wallets/hardware/coolwallet/index.js Outdated Show resolved Hide resolved
@gamalielhere gamalielhere changed the title Feature/coolwallet Feature/coolwallet [v5] Mar 20, 2020
Comment on lines +85 to +87
await cwsTransportLib.listen(async (error, device) => {
if (device) {
const transport = await cwsTransportLib.connect(device);
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be moved inside the wallet init function? I think previous unlockWallet function should be sufficient

Copy link
Contributor Author

Choose a reason for hiding this comment

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

moving it here fixed the scoping issue

src/translations/errors-global/en_US.json Outdated Show resolved Hide resolved
@gamalielhere gamalielhere mentioned this pull request Mar 20, 2020
3 tasks
@gamalielhere gamalielhere changed the base branch from develop to feature/bcvault March 20, 2020 21:57
@gamalielhere gamalielhere merged commit 2c5981f into feature/bcvault Mar 20, 2020
@gamalielhere gamalielhere deleted the feature/coolwallet branch March 20, 2020 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature tasks Ready Tag for when a PR is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants