You are viewing a single comment's thread from:
RE: Additional Public API Change
I use get_account_votes
to display posts upvoted by major community accounts such as @curie and @photofeed (https://alpha.1ramp.io/community/curie).
What can be an alternative for this? I haven't made a full Hivemind sync yet (~19M blocks synced). Should I be streaming the blockchain for this?
Hi!, Did you find an alternative?
For now, I am using account history for the profile and filtering the votes. But this is very inefficient as I need to iterate through a lot of non-vote entries in order to collect a sufficient number of votes.
Here's an example using
beem
-The entry would look something like this -