-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: VID API tweaks, plus optimization for ADVZ disperse (#450)
* new LengthGetter trait and impl for advz * add trait CommitChecker, delete fn check_common_commit_consistency * use batch_commit in disperse for parallelism * remove LengthGetter, CommitChecker; make them mandatory in CommitBounds, VidScheme * use serde for CommonBounds instead of canonical * add serde to VidScheme::[Commit | Common], need generic-array with serde (boo) * add TODO for VidScheme::is_consistent * move payload_byte_len into VidScheme, delete CommonBounds
- Loading branch information
Showing
4 changed files
with
34 additions
and
33 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