Welcome Back -- Post HF21 Crash
Steem is back up!
So another hardfork, and another crash. This is probably not new to you if you have been around the Steemiverse for any period of time. As usual, however, the witnesses and SteemIt development team worked together to find the issue and deploy a fix as soon as possible so that you can read this post right now.
What really happened?
The exact code that was affected can be seen here
util::manabar_params params( ( effective_vests * gpo.downvote_pool_percent ) / STEEM_100_PERCENT, STEEM_VOTING_MANA_REGENERATION_SECONDS );
Notice the ( effective_vests * gpo.downvote_pool_percent )
. This will potentially result in a massive number depending on the size of your account stake and your delegations. Since effective_vests
was typed as int64_t
, the maximum value it could store was 9,223,372,036,854,775,807
. The solution that was decided was to cast the intermediary number to uint128_t
which is about 340,282,366,920,938,000,000,000,000,000,000,000,000
and THEN to cast the final number to the required int64_t
.
Note: This is likely just a temporary workaround to ensure the chain would return online as soon as possible. There will possibly be another fix that is later released after the chain has been observed to be working as expected.
Did anything bad happen?
Quite the opposite. The blockchain performed its necessary checks and measures to ensure that the offending transaction did not make its way onto the ledger. This is a good thing because you would much rather have the system block a problematic transaction and halt so you can address the issue instead of going on unnoticed.
Want to chat more?
Swing by the SteemDevs Discord Server and join the conversation.
Vote for @netuoso as witness
I am providing you this update as a volunteer that wants to help keep the community informed. If you appreciate this information, be sure to vote for @netuoso as witness or support this post with a vote/comment.
Thanks for the info @netuoso , I have been trying to Post for few hours now but returning error message!
Posted using Partiko Android
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For anyone else having issues, I went to https://beta.steemconnect.com and set my broadcasting node as https://anyx.io -- That allowed me to setup and login to busy.org and post
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I got this from your reply on Steemit Twitter post, thanks for the update.
I have tried to vote for your witness but not sure if it has been cast.
I will confirm the vote tomorrow when Steemit is also functional!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Any ETA when steemit.com will be usable?:)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Should be good now.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Aye, working good :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank brutha.. good info!
I was getting a 'voting within the 3 seconds' warning minutes after voting.. then the whole thing said 'busy'..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Stoopid mana resource credits crash again lol.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post has been included in the latest edition of The Steem News - a compilation of the key news stories on the Steem blockchain.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is the code I sent you on Discord a few minutes ago. Should be enough to verify who I am, right?
KMP484848DDDHUUDF-434
frysticken
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yep thank you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @netuoso! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :
You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word
STOP
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
STOP
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Notifications have been disabled. Sorry if I bothered you.
To reactivate notifications, drop me a comment with the word
NOTIFY
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit