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

Fix 0.6.0 bugs. #723

Closed
wants to merge 2 commits into from
Closed

Fix 0.6.0 bugs. #723

wants to merge 2 commits into from

Conversation

NodeGuy
Copy link
Contributor

@NodeGuy NodeGuy commented May 21, 2018

Thank you a lot for contributing to Cosmos Voyager!

Issue

closes: #720

Screenshots

❤️ Thank you!

@NodeGuy NodeGuy requested review from faboweb and nylira as code owners May 21, 2018 19:29
@codecov
Copy link

codecov bot commented May 21, 2018

Codecov Report

Merging #723 into develop will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           develop     #723   +/-   ##
========================================
  Coverage    86.84%   86.84%           
========================================
  Files           94       94           
  Lines         1566     1566           
  Branches        70       70           
========================================
  Hits          1360     1360           
  Misses         193      193           
  Partials        13       13
Impacted Files Coverage Δ
app/src/renderer/components/common/AppMenu.vue 61.53% <100%> (ø) ⬆️

@NodeGuy NodeGuy force-pushed the david/720-fix-0.6.0-bugs branch from 2dd77d2 to ebc2b7d Compare May 21, 2018 19:49
// the mocked node is automatically connected
dispatch("reconnected")
}
dispatch("reconnected")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@faboweb Please review this change; it fixed the bug but it's unclear to me why we originally wanted to stop the LCD.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you let your car running while you use your bike? ;)

@NodeGuy NodeGuy changed the title WIP: Fix 0.6.0 bugs. Fix 0.6.0 bugs. May 21, 2018
list-item(to="/staking" exact @click.native="close" title="Staking" v-bind:class="{ 'active': isValidatorPage }" v-if="config.devMode")

// Hide staking for now (see https://github.com/cosmos/voyager/issues/720).
//- list-item(to="/staking" exact @click.native="close" title="Staking" v-bind:class="{ 'active': isValidatorPage }" v-if="config.devMode")
Copy link
Collaborator

Choose a reason for hiding this comment

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

we have a development mode flag v-if="config.devMode" that is already applied. If the staking option is still visible, the user has NODE_ENV=development set globally.

Copy link
Collaborator

@faboweb faboweb left a comment

Choose a reason for hiding this comment

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

Menu option is fixing a not existing problem

@faboweb
Copy link
Collaborator

faboweb commented May 22, 2018

I fixed the reconnection bug in #726 while shutting down the lcd process. If this is acceptable let's use that fix.

@NodeGuy NodeGuy closed this May 22, 2018
@NodeGuy NodeGuy deleted the david/720-fix-0.6.0-bugs branch July 6, 2018 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fresh 0.6.0 bugs 🐛🐜🐞
2 participants