drcpu-github
drcpu-github
This PR will allow to select a number of superblock voters from the set of recently active validators. Note that this may require a bootstrap committee when we switch to...
This is an alternative implemenation to #2444 where instead of refusing to build a block with a data request requiring too many witnesses, the data request is included by a...
A validator which has a stake for which the withdrawer address is not the validator address can never mine a block. This is due to the way his power is...
The first four commits are part of https://github.com/witnet/witnet-rust/pull/2469. The latter four commits are all new self-contained patches that introduce a fix or feature, but they build upon each other, so...
This aims to enable switching block time when v2.0 activates. I tested this on a local testnet and it seems to behave properly, but this is obviously a complicated feature....
Staking onto two validators with the same external withdraw address results in the `by_withdrawer` data stucture only tracking the latest one. However, this is actually a valid move and it...