AntelopeIO / spring

C++ implementation of the Antelope protocol with Savanna consensus
Other
5 stars 2 forks source link

Consider enabling vote propogation by default in 1.0 #490

Closed matthewdarwin closed 1 month ago

matthewdarwin commented 1 month ago

To help ensuring the network is stable on consensus activation, consider enabling vote propagation by default in 1.0. This of course creates load on nodes that don't need voting.

The current default is really correct, but this is a request to consider making it incorrect in the interest of network stability on feature launch. The default can be changed back in a future release.

arhag commented 1 month ago

We plan to go with https://github.com/AntelopeIO/spring/issues/495 as a medium-term protection instead.