qortal/src/main
CalDescent 54e5a65cf0 Allow an alternative block to be minted if the chain stalls due to an invalid block
If it has been more than 10 minutes since receiving the last valid block, but we have had at least one invalid block since then, this is indicative of a stuck chain due to no valid block candidates. In this case, we want to allow the block minter to mint an alternative candidate so that the chain can continue.

This would create a fork at the point of the invalid block, in which two chains (valid an invalid) would diverge. The valid chain could never rejoin the invalid one, however it's likely that the invalid chain would be discarded in favour of the valid one shortly after, on the assumption that the majority of nodes would have picked the valid one.
2021-09-18 10:41:58 +01:00
..
java/org Allow an alternative block to be minted if the chain stalls due to an invalid block 2021-09-18 10:41:58 +01:00
resources original design 2021-08-11 18:18:10 -04:00
wasm/memory-pow Fix incorrect PoW buffer length usage 2020-06-08 09:01:55 +01:00