You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetch locked blobs individually, not in ChainManagerInfo. (#3121)
## Motivation
Ultimately we want to transfer all blobs separately, rather than in a
single message.
(#3048)
This PR is one step towards that goal: When the client fetches the
locked block from a validator, it now requests the corresponding blobs
one by one, rather than all at once.
## Proposal
Add a `DownloadPendingBlob` endpoint; remove the locked blobs from the
`ChainManagerInfo`.
## Test Plan
Existing tests exercise this scenario, e.g.
`test_finalize_locked_block_with_blobs`.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- Part of #3048.
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments