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 11.7)
...
compact sync old block before fork height. (done)
after fork height, sync dag block. (done)
Go across the line between the old chain and Flexidag chain when the height of the block reaches the predefined one.(done)
storage
Check and initialize the BlockDAG object if the height of the block reaches the predefined one.(done)
...