版本比较

密钥

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

Table of Contents

...

目录

...

framework.

...

sync

chain

  1. fork height, the block writer loads the old block height to generate a dag genesis fork block. (done)

  2. introduce block height as consensus info. (done)

  3. introduce the final height/point. (todo 11.10)

  4. refactor the consensus connect. (doing 11.7)

...

  1. compact sync old block before fork height. (done)

  2. after fork height, sync dag block. (done)

  3. Go across the line between the old chain and Flexidag chain when the height of the block reaches the predefined one.(done)

storage

  1. Check and initialize the BlockDAG object if the height of the block reaches the predefined one.(done)

...