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
Reading this PR got me wondering if perhaps we should have used memory/allocate and memory/commit instead (which would avoid confusion between service blob and user blob) that way address: BlobAddress would have changed to memory: AllocatedMemory
I think it is worth doing, especially because while discussing federated storage network it came clear that w3up will likely look for a suitable storage node candidate(s) and perform allocation with them. That is to say memory/allocate and memory/commit would make even more sense then. On the other hand space parameter makes very little sense in that context.
The text was updated successfully, but these errors were encountered:
Per storacha/w3up#1342 (comment)
I think it is worth doing, especially because while discussing federated storage network it came clear that w3up will likely look for a suitable storage node candidate(s) and perform allocation with them. That is to say
memory/allocate
andmemory/commit
would make even more sense then. On the other handspace
parameter makes very little sense in that context.The text was updated successfully, but these errors were encountered: