Nodes should be able to decide which is the valid chain, in case of a fork. A simple way is to accept as the valid chain the one with the highest height.
We should try to decouple the consensus algorithm and mining process from the block definition as much as possible
Nodes should be able to decide which is the valid chain, in case of a fork. A simple way is to accept as the valid chain the one with the highest height.
We should try to decouple the consensus algorithm and mining process from the block definition as much as possible