dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Sign multiple blocks at once #94

Open inverted-capital opened 2 years ago

inverted-capital commented 2 years ago

Signatures can be a merkle proof so a large group of chains with the same validators can have all their next blocks signed with a single signature by creating signatures for the root hash, then distributing these to all the chains.

This can help with speed as running chains internally is much faster than across block boundaries.