eSteem Mobile V2 (V2.0.6) - An Account Estimated Balance Isn't Displaying.
eSteem Mobile V2 (V2.0.6) - An Account Estimated Balance Isn't Displaying.
Project Information
- Repository:
https://github.com/esteemapp/esteem-mobile
Project Name: eSteem Mobile v2
Publisher: esteemapp
Expected behavior
I expect an account estimation value to display the total sum of steem, steem power, Steem dollars and steem available in savings.
Actual behavior
An account estimated value isn't displaying.
How to reproduce
- Launch app.
- Click on wallet icon from the bottom right.
Bug
Browser/App version:
eSteem Mobile V2 (V2.0.6)
Possible Fix
I have little idea on codes. So my findings might be totally wrong.
After checking UserWallet.jsx from steemit/condenser, i was able to see the lines of codes that displays user's estimated value.
When i checked wallet.js, on esteemapp/esteem-mobile repo, i wasn't able to see any code to display same output.
Here is the code i copied from UserWallet.jsx from steemit/condenser.
// set displayed estimated value
const total_sbd =
sbd_balance +
sbd_balance_savings +
savings_sbd_pending +
sbdOrders +
conversionValue;
const total_steem =
vesting_steem +
balance_steem +
saving_balance_steem +
savings_pending +
steemOrders;
let total_value =
'$' +
numberWithCommas(
(total_steem * price_per_steem + total_sbd).toFixed(2)
);
Operating system:
Android 0 & 5.1
Hi @rufans, thanks for making this contribution..
I was able to observe the behavior you described. The account's estimated value is not reflecting in the wallet.
I must commend the efforts you made towards perusing the code in search of what possibly went wrong. The code you copied though is error free, and is just the total sum of steem and sbd held by the account at the current exchange rate, this sum is then set to the variable
total_value
.It is good that you tried. This behavior though does not really affect the general usage of the application's wallet, so this can be regarded as negligible as reflectes in my scoring.
Thanks again for the contribution. I look forward to more of your reports :)
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
[utopian-moderator]
Thank you for the review.
Yes, the code I pasted is error free. I got the code from steemit/condenser. I only gave an example of how the code should look like.
Thank you for your review, @fego! Keep up the good work!
Hi @rufans!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
Feel free to join our @steem-ua Discord server
Thanks for using eSteem!
Your post has been voted as a part of eSteem encouragement program. Keep up the good work! Install Android, iOS Mobile app or Windows, Mac, Linux Surfer app, if you haven't already!
Learn more: https://esteem.app
Join our discord: https://discord.gg/8eHupPq
Hey, @rufans!
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!