-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor prepare proposal to efficiently fill the square (#224)
* refactor prepare proposal to efficiently fill the square * fix tests by sorting messages * estimate square size and move erasure step to the app * fix prepare and process proposal tests * fix tests * linter * use tagged version of celestia-core instead of commit * clean up todos and remove panic * update docs * fix remaining test * linter * rename after rebase * WriteSquare -> splitshares Co-authored-by: CHAMI Rachid <[email protected]> * WriteSquare -> splitshares Co-authored-by: CHAMI Rachid <[email protected]> * use correct function name for documentation Co-authored-by: CHAMI Rachid <[email protected]> * wording Co-authored-by: Ismail Khoffi <[email protected]> * log errors better * fix comment * remove ISRs from the share splitter * improve comment * typo Co-authored-by: John Adler <[email protected]> * use a clearer method of calculating the delim length Co-authored-by: John Adler <[email protected]> * use a switch statement instead of confusing if statement flow Co-authored-by: John Adler <[email protected]> * fix wording Co-authored-by: Ismail Khoffi <[email protected]> Co-authored-by: CHAMI Rachid <[email protected]> Co-authored-by: Ismail Khoffi <[email protected]> Co-authored-by: John Adler <[email protected]>
- Loading branch information
1 parent
bf8bb10
commit 6080046
Showing
15 changed files
with
617 additions
and
171 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
Oops, something went wrong.