archethic-foundation / archethic-node

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

Validators should broadcast to every storage nodes #1572

Closed bchamagne closed 1 month ago

bchamagne commented 1 month ago

Describe the problem you discovered

Currently every validator send the replicate message to 1/3 of the storage nodes. But if a validator crash in the middle of the process, only 2/3 of the storage nodes are replicating the transaction

Describe the solution you'd like

because there will be at maximum 197 storage nodes. Every validators could send the message to every storage nodes.

Epic

No response

bchamagne commented 1 month ago

won't do, we instead integrate a repair inside the read function