-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fix 0.6.0 bugs. #723
Conversation
Codecov Report
@@ 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
|
2dd77d2
to
ebc2b7d
Compare
// the mocked node is automatically connected | ||
dispatch("reconnected") | ||
} | ||
dispatch("reconnected") |
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.
@faboweb Please review this change; it fixed the bug but it's unclear to me why we originally wanted to stop the LCD.
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.
Do you let your car running while you use your bike? ;)
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") |
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.
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.
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.
Menu option is fixing a not existing problem
I fixed the reconnection bug in #726 while shutting down the lcd process. If this is acceptable let's use that fix. |
Issue
closes: #720
Screenshots
❤️ Thank you!