archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

Add validation nodes overbooking #1581

Open Neylix opened 1 month ago

Neylix commented 1 month ago

Is your feature request related to a problem?

Since the Hypergeometric Distribution require a minimum of nodes to validate a transaction, we cannot request the validation to this exact number of node as if a node does'nt respond we will not reach the HD require number.

Describe the solution you'd like

When doing the election of validation nodes, we should add extra nodes to the number requested by the HD calculation.

Additional context

No response

Epic

No response