We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
allocation
blob-registry
space/blob/list
This is a table rename and a couple of field renames (multihash -> digest and invocation -> cause). For reference, I've listed the current schemas:
multihash
digest
invocation
cause
space
did:key:space
zQm...
size
101
baf...ucan
insertedAt
2022-12-24T...
Tasks:
The text was updated successfully, but these errors were encountered:
upload-service
w3up
alanshaw
No branches or pull requests
This is a table rename and a couple of field renames (
multihash
->digest
andinvocation
->cause
). For reference, I've listed the current schemas:allocation
schema:space
: string (e.g.did:key:space
)multihash
: string (e.g.zQm...
)size
: number (e.g.101
)invocation
: string (e.g.baf...ucan
- CID of invocation UCAN)insertedAt
: string (e.g.2022-12-24T...
)blob-registry
schema:space
: stringdigest
: stringsize
: numbercause
: stringinsertedAt
: stringTasks:
blob-registry
table and temporarily write to bothallocation
andblob-registry
tables. #272allocation
table data toblob-registry
table. #273The text was updated successfully, but these errors were encountered: