-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make chain manager track the locked block's blobs. (#3006)
* Make test_finalize_locked_block_with_blobs harder. (Fails now.) * In the chain manager, store exactly the locked block's blobs. * pending_blobs → locked_blobs * Deduplicate loading the remaining blobs. * In the updater, send only the required blobs. * Apply the proposal size limit to read blobs, too. * Use handle_certificate; add comments. * Rename block reader functions; merge required_blobs lines. * Update linera-core/src/local_node.rs Co-authored-by: deuszx <[email protected]> Signed-off-by: Andreas Fackler <[email protected]> --------- Signed-off-by: Andreas Fackler <[email protected]> Co-authored-by: deuszx <[email protected]>
- Loading branch information
Showing
11 changed files
with
208 additions
and
231 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
Oops, something went wrong.