witnet / witnet-rust

Open source Rust implementation of the Witnet decentralized oracle protocol, including full node and wallet backend 👁️🦀
https://docs.witnet.io
GNU General Public License v3.0
180 stars 56 forks source link

Implement superblock signing time bomb for Wit/2 #2501

Open aesedepece opened 1 week ago

aesedepece commented 1 week ago

The superblock signing committee from #2500 will be kept for the time being, on the condition that it will be eventually disabled and that signers will be sampled from the stakes tracker. This timed switch may be relative to the eventual activation date of 2_0.

aesedepece commented 1 week ago

We may need to discuss different strategies for sampling the committee out of the stakes tracker, which already provides functions for ranking, sampling and stuff.

drcpu-github commented 1 week ago

https://github.com/witnet/witnet-rust/pull/2448