I noticed the active_votes array returned by 'hive.api.getContent()' no longer include the 'time' and 'weight' fields. Are these omitted on purpose?
I use these on hiveblockexplorer.com. For example:
https://hiveblockexplorer.com/@blocktrades/update-on-hardfork-24-work-by-blocktrades-team
hive.api.getActiveVotes() returns an error (RPCError: Server error) using beta.openhive.network. It works properly when I use a non-eclipse node.
I think this error is similar to this one:
Since most metadata is now being moved to hivemind, the eclipse nodes don't have it, but I am just guessing.
Yeah, looks like there are some fields being dropped in
get_content
call