linera-protocol
linera-protocol copied to clipboard
GRPC entrypoint to download a blob
Motivation
We need to be able to download blobs directly from the Proyx as part of the user blobs work. Fixes #2028
Proposal
This PR does a few things:
- Adds a storage connection to the Proxy
- Adds an entrypoint for downloading a blob given a blob ID
Test Plan
WIP