Milestones
List view
This is a unique challenge in that I have successfully converted a pure PoS coin to PoST. The main challenge came from PoST adding a Txn Timestamp which did not exist in PoW. I had to create PoW transactions with the timestamp in every serialization occurrence except hashing. So, network blocks and disk blocks all contain txns with a timestamp, but hashes do not, until PoW ends. One caveat is that PoW and PoST blocks cannot exist simultaneously, yet PoST blocks can contain PoW txns during the transition.
No due date