After watching the livestream for a bit and getting everything but the definitive answers we need, I think it's clear what we must do as stakeholders to preserve our blockchain.
Justin says things like he wants Steem "token" to thrive but when we ask about the Steem blockchain seems they kind of dance around the issue. This is it folks. I have done my due diligence and the onus is now on the witnesses. I have completed the fork that WILL secure our future. If they wait, the rug will be pulled out from under us.
Don't be fooled by the euphoria of this pump. It's a distraction. They know exactly what they are doing. I'm not sure who we can trust now but seems we are in the midst of being conquered by a chain that should be our rival. Ned sold us out and he is lying to you all. I am sleep deprived but make no mistake. I am seeing with perfect clarity.
HF 23 Rising Sun's code is included in the following link:
https://github.com/anthonyadavisii/steem
Here is 0_23.hf with the desired implementation time. It can be easily adjusted.
#ifndef STEEM_HARDFORK_0_23
#define STEEM_HARDFORK_0_23 23
#define STEEM_SMT_HARDFORK STEEM_HARDFORK_0_23
#define STEEM_HARDFORK_0_23_TIME 1581809400 // Sat, 15 February 2020 23:30:00 UTC (18:30:00 EDT
#define STEEM_HARDFORK_0_23_VERSION hardfork_version( 0, 23 )
#endif
I've resolved conflicts in the following files. Wasn't too bad. Feel free to review.
Note: I just reviewed this commit and we may need to review this a bit as I noticed deletions. May be a non issue but plan to take a closer analysis.
See above 👆
Should be as simple as replacing the files with the current. I am happy to work that further but need to know if it will be supported.