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

poquito requests #2289

Merged
merged 24 commits into from
Mar 20, 2019
Merged

poquito requests #2289

merged 24 commits into from
Mar 20, 2019

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Mar 15, 2019

Closes #1914
Part of #2175

Description:

  • optimistic request to tx query after tx succeeds
  • query balance & rewards every 10 blocks

Thank you! 🚀


For contributor:

  • Added entries in PENDING.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer
  • Attach screenshots of the UI components on the PR description (if applicable)
  • Scope of work approved for big PRs

For reviewer:

  • Manually tested the changes on the UI

@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #2289 into develop will increase coverage by 0.19%.
The diff coverage is 97.22%.

@@             Coverage Diff             @@
##           develop    #2289      +/-   ##
===========================================
+ Coverage    96.91%   97.11%   +0.19%     
===========================================
  Files          105      105              
  Lines         2304     2322      +18     
  Branches       117      123       +6     
===========================================
+ Hits          2233     2255      +22     
+ Misses          61       57       -4     
  Partials        10       10
Impacted Files Coverage Δ
app/src/renderer/vuex/modules/connection.js 92.72% <ø> (-0.26%) ⬇️
...rc/renderer/components/staking/TableValidators.vue 100% <ø> (ø) ⬆️
...rc/renderer/components/wallet/PageTransactions.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/wallet/PageWallet.vue 100% <ø> (ø) ⬆️
.../src/renderer/components/staking/PageValidator.vue 100% <100%> (ø) ⬆️
app/src/renderer/components/common/TmBalance.vue 100% <100%> (ø) ⬆️
...p/src/renderer/vuex/modules/governance/deposits.js 100% <100%> (ø) ⬆️
app/src/renderer/vuex/modules/distribution.js 100% <100%> (ø) ⬆️
app/src/renderer/vuex/modules/delegation.js 98.38% <100%> (+6.86%) ⬆️
...rer/components/staking/ModalWithdrawAllRewards.vue 92.85% <100%> (+1.19%) ⬆️
... and 6 more

@fedekunze fedekunze marked this pull request as ready for review March 18, 2019 17:57
@jbibla
Copy link
Collaborator

jbibla commented Mar 18, 2019

wish it was a poquito PR 😆

jbibla
jbibla previously requested changes Mar 18, 2019
app/src/renderer/components/staking/PageValidator.vue Outdated Show resolved Hide resolved
app/src/renderer/components/staking/PageValidator.vue Outdated Show resolved Hide resolved
app/src/renderer/components/staking/TabMyDelegations.vue Outdated Show resolved Hide resolved
app/src/renderer/components/staking/TabValidators.vue Outdated Show resolved Hide resolved
jbibla
jbibla previously approved these changes Mar 18, 2019
this.session.signedIn &&
waitTwentyBlocks &&
this.$route.name === `validator` &&
Number(this.myBond) > 0
Copy link
Collaborator

Choose a reason for hiding this comment

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

what happens if you load this page first and the bond has not been loaded yet?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I haven't run into that issue

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor

@sabau sabau left a comment

Choose a reason for hiding this comment

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

all good 👍 I can't replicate the issue right now

@faboweb faboweb merged commit db62981 into develop Mar 20, 2019
@faboweb faboweb deleted the fedekunze/poquito-requests branch March 20, 2019 18:25
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.

Optimistic updates: sending non-staking denoms
4 participants