-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
share: GetShares
method for Getter
interface
#2983
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We had something similar but with range. I think we can combine somehow these two issues: |
I dont see how we can combine range requests and single share requests in a single method ergonomically. Please show if you have an idea |
instead of having |
|
Resolved by #3891 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We only have the
GetShare
method, which gets us a single share/sample. It worked well before, but with shwap sampling protocol, we need a method that gets multiple shares within one call to allow batching requests.The method can also satisfy singular requests, so we would also deprecate
GetShare
The text was updated successfully, but these errors were encountered: