RE: Why can't I see my community in the explore communities list?

You are viewing a single comment's thread from:

Why can't I see my community in the explore communities list?

in hive-144703 •  5 years ago 

This is why I think at some point it'll be vital to be able to poll the bridge API for confirmations. Not only to allow asynchronous UI elements to update correctly, but to allow third parties to debug.

For now, apart from running your own hivemind node and querying it directly, the only way to determine if a hivemind operation has completed is to poll bridge.account_notifications and match on the timestamp of the original broadcast.

image.png

^ This is from some documentation I'm working on.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  5 years ago (edited)

Great! I was wondering about Hivemind documentation. Good to see you're on it : )

Good point also about the need for confirmation.