steemit / condenser

The greatest application front-end to the Steem Blockchain.
https://steemit.com
505 stars 429 forks source link

UI awareness of blockchain state: head block age & participation rate #234

Open roadscape opened 8 years ago

roadscape commented 8 years ago

Before the site broadcasts any tx, it needs to check the current participation level, and alert the user if participation is below 75% (and potentially not broadcast at all). This is a rare occurrence but it's important to catch it early.

This is needed to prevent users posting, voting, making transfers/orders, etc on forks.

jcalfee commented 8 years ago

fyi: Dan and Ben put this in the back end so the steemd node will reject the transaction. This would depend on the node that your talking too..

roadscape commented 8 years ago

It did not fully work, and it has been replaced by the simpler --max-block-age, which does not take into account the participation rate.

Details: https://github.com/steemit/steem/issues/345

roadscape commented 8 years ago

If we could get --min-participation-rate added in steemd, we may not need anything on the UI side.

roadscape commented 8 years ago

It would be good if the node rejected transactions if the conditions weren't right.

However, users should also know right away if something is wrong with the node, even if they're just reading the site.

These conditions should be very rare, but it's important that users can see them (and let us know).

roadscape commented 8 years ago

Reported this morning: image

roadscape commented 8 years ago

image

roadscape commented 8 years ago

image

got that error off steemit.com

roadscape commented 8 years ago

image

roadscape commented 7 years ago

I guess this is still happening every once in a while..

image

This usually happens when I have leave the web page up for to long. A simple refresh of the page fixes the problem and allows me to post. but it would be a lot easier if that weird string of character didn't show up in the first place.

https://steemit.com/steemit/@ballinconscious/supporting-steemit-with-my-nitpicky-complaint-of-the-day

plink01001 commented 7 years ago

Is this still an issue, or can it be closed?