-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: storacha/ucanto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: server-v10.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: storacha/ucanto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: server-v10.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 22 files changed
- 3 contributors
Commits on Jan 22, 2025
-
fix: upgrade dependencies (#366)
depends on: * [x] ipld/js-dag-ucan#97
Configuration menu - View commit details
-
Copy full SHA for bf6274c - Browse repository at this point
Copy the full SHA bf6274cView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f8dcf6 - Browse repository at this point
Copy the full SHA 0f8dcf6View commit details
Commits on Feb 12, 2025
-
docs: fix example in README.md (#286)
Copy-pasted some example code in the UCAN workshop. This fix made it work: the invocations are each individual arguments, not an array. Wondering though if the array form would be more intuitive when batching multiple invocations - in the old docs it would be `connection.execute(invocations)`, in the working code it's `connection.execute(...invocations)`.
Configuration menu - View commit details
-
Copy full SHA for 688680e - Browse repository at this point
Copy the full SHA 688680eView commit details
Commits on Feb 13, 2025
-
fix: infinite recursion with unknown attestation (#368)
If proofs contain an attestation that is not issued by the service authority then `claim(...)` will recurse indefinitely.
Configuration menu - View commit details
-
Copy full SHA for d94496a - Browse repository at this point
Copy the full SHA d94496aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac2cb0 - Browse repository at this point
Copy the full SHA bac2cb0View commit details -
feat: allow alternative audience for server (#371)
This PR adds a new server option `audience`, which allows the server to accept invocations for audiences other than the service itself. This option was already available (and continues to be available) on a per handler basis (via `provideAdvanced`), it takes precedence over the new global server audience. Concretely, the DID for web3.storage is changing, but we want to be able to accept invocations targeting the old DID without having to configure every single handler.
Configuration menu - View commit details
-
Copy full SHA for d793091 - Browse repository at this point
Copy the full SHA d793091View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aeb3ca5 - Browse repository at this point
Copy the full SHA aeb3ca5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff server-v10.1.0...server-v10.2.0