Zilliqa / zilliqa-developer

GNU General Public License v3.0
2 stars 5 forks source link

Sharing of validator signatures over UCCB events #702

Closed DrZoltanFazekas closed 3 months ago

DrZoltanFazekas commented 4 months ago

When validators sign a UCCB event, they shall broadcast their signatures using libp2p, and they shall collect and store the signatures broadcast by other validators.

On every new signature received, validators shall check if the signatures collected have reached the supermajority and mark the respective UCCB nonce as ready, meaning that a UCCB transaction can be submitted to the target chain,

DrZoltanFazekas commented 3 months ago

replaced by https://github.com/Zilliqa/zq2/issues/1016