-
Notifications
You must be signed in to change notification settings - Fork 80
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
can we store md5sums in the SBT JSON file? #339
Comments
ref node |
ref #993 |
also note, when using md5sum selectors #1072 being able to reach into an SBT and pull out a specific signature quickly seems like a good thing. |
after revisiting #993 this seems to be already "done", in the sense that md5sums are stored there in several places, most specifically |
metadata. But it should probably be a dictionary, and not just the md5. "filename" is an IPFS hash for the IPFSStorage, or might contain I think "name" is pretty much unused (because we pull names from the signatures, not the leaf). |
#1590 adds full manifests to SBTs, that contain all this info! |
this would let us pick out specific signatures more easily without having to traverse through all the leaves.
The text was updated successfully, but these errors were encountered: