-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: implement admin/upload/inspect
and admin/store/inspect
capabilities
#918
Commits on Sep 11, 2023
-
feat: introduce
root/get
andshard/get
capabilitiesimplementations of new capabilities proposed in storacha/specs#77
Configuration menu - View commit details
-
Copy full SHA for 09409df - Browse repository at this point
Copy the full SHA 09409dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24bfe71 - Browse repository at this point
Copy the full SHA 24bfe71View commit details -
feat: add
getCID
toUploadTable
andStoreTable
This will enable us to implement the invocation handlers for `root/get` and `shard/get`
Configuration menu - View commit details
-
Copy full SHA for 4e94b4f - Browse repository at this point
Copy the full SHA 4e94b4fView commit details -
fix: add more exports from capabilities
including adding `/*` top level capabilities for both `root` and `shard`
Configuration menu - View commit details
-
Copy full SHA for d14d844 - Browse repository at this point
Copy the full SHA d14d844View commit details
Commits on Sep 12, 2023
-
feat: implement invocation handlers for
shard/get
androot/get
This required a few more tweaks to the capabilities package types. I've added test suites for both new namespaces and added a new `getCID` method to each of the `{Upload|Store}Table` interfaces, and updated the in-memory implementations of each.
Configuration menu - View commit details
-
Copy full SHA for 1b5bb3f - Browse repository at this point
Copy the full SHA 1b5bb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967533b - Browse repository at this point
Copy the full SHA 967533bView commit details -
this is strange because they don't seem to be necessary (and they aren't in Visual Studio!) but a cheeky typecast fixes them for now
Configuration menu - View commit details
-
Copy full SHA for eed9b34 - Browse repository at this point
Copy the full SHA eed9b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7aca0 - Browse repository at this point
Copy the full SHA 1c7aca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb0afb - Browse repository at this point
Copy the full SHA fcb0afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52c1ae6 - Browse repository at this point
Copy the full SHA 52c1ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371c9ac - Browse repository at this point
Copy the full SHA 371c9acView commit details
Commits on Sep 13, 2023
-
fix: use string not Date for insertedAt
it doesn't seem like we support Date types in Ucanto service return values?
Configuration menu - View commit details
-
Copy full SHA for 1b7ad66 - Browse repository at this point
Copy the full SHA 1b7ad66View commit details