-
Notifications
You must be signed in to change notification settings - Fork 379
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
Get multiple message shares from blobs helper #1234
Comments
to clarify a bit, were referring to sdk.Msgs here afaiu, correct? |
Now that multiple blobs is merged, I guess we can also support multiple blobs, what do you think? |
not sure what is meant by this mind clarifying, multiple PFBs per tx? that is on the stretch goals yeah |
This issue is confusing with respect to the usage of "message". I'm pretty confident it's referring to getting the positions of multiple blobs. Proposal to close this issue in favor of #1315 which conveys the goal a little more clearly. Since this issue is specific to a particular helper function and there's little point to updating the helper to support multiple blobs if we don't have support for share proofs for multiple blobs. Thoughts @sweexordious ? |
We can prove multiple blobs if they are in the same namespace. However, for multiple namespaces, it's not supported. Is this what you meant? |
I see this is technically possible if a user invoked celestia-app/pkg/proof/proof.go Line 106 in 150e65d
Agreed. Do we need this issue and #1315? I think we can close this in favor of #1315. |
Yes of course, that one is more general, go for it 👍 Thanks a lot |
As discussed under https://github.com/celestiaorg/celestia-app/pull/1233/files#r1069423514, we can extend the functionality of:
to also support transactions containing multiple messages and return their share ranges.
The text was updated successfully, but these errors were encountered: