forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skips (redundant) signature verification for recovered Merkle shreds (s…
…olana-labs#4282) With Merkle shreds, leader signs the Merkle root of the erasure batch and all shreds within the same erasure batch have the same signature. For recovered shreds, the (unique) signature is copied from shreds which were received from turbine (or repair) and are already sig-verified. The same signature also verifies for recovered shreds because when reconstructing the Merkle tree for the erasure batch, we will obtain the same Merkle root.
- Loading branch information
1 parent
f0d9547
commit 40be9b6
Showing
4 changed files
with
65 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters