w3up
w3up copied to clipboard
⁂ w3up protocol implementation
We want to have capabilities to switch between pricing plans. Here is the preliminary list ### Check current plan ```js { "can": "plan/get", "with": "did:mailto:web.mail:alice" } ``` ```js // receipt...
Recently we realized that we aren't able to sort the UCAN invocations as invocations have not timestamps. That lead us to realize that we should probably put the timestamps in...
I haven't seen this in prior uses, so it might be a flash in the pan. If anyone else sees similar, please share. ``` ╰─± npm run build > [email protected]...
When I create a proof, export it, and import it back I get an IndexedDB error in Safari. The same code works in Chrome. The error originates here: https://github.com/web3-storage/w3up/blob/3b02c741ec3f86c8e234ade0bf361a0691f3fba6/packages/access-client/src/drivers/indexeddb.js#L105 The...
WIP implementation of [w3-deal protocol](https://github.com/web3-storage/specs/blob/feat/w3-deal/w3-deal.md)
This thread https://github.com/web3-storage/RFC/pull/2/files#r1270991627 got me thinking whether our setup can support mapping Plans to SLA which would in turn affect which aggregation queue upload pieces land. I think we think...
validate cbor decoded offer with schema per https://github.com/web3-storage/w3up/pull/787#discussion_r1220418675
on `aggregate/offer` commD of provided aggregate offer should be validated before proceeding.