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

Ana/emoney-add multidenom rewards to tmbalance & livalidator #3559

Merged
merged 31 commits into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a6d4106
add multidenom rewards to tmbalance & livalidator
Bitcoinera Feb 12, 2020
d4cad6e
fix tomicrodenom
Bitcoinera Feb 13, 2020
bc86a9c
fix responsiveness but getting pyramid
Bitcoinera Feb 13, 2020
a6efd56
add tests
Bitcoinera Feb 13, 2020
56831c9
handle when rewards are 0
Bitcoinera Feb 14, 2020
3c5c070
rewards avoid 0. select most relevant reward.terra
Bitcoinera Feb 14, 2020
3586c76
fix infinite loop
Bitcoinera Feb 14, 2020
7d8fe2d
fixes. make cosmos compatible
Bitcoinera Feb 14, 2020
75f8b7e
change to only display staking denom rewards
Bitcoinera Feb 14, 2020
19e3ec0
Merge branch 'develop' of https://github.com/luniehq/lunie into ana/e…
Bitcoinera Feb 15, 2020
e07b22f
lint
Bitcoinera Feb 15, 2020
9221db4
fix remove u from micro denom
Bitcoinera Feb 15, 2020
8b504ad
add big figure or short decimals for token balance
Bitcoinera Feb 15, 2020
7271921
snapper the Ripper
Bitcoinera Feb 15, 2020
502b2b3
add tests
Bitcoinera Feb 15, 2020
7787dad
fix styles
Bitcoinera Feb 15, 2020
e2a3c67
changelog
Bitcoinera Feb 16, 2020
153f84c
lil' bug i noticed: buttons are intended to be on the right side on m…
jbibla Feb 19, 2020
613d342
restructured TmBalance to account for multi-denom rewards, including …
jbibla Feb 19, 2020
96d4911
minor changes to how we display staking rewards inline next to stake …
jbibla Feb 19, 2020
0a21f67
fixed two unit tests that were expecting a string, but now expect a n…
jbibla Feb 19, 2020
930f6af
updated snaperoos
jbibla Feb 19, 2020
7243287
clean up ismultidenomreward where not needed
Bitcoinera Feb 19, 2020
320fe66
left one out
Bitcoinera Feb 19, 2020
f3de16a
Merge branch 'develop' of https://github.com/luniehq/lunie into ana/e…
Bitcoinera Feb 19, 2020
acda2a4
add todo for multidenomreward
Bitcoinera Feb 19, 2020
bc1d419
add more todos
Bitcoinera Feb 19, 2020
1787471
remove todos
Bitcoinera Feb 19, 2020
929505c
Merge branch 'develop' of https://github.com/luniehq/lunie into ana/e…
Bitcoinera Feb 19, 2020
53e0315
fix rewards denoms. works with 351 merged
Bitcoinera Feb 20, 2020
2759f54
fix conditional to show rewards
Bitcoinera Feb 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/ana_emoney-format-rewards
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Added] [#3559](https://github.com/cosmos/lunie/pull/3559) Now rewards for multidenom networks are displayed in TmBalance and staking denom is especified in validators' components @Bitcoinera
2 changes: 1 addition & 1 deletion src/ActionModal/components/ActionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ export default {
.action-modal-footer .tm-form-group .tm-form-group__field {
display: flex;
align-items: center;
justify-items: space-between;
justify-content: flex-end;
}

.action-modal-footer .tm-form-group .tm-form-group__field .tertiary {
Expand Down
Loading