-
Notifications
You must be signed in to change notification settings - Fork 15
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
Clean up unused imports #128
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc2e3fc - Browse repository at this point
Copy the full SHA bc2e3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e29141a - Browse repository at this point
Copy the full SHA e29141aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc2441 - Browse repository at this point
Copy the full SHA ccc2441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7dea6 - Browse repository at this point
Copy the full SHA 9a7dea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec58118 - Browse repository at this point
Copy the full SHA ec58118View commit details -
Configuration menu - View commit details
-
Copy full SHA for b673953 - Browse repository at this point
Copy the full SHA b673953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edff84 - Browse repository at this point
Copy the full SHA 7edff84View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c49f252 - Browse repository at this point
Copy the full SHA c49f252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c06595 - Browse repository at this point
Copy the full SHA 9c06595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e12522 - Browse repository at this point
Copy the full SHA 6e12522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ec612 - Browse repository at this point
Copy the full SHA 60ec612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b8602 - Browse repository at this point
Copy the full SHA 66b8602View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82c0ff - Browse repository at this point
Copy the full SHA c82c0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01acb00 - Browse repository at this point
Copy the full SHA 01acb00View commit details -
Configuration menu - View commit details
-
Copy full SHA for f401608 - Browse repository at this point
Copy the full SHA f401608View commit details -
Configuration menu - View commit details
-
Copy full SHA for d455cee - Browse repository at this point
Copy the full SHA d455ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 832b333 - Browse repository at this point
Copy the full SHA 832b333View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb7886 - Browse repository at this point
Copy the full SHA cfb7886View commit details -
test: add UCAN 0.10.0 conformance tests
Note that not all of them pass yet, and that the build tests are impossible to support, as currently defined, due to JSON canonicalization issues. Fixtures from: ucan-wg/conformance-tests#13
Configuration menu - View commit details
-
Copy full SHA for 841be84 - Browse repository at this point
Copy the full SHA 841be84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5133dcc - Browse repository at this point
Copy the full SHA 5133dccView commit details
Commits on Oct 4, 2023
-
refactor: parse proofs as CIDs
This also generally cleans up the trait bounds, and removes the unused Fact trait
Configuration menu - View commit details
-
Copy full SHA for f984afb - Browse repository at this point
Copy the full SHA f984afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab91dd - Browse repository at this point
Copy the full SHA 7ab91ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f16f1a3 - Browse repository at this point
Copy the full SHA f16f1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 580b023 - Browse repository at this point
Copy the full SHA 580b023View commit details -
Configuration menu - View commit details
-
Copy full SHA for d560092 - Browse repository at this point
Copy the full SHA d560092View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd338dd - Browse repository at this point
Copy the full SHA bd338ddView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aaf3102 - Browse repository at this point
Copy the full SHA aaf3102View commit details -
fix: support invoking the register_plugin! macro from outside the create
Co-authored-by: Philipp Krüger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 417fd9f - Browse repository at this point
Copy the full SHA 417fd9fView commit details -
fix: handle deserializing caveats for the top ability
Co-authored-by: Philipp Krüger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c31410 - Browse repository at this point
Copy the full SHA 5c31410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8762375 - Browse repository at this point
Copy the full SHA 8762375View commit details -
fix: handle the top ability and capabilities rooted under the initial…
… UCAN Co-authored-by: Philipp Krüger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12409b9 - Browse repository at this point
Copy the full SHA 12409b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c88e2 - Browse repository at this point
Copy the full SHA f1c88e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c088bd - Browse repository at this point
Copy the full SHA 3c088bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafd183 - Browse repository at this point
Copy the full SHA fafd183View commit details -
fix: require that resources, abilities, and caveats are Send + Sync
Co-authored-by: Philipp Krüger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 297ba2e - Browse repository at this point
Copy the full SHA 297ba2eView commit details
Commits on Oct 11, 2023
-
fix: Qualify
Plugin
use inregister_plugin!
macroSigned-off-by: Philipp Krüger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 909ffb7 - Browse repository at this point
Copy the full SHA 909ffb7View commit details
Commits on Oct 16, 2023
-
feat: Implement Serialize/Deserialize for UCAN
Also: Take `impl AsRef<str>` in some places instead of `String` (and standardize on specifying it as an `impl`-in-place).
Configuration menu - View commit details
-
Copy full SHA for eb58bbe - Browse repository at this point
Copy the full SHA eb58bbeView commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7da838e - Browse repository at this point
Copy the full SHA 7da838eView commit details
Commits on Oct 23, 2023
-
Merge pull request #2 from fission-codes/matheus23/qualfy-plugin-macro
fix: Qualify `Plugin` use in `register_plugin!` macro
Configuration menu - View commit details
-
Copy full SHA for 16e5565 - Browse repository at this point
Copy the full SHA 16e5565View commit details -
Merge pull request #3 from fission-codes/matheus23/expose-serde
feat: Implement Serialize/Deserialize for UCAN
Configuration menu - View commit details
-
Copy full SHA for f3e3bff - Browse repository at this point
Copy the full SHA f3e3bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef72ace - Browse repository at this point
Copy the full SHA ef72aceView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d272de - Browse repository at this point
Copy the full SHA 5d272deView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4d93f1 - Browse repository at this point
Copy the full SHA a4d93f1View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cad950 - Browse repository at this point
Copy the full SHA 5cad950View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d56a6 - Browse repository at this point
Copy the full SHA f9d56a6View commit details
Commits on Oct 27, 2023
-
Merge pull request #4 from fission-codes/matheus23/allow-same-resourc…
…e-scheme feat: Allow the same resource scheme for multiple plugins
Configuration menu - View commit details
-
Copy full SHA for 240549b - Browse repository at this point
Copy the full SHA 240549bView commit details
Commits on Nov 29, 2023
-
chore: remove cargo-spellcheck from nix.flake
Something has changed upstream that's causing issues building the package on darwin. I haven't found a fix yet, so I'm removing the package for now. For future reference, the error was: ``` > = note: ld: framework not found SystemConfiguration > clang-11: error: linker command failed with exit code 1 (use -v to see invocation) > > > error: could not compile `cargo-spellcheck` (build script) due to previous error ```
Configuration menu - View commit details
-
Copy full SHA for 28345a4 - Browse repository at this point
Copy the full SHA 28345a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 827a7cd - Browse repository at this point
Copy the full SHA 827a7cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ae17d - Browse repository at this point
Copy the full SHA 98ae17dView commit details -
refactor: gate static plugin registration behind the target
There's likely a better way to do this, so that we're able to disable the feature if desired, or for other environments, like in no-std embedded targets. A feature could help with me, but I'd like to have it enabled by default, and default-features brings with it some other ergonomics concerns, so this is as good a starting point as any.
Configuration menu - View commit details
-
Copy full SHA for 0b2a2d7 - Browse repository at this point
Copy the full SHA 0b2a2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a64d3 - Browse repository at this point
Copy the full SHA e6a64d3View commit details -
refactor: gate support for each algorithm behind features
This is intended to reduce the code-size for wasm builds, by allowing for minimal builds that only include support for the required algorithms. This also uses rexported versions of types from the `sha2` and and `ecdsa` crates, allowing us to remove those as direct dependencies.
Configuration menu - View commit details
-
Copy full SHA for 0257b3b - Browse repository at this point
Copy the full SHA 0257b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 537f4fe - Browse repository at this point
Copy the full SHA 537f4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b874f00 - Browse repository at this point
Copy the full SHA b874f00View commit details -
chore: configure the flake to use clang from nixpkgs
This allows us to build the blst crate for wasm32 targets from MacOS, which requires wasm32 support in clang, which is not included in the system version of clang provided by MacOS systems
Configuration menu - View commit details
-
Copy full SHA for 074a18e - Browse repository at this point
Copy the full SHA 074a18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a56c450 - Browse repository at this point
Copy the full SHA a56c450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069e2fc - Browse repository at this point
Copy the full SHA 069e2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 321555f - Browse repository at this point
Copy the full SHA 321555fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b5b2c - Browse repository at this point
Copy the full SHA 60b5b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c7386 - Browse repository at this point
Copy the full SHA 42c7386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7c87c - Browse repository at this point
Copy the full SHA 6b7c87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e5039 - Browse repository at this point
Copy the full SHA d8e5039View commit details -
Configuration menu - View commit details
-
Copy full SHA for edfefb1 - Browse repository at this point
Copy the full SHA edfefb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274acc2 - Browse repository at this point
Copy the full SHA 274acc2View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 692a4d4 - Browse repository at this point
Copy the full SHA 692a4d4View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6e9e17 - Browse repository at this point
Copy the full SHA c6e9e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3177cae - Browse repository at this point
Copy the full SHA 3177caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a31445a - Browse repository at this point
Copy the full SHA a31445aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cda14f - Browse repository at this point
Copy the full SHA 3cda14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a62fb - Browse repository at this point
Copy the full SHA d6a62fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0efa2 - Browse repository at this point
Copy the full SHA 0e0efa2View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77dafd9 - Browse repository at this point
Copy the full SHA 77dafd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c38b9b - Browse repository at this point
Copy the full SHA 9c38b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b5434 - Browse repository at this point
Copy the full SHA a5b5434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec904c - Browse repository at this point
Copy the full SHA 6ec904cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8336f - Browse repository at this point
Copy the full SHA fb8336fView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaa2a79 - Browse repository at this point
Copy the full SHA aaa2a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad94b97 - Browse repository at this point
Copy the full SHA ad94b97View commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e72b6d8 - Browse repository at this point
Copy the full SHA e72b6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb4126 - Browse repository at this point
Copy the full SHA 9cb4126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5452f - Browse repository at this point
Copy the full SHA 7a5452fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 454670c - Browse repository at this point
Copy the full SHA 454670cView commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a22b0c2 - Browse repository at this point
Copy the full SHA a22b0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c69c7ba - Browse repository at this point
Copy the full SHA c69c7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c712d - Browse repository at this point
Copy the full SHA f9c712dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff88a1 - Browse repository at this point
Copy the full SHA 2ff88a1View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bfc238 - Browse repository at this point
Copy the full SHA 7bfc238View commit details -
Still not 1000% convinced about the parenful stuff due to the indirection (vs a Void type), but hey it's not terrible!
Configuration menu - View commit details
-
Copy full SHA for f0a5bf4 - Browse repository at this point
Copy the full SHA f0a5bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66502a8 - Browse repository at this point
Copy the full SHA 66502a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831695d - Browse repository at this point
Copy the full SHA 831695dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9053a - Browse repository at this point
Copy the full SHA 8f9053aView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6382d8a - Browse repository at this point
Copy the full SHA 6382d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f24fcf8 - Browse repository at this point
Copy the full SHA f24fcf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2355b79 - Browse repository at this point
Copy the full SHA 2355b79View commit details -
Got rid of the extra constraint... but at what cost?!??!
dun dun duuuun
Configuration menu - View commit details
-
Copy full SHA for 21af73e - Browse repository at this point
Copy the full SHA 21af73eView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f417565 - Browse repository at this point
Copy the full SHA f417565View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cb6cdf - Browse repository at this point
Copy the full SHA 9cb6cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6fb07 - Browse repository at this point
Copy the full SHA 9c6fb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdaae6c - Browse repository at this point
Copy the full SHA fdaae6cView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ff556c - Browse repository at this point
Copy the full SHA 8ff556cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 406b72d - Browse repository at this point
Copy the full SHA 406b72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec4b9f - Browse repository at this point
Copy the full SHA 5ec4b9fView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8ebca2 - Browse repository at this point
Copy the full SHA d8ebca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8bfde7 - Browse repository at this point
Copy the full SHA c8bfde7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f668aa6 - Browse repository at this point
Copy the full SHA f668aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb875f - Browse repository at this point
Copy the full SHA 5fb875fView commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9461d8d - Browse repository at this point
Copy the full SHA 9461d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d435ee4 - Browse repository at this point
Copy the full SHA d435ee4View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b36674 - Browse repository at this point
Copy the full SHA 1b36674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9209f75 - Browse repository at this point
Copy the full SHA 9209f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for d24f8f4 - Browse repository at this point
Copy the full SHA d24f8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fdd53 - Browse repository at this point
Copy the full SHA e5fdd53View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 220c9a4 - Browse repository at this point
Copy the full SHA 220c9a4View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1edf634 - Browse repository at this point
Copy the full SHA 1edf634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395cbc2 - Browse repository at this point
Copy the full SHA 395cbc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448fdfb - Browse repository at this point
Copy the full SHA 448fdfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e81f5a5 - Browse repository at this point
Copy the full SHA e81f5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e739577 - Browse repository at this point
Copy the full SHA e739577View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0766cfe - Browse repository at this point
Copy the full SHA 0766cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a111ffb - Browse repository at this point
Copy the full SHA a111ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d7afe - Browse repository at this point
Copy the full SHA e8d7afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed78e1 - Browse repository at this point
Copy the full SHA 1ed78e1View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c60234f - Browse repository at this point
Copy the full SHA c60234fView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c64c7a - Browse repository at this point
Copy the full SHA 4c64c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d661c - Browse repository at this point
Copy the full SHA a1d661cView commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fefae5 - Browse repository at this point
Copy the full SHA 6fefae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2e49a - Browse repository at this point
Copy the full SHA 3c2e49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366c416 - Browse repository at this point
Copy the full SHA 366c416View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae01353 - Browse repository at this point
Copy the full SHA ae01353View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51202f - Browse repository at this point
Copy the full SHA a51202fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3097b3d - Browse repository at this point
Copy the full SHA 3097b3dView commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3588c29 - Browse repository at this point
Copy the full SHA 3588c29View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f3468f - Browse repository at this point
Copy the full SHA 4f3468fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b68922 - Browse repository at this point
Copy the full SHA 1b68922View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e0b13 - Browse repository at this point
Copy the full SHA d5e0b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef39431 - Browse repository at this point
Copy the full SHA ef39431View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5314d82 - Browse repository at this point
Copy the full SHA 5314d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f69fc9 - Browse repository at this point
Copy the full SHA 3f69fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23472a2 - Browse repository at this point
Copy the full SHA 23472a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8d57d - Browse repository at this point
Copy the full SHA 3b8d57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9012ce3 - Browse repository at this point
Copy the full SHA 9012ce3View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc5d305 - Browse repository at this point
Copy the full SHA cc5d305View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b60658 - Browse repository at this point
Copy the full SHA 1b60658View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d99e16a - Browse repository at this point
Copy the full SHA d99e16aView commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for acc564e - Browse repository at this point
Copy the full SHA acc564eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ff160 - Browse repository at this point
Copy the full SHA 70ff160View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48e35c - Browse repository at this point
Copy the full SHA a48e35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf6a50 - Browse repository at this point
Copy the full SHA bcf6a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ff1f3 - Browse repository at this point
Copy the full SHA a8ff1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef78f3 - Browse repository at this point
Copy the full SHA eef78f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f05f3 - Browse repository at this point
Copy the full SHA d1f05f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a77c2 - Browse repository at this point
Copy the full SHA e9a77c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f8e6d - Browse repository at this point
Copy the full SHA 83f8e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 233397e - Browse repository at this point
Copy the full SHA 233397eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dcb1d - Browse repository at this point
Copy the full SHA c2dcb1dView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a358ffb - Browse repository at this point
Copy the full SHA a358ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b98b49 - Browse repository at this point
Copy the full SHA 6b98b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41e0b8 - Browse repository at this point
Copy the full SHA c41e0b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f5300 - Browse repository at this point
Copy the full SHA 58f5300View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3e2ff - Browse repository at this point
Copy the full SHA bf3e2ffView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5016132 - Browse repository at this point
Copy the full SHA 5016132View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76f0fc9 - Browse repository at this point
Copy the full SHA 76f0fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66efbda - Browse repository at this point
Copy the full SHA 66efbdaView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 322b2c6 - Browse repository at this point
Copy the full SHA 322b2c6View commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8522b55 - Browse repository at this point
Copy the full SHA 8522b55View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5666899 - Browse repository at this point
Copy the full SHA 5666899View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1fbad7 - Browse repository at this point
Copy the full SHA d1fbad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd4f1a - Browse repository at this point
Copy the full SHA ffd4f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c9806 - Browse repository at this point
Copy the full SHA 00c9806View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b328a - Browse repository at this point
Copy the full SHA a3b328aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c936aa - Browse repository at this point
Copy the full SHA 8c936aaView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 730894f - Browse repository at this point
Copy the full SHA 730894fView commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bdba9b - Browse repository at this point
Copy the full SHA 5bdba9bView commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e00f68d - Browse repository at this point
Copy the full SHA e00f68dView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3143c39 - Browse repository at this point
Copy the full SHA 3143c39View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65987cd - Browse repository at this point
Copy the full SHA 65987cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b156a3a - Browse repository at this point
Copy the full SHA b156a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6055dd2 - Browse repository at this point
Copy the full SHA 6055dd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd22a59 - Browse repository at this point
Copy the full SHA cd22a59View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5e9cc5 - Browse repository at this point
Copy the full SHA f5e9cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4541170 - Browse repository at this point
Copy the full SHA 4541170View commit details -
Configuration menu - View commit details
-
Copy full SHA for abce1e3 - Browse repository at this point
Copy the full SHA abce1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db9cf5 - Browse repository at this point
Copy the full SHA 4db9cf5View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 537811f - Browse repository at this point
Copy the full SHA 537811fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a7e11 - Browse repository at this point
Copy the full SHA d7a7e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5180cd - Browse repository at this point
Copy the full SHA a5180cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 656b529 - Browse repository at this point
Copy the full SHA 656b529View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff366c5 - Browse repository at this point
Copy the full SHA ff366c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842bf28 - Browse repository at this point
Copy the full SHA 842bf28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb8ef8 - Browse repository at this point
Copy the full SHA 2cb8ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c3b02 - Browse repository at this point
Copy the full SHA 51c3b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1b2b6 - Browse repository at this point
Copy the full SHA ec1b2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a0ac3 - Browse repository at this point
Copy the full SHA 33a0ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe55fd - Browse repository at this point
Copy the full SHA cfe55fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecd176 - Browse repository at this point
Copy the full SHA 8ecd176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326338c - Browse repository at this point
Copy the full SHA 326338cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5cfbac - Browse repository at this point
Copy the full SHA d5cfbacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8213091 - Browse repository at this point
Copy the full SHA 8213091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e746ad - Browse repository at this point
Copy the full SHA 6e746adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39939f4 - Browse repository at this point
Copy the full SHA 39939f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d9055 - Browse repository at this point
Copy the full SHA d0d9055View commit details -
Configuration menu - View commit details
-
Copy full SHA for f50445d - Browse repository at this point
Copy the full SHA f50445dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a08986 - Browse repository at this point
Copy the full SHA 6a08986View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef77814 - Browse repository at this point
Copy the full SHA ef77814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f38108 - Browse repository at this point
Copy the full SHA 2f38108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9131c - Browse repository at this point
Copy the full SHA 6e9131cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3cea5 - Browse repository at this point
Copy the full SHA 5c3cea5View commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9afd69d - Browse repository at this point
Copy the full SHA 9afd69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e687c - Browse repository at this point
Copy the full SHA 30e687cView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02d4c2f - Browse repository at this point
Copy the full SHA 02d4c2fView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfae427 - Browse repository at this point
Copy the full SHA bfae427View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65ec3e - Browse repository at this point
Copy the full SHA b65ec3eView commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61ed0ca - Browse repository at this point
Copy the full SHA 61ed0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for fce6a9a - Browse repository at this point
Copy the full SHA fce6a9aView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa41773 - Browse repository at this point
Copy the full SHA aa41773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42358bb - Browse repository at this point
Copy the full SHA 42358bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa90a81 - Browse repository at this point
Copy the full SHA fa90a81View commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08f72df - Browse repository at this point
Copy the full SHA 08f72dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb9a70 - Browse repository at this point
Copy the full SHA 2cb9a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for de000f2 - Browse repository at this point
Copy the full SHA de000f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507507e - Browse repository at this point
Copy the full SHA 507507eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bba844 - Browse repository at this point
Copy the full SHA 3bba844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef67b3 - Browse repository at this point
Copy the full SHA 2ef67b3View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02b37bd - Browse repository at this point
Copy the full SHA 02b37bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c70158 - Browse repository at this point
Copy the full SHA 8c70158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ee7f3 - Browse repository at this point
Copy the full SHA 71ee7f3View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07ed478 - Browse repository at this point
Copy the full SHA 07ed478View commit details -
Configuration menu - View commit details
-
Copy full SHA for b965982 - Browse repository at this point
Copy the full SHA b965982View commit details
Commits on Mar 21, 2024
-
refactor: Adjustments to
Store
s &Agent
s (#9)* refactor: Make delegation::Store::get return Option * refactor: Make delegation::Store::insert take &self instead of &mut self * refactor: Make invocation::Store take &self instead of &mut self * refactor: Make `delegation::Agent` not take `&mut self` in methods * refactor: Make `Agent` take `DID` by value * refactor: Take `DID` by value in `delegation::Agent::new` * refactor: Change generic order in `delegation::Agent` and add defaults
Configuration menu - View commit details
-
Copy full SHA for c949a4f - Browse repository at this point
Copy the full SHA c949a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3503a32 - Browse repository at this point
Copy the full SHA 3503a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for deee2bc - Browse repository at this point
Copy the full SHA deee2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93cce69 - Browse repository at this point
Copy the full SHA 93cce69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 643b466 - Browse repository at this point
Copy the full SHA 643b466View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faba286 - Browse repository at this point
Copy the full SHA faba286View commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 246578b - Browse repository at this point
Copy the full SHA 246578bView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 279f17c - Browse repository at this point
Copy the full SHA 279f17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6affc01 - Browse repository at this point
Copy the full SHA 6affc01View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc0a275 - Browse repository at this point
Copy the full SHA bc0a275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b0fe1 - Browse repository at this point
Copy the full SHA 96b0fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4913ad0 - Browse repository at this point
Copy the full SHA 4913ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e59a1 - Browse repository at this point
Copy the full SHA 42e59a1View commit details