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

percent_steem_dollars in comment_options shows random results on AppBase #2807

Closed
Jolly-Pirate opened this issue Aug 20, 2018 · 1 comment
Closed

Comments

@Jolly-Pirate
Copy link
Contributor

Jolly-Pirate commented Aug 20, 2018

When querying block # 25220874 for example and checking transaction_num 15, the percent_steem_dollars in comment_options shows 10000. Working properly with non-appbase:

curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["condenser_api","get_block",[25220874]]}' https://rpc.steemviz.com | jq -r ".result.transactions[15]"
curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["condenser_api","get_block",[25220874]]}' https://rpc.buildteam.io | jq -r ".result.transactions[15]"
curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["condenser_api","get_block",[25220874]]}' https://gtg.steem.house:8090/ | jq -r ".result.transactions[15]"

(requires jq on linux, apt install jq)

percent_steem_dollars bug nonappbase

But on appbase nodes, it's giving random results every time it's queried! Interestingly on api.steemit.com it gives one value only: 55832 (which is still wrong).

curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["condenser_api","get_block",[25220874]]}' https://api.steemit.com | jq -r ".result.transactions[15]"
curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["condenser_api","get_block",[25220874]]}' https://appbasetest.timcliff.com | jq -r ".result.transactions[15]"
curl -s -d '{"id":0,"jsonrpc":"2.0","method":"call","params":["condenser_api","get_block",[25220874]]}' https://appbase.buildteam.io | jq -r ".result.transactions[15]"

percent_steem_dollars bug appbase

@Jolly-Pirate Jolly-Pirate changed the title percent_steem_dollars in comment_options shows variable results on AppBase percent_steem_dollars in comment_options shows random results on AppBase Aug 20, 2018
@mvandeberg
Copy link
Contributor

My gut says to double check that the condenser API version of the comment options operation is copying percent_steem_dollars properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants