Greetings, great updates as usual.
One question, though, it seems appbase nodes supports both voting_manabar dict and the old last_vote_time and voting_power fields to keep the backward compability. Why beem was failing before this fix?
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? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
It failed as not all nodes have both dicts. Nodes running 0.19.12 have
voting_powerand nodes running 0.20.2 have onlyvoting_manabar.I didn't try with all of them but
https://api.steemit.comhad both of them. (v0.20.2)Only when using condenser api.
when using
acc.steem.rpc.find_accounts({'accounts': ["holger80"]}, api="database")it is missing.I see, thanks! :)