-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Show fractionals as decimals in the UI #1353
Comments
7768
pushed a commit
to 7768/cosmos-sdk
that referenced
this issue
Jun 24, 2018
🐛 Fix cosmos#1353 before: ``` Shares: Status Bonded, Amount: -6508168128760126341/-3308135364330552608 Delegator Shares: -6508168128760126341/-3308135364330552608 ``` after: ``` Shares: Status Bonded, Amount: 2.0000000000 Delegator Shares: 2.0000000000 ```
6 tasks
7768
pushed a commit
to 7768/cosmos-sdk
that referenced
this issue
Jun 26, 2018
ð��� Fix cosmos#1353 before: ``` Shares: Status Bonded, Amount: -6508168128760126341/-3308135364330552608 Delegator Shares: -6508168128760126341/-3308135364330552608 ``` after: ``` Shares: Status Bonded, Amount: 2.0000000000 Delegator Shares: 2.0000000000 ``` <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> * [ ] Updated all relevant documentation in docs * [ ] Updated all code comments where relevant * [ ] Wrote tests * [ ] Updated CHANGELOG.md * [ ] Updated Gaia/Examples * [ ] Squashed all commits, uses message "Merge pull request #XYZ: [title]" ([coding standards](https://github.com/tendermint/coding/blob/master/README.md#merging-a-pr))
cwgoes
pushed a commit
that referenced
this issue
Jun 26, 2018
Fix #1353 before: ``` Shares: Status Bonded, Amount: -6508168128760126341/-3308135364330552608 Delegator Shares: -6508168128760126341/-3308135364330552608 ``` after: ``` Shares: Status Bonded, Amount: 2.0000000000 Delegator Shares: 2.0000000000 ```
adrianbrink
pushed a commit
that referenced
this issue
Jul 2, 2018
Fix #1353 before: ``` Shares: Status Bonded, Amount: -6508168128760126341/-3308135364330552608 Delegator Shares: -6508168128760126341/-3308135364330552608 ``` after: ``` Shares: Status Bonded, Amount: 2.0000000000 Delegator Shares: 2.0000000000 ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if
gaiacli
would round the output of fractionals by default.Instead of
11869500/11809
it would be more user friendly if it showed1,005.12
The text was updated successfully, but these errors were encountered: