Table of Contents
chain
fork height, the block writer loads the old block height to generate a dag genesis fork block. (done)
introduce block height as consensus info. (done)
introduce the final height/point. (todo 11.10)
refactor the consensus connect. (doing ???)
5. refactor the block header for compatibility (done)
6. Fix && and testing the new logic and compatibility.(todo 11.20)
framework.
0. process new && old framework version with a fork point. (done)
new framework version and upgrade plan.
epoch consensus strategy.Add dag info and remove uncle info.
v2 version of block/block metadata.
block reward logic review. such as remove uncle.
sync
compact sync old block before fork height. (done)
after fork height, sync dag block. (done)