Skip to content
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

Test deleg store #14

Closed
wants to merge 237 commits into from
Closed

Test deleg store #14

wants to merge 237 commits into from

Commits on Sep 27, 2023

  1. Copy the full SHA
    bc2e3fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e29141a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ccc2441 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a7dea6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ec58118 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b673953 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7edff84 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: add UCAN types

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    c49f252 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c06595 View commit details
    Browse the repository at this point in the history
  3. feat: add eddsa support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    6e12522 View commit details
    Browse the repository at this point in the history
  4. feat: add es256 support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    60ec612 View commit details
    Browse the repository at this point in the history
  5. feat: add es256k support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    66b8602 View commit details
    Browse the repository at this point in the history
  6. feat: add es384 support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    c82c0ff View commit details
    Browse the repository at this point in the history
  7. feat: add es512 support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    01acb00 View commit details
    Browse the repository at this point in the history
  8. feat: add ps256 support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    f401608 View commit details
    Browse the repository at this point in the history
  9. feat: add rs256 support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    d455cee View commit details
    Browse the repository at this point in the history
  10. feat: add BLST support

    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    832b333 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    cfb7886 View commit details
    Browse the repository at this point in the history
  12. 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
    QuinnWilton committed Sep 28, 2023
    Copy the full SHA
    841be84 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    5133dcc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. refactor: parse proofs as CIDs

    This also generally cleans up the trait bounds, and removes
    the unused Fact trait
    QuinnWilton committed Oct 4, 2023
    Copy the full SHA
    f984afb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ab91dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f16f1a3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    580b023 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d560092 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Copy the full SHA
    bd338dd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Copy the full SHA
    aaf3102 View commit details
    Browse the repository at this point in the history
  2. fix: support invoking the register_plugin! macro from outside the create

    Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
    QuinnWilton and matheus23 committed Oct 6, 2023
    Copy the full SHA
    417fd9f View commit details
    Browse the repository at this point in the history
  3. fix: handle deserializing caveats for the top ability

    Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
    QuinnWilton and matheus23 committed Oct 6, 2023
    Copy the full SHA
    5c31410 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8762375 View commit details
    Browse the repository at this point in the history
  5. fix: handle the top ability and capabilities rooted under the initial…

    … UCAN
    
    Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
    QuinnWilton and matheus23 committed Oct 6, 2023
    Copy the full SHA
    12409b9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f1c88e2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3c088bd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fafd183 View commit details
    Browse the repository at this point in the history
  9. fix: require that resources, abilities, and caveats are Send + Sync

    Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
    QuinnWilton and matheus23 committed Oct 6, 2023
    Copy the full SHA
    297ba2e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: Qualify Plugin use in register_plugin! macro

    Signed-off-by: Philipp Krüger <philipp.krueger1@gmail.com>
    matheus23 committed Oct 11, 2023
    Copy the full SHA
    909ffb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. 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).
    matheus23 committed Oct 16, 2023
    Copy the full SHA
    eb58bbe View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Copy the full SHA
    7da838e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge pull request #2 from fission-codes/matheus23/qualfy-plugin-macro

    fix: Qualify `Plugin` use in `register_plugin!` macro
    QuinnWilton committed Oct 23, 2023
    Copy the full SHA
    16e5565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from fission-codes/matheus23/expose-serde

    feat: Implement Serialize/Deserialize for UCAN
    QuinnWilton committed Oct 23, 2023
    Copy the full SHA
    f3e3bff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ef72ace View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Copy the full SHA
    5d272de View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Copy the full SHA
    a4d93f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. fix: honor UCAN lifetimes

    QuinnWilton committed Oct 26, 2023
    Copy the full SHA
    5cad950 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f9d56a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #4 from fission-codes/matheus23/allow-same-resourc…

    …e-scheme
    
    feat: Allow the same resource scheme for multiple plugins
    QuinnWilton committed Oct 27, 2023
    Copy the full SHA
    240549b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. 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
    ```
    QuinnWilton committed Nov 29, 2023
    Copy the full SHA
    28345a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    827a7cd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    98ae17d View commit details
    Browse the repository at this point in the history
  4. 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.
    QuinnWilton committed Nov 29, 2023
    Copy the full SHA
    0b2a2d7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e6a64d3 View commit details
    Browse the repository at this point in the history
  6. 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.
    QuinnWilton committed Nov 29, 2023
    Copy the full SHA
    0257b3b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    537f4fe View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b874f00 View commit details
    Browse the repository at this point in the history
  9. 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
    QuinnWilton committed Nov 29, 2023
    Copy the full SHA
    074a18e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a56c450 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    069e2fc View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    321555f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    60b5b2c View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    42c7386 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    6b7c87c View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    d8e5039 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    edfefb1 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    274acc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Copy the full SHA
    692a4d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Copy the full SHA
    c6e9e17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3177cae View commit details
    Browse the repository at this point in the history
  3. Trim whitespace

    expede committed Jan 19, 2024
    Copy the full SHA
    a31445a View commit details
    Browse the repository at this point in the history
  4. feat: frustration

    expede committed Jan 19, 2024
    Copy the full SHA
    3cda14f View commit details
    Browse the repository at this point in the history
  5. fix: typo

    expede committed Jan 19, 2024
    Copy the full SHA
    d6a62fb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0e0efa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Exploratory programming

    expede committed Jan 24, 2024
    Copy the full SHA
    77dafd9 View commit details
    Browse the repository at this point in the history
  2. Formatter

    expede committed Jan 24, 2024
    Copy the full SHA
    9c38b9b View commit details
    Browse the repository at this point in the history
  3. Splitting out separate files

    expede committed Jan 24, 2024
    Copy the full SHA
    a5b5434 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6ec904c View commit details
    Browse the repository at this point in the history
  5. More exploration

    expede committed Jan 24, 2024
    Copy the full SHA
    fb8336f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. WIP

    expede committed Jan 25, 2024
    Copy the full SHA
    aaa2a79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ad94b97 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. WIP

    expede committed Jan 26, 2024
    Copy the full SHA
    e72b6d8 View commit details
    Browse the repository at this point in the history
  2. Remove -rs from package name

    expede committed Jan 26, 2024
    Copy the full SHA
    9cb4126 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7a5452f View commit details
    Browse the repository at this point in the history
  4. Update cargo

    expede committed Jan 26, 2024
    Copy the full SHA
    454670c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Copy the full SHA
    a22b0c2 View commit details
    Browse the repository at this point in the history
  2. Ahead of proven contraint

    expede committed Jan 27, 2024
    Copy the full SHA
    c69c7ba View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f9c712d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2ff88a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Promising direction!

    expede committed Jan 28, 2024
    Copy the full SHA
    7bfc238 View commit details
    Browse the repository at this point in the history
  2. Making headway!

    Still not 1000% convinced about the parenful stuff due to the
    indirection (vs a Void type), but hey it's not terrible!
    expede committed Jan 28, 2024
    Copy the full SHA
    f0a5bf4 View commit details
    Browse the repository at this point in the history
  3. Much improved proof checking

    expede committed Jan 28, 2024
    Copy the full SHA
    66502a8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    831695d View commit details
    Browse the repository at this point in the history
  5. Save state

    expede committed Jan 28, 2024
    Copy the full SHA
    8f9053a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Save before changig CheckSelf

    expede committed Jan 29, 2024
    Copy the full SHA
    6382d8a View commit details
    Browse the repository at this point in the history
  2. Proving almost done

    expede committed Jan 29, 2024
    Copy the full SHA
    f24fcf8 View commit details
    Browse the repository at this point in the history
  3. Fixed conditions

    expede committed Jan 29, 2024
    Copy the full SHA
    2355b79 View commit details
    Browse the repository at this point in the history
  4. Got rid of the extra constraint... but at what cost?!??!

    dun dun duuuun
    expede committed Jan 29, 2024
    Copy the full SHA
    21af73e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Copy the full SHA
    f417565 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Copy the full SHA
    9cb6cdf View commit details
    Browse the repository at this point in the history
  2. More cleanup

    expede committed Jan 31, 2024
    Copy the full SHA
    9c6fb07 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fdaae6c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Serde sometimes, I tell ya

    expede committed Feb 1, 2024
    Copy the full SHA
    8ff556c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    406b72d View commit details
    Browse the repository at this point in the history
  3. Save ahead of wasming

    expede committed Feb 1, 2024
    Copy the full SHA
    5ec4b9f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Copy the full SHA
    d8ebca2 View commit details
    Browse the repository at this point in the history
  2. Learning about Wasm bindgen

    expede committed Feb 2, 2024
    Copy the full SHA
    c8bfde7 View commit details
    Browse the repository at this point in the history
  3. Ipld <-> JsValue

    expede committed Feb 2, 2024
    Copy the full SHA
    f668aa6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5fb875f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Save debugging bindgen

    expede committed Feb 3, 2024
    Copy the full SHA
    9461d8d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d435ee4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Copy the full SHA
    1b36674 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9209f75 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d24f8f4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e5fdd53 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Copy the full SHA
    220c9a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Many docs. Very wow.

    expede committed Feb 6, 2024
    Copy the full SHA
    1edf634 View commit details
    Browse the repository at this point in the history
  2. more doctests

    expede committed Feb 6, 2024
    Copy the full SHA
    395cbc2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    448fdfb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e81f5a5 View commit details
    Browse the repository at this point in the history
  5. Time!

    expede committed Feb 6, 2024
    Copy the full SHA
    e739577 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Save

    expede committed Feb 7, 2024
    Copy the full SHA
    0766cfe View commit details
    Browse the repository at this point in the history
  2. No more meta handling

    expede committed Feb 7, 2024
    Copy the full SHA
    a111ffb View commit details
    Browse the repository at this point in the history
  3. Save ahead of reorg

    expede committed Feb 7, 2024
    Copy the full SHA
    e8d7afe View commit details
    Browse the repository at this point in the history
  4. Save before reworking Promise

    expede committed Feb 7, 2024
    Copy the full SHA
    1ed78e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fixin' warnings!

    expede committed Feb 8, 2024
    Copy the full SHA
    c60234f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. What a saga!

    expede committed Feb 9, 2024
    Copy the full SHA
    4c64c7a View commit details
    Browse the repository at this point in the history
  2. Lots of cleanup

    expede committed Feb 9, 2024
    Copy the full SHA
    a1d661c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Copy the full SHA
    6fefae5 View commit details
    Browse the repository at this point in the history
  2. Save poijt

    expede committed Feb 10, 2024
    Copy the full SHA
    3c2e49a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    366c416 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ae01353 View commit details
    Browse the repository at this point in the history
  5. Much simplification

    expede committed Feb 10, 2024
    Copy the full SHA
    a51202f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3097b3d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Copy the full SHA
    3588c29 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Save before trait reorg

    expede committed Feb 12, 2024
    Copy the full SHA
    4f3468f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b68922 View commit details
    Browse the repository at this point in the history
  3. On to the crypto

    expede committed Feb 12, 2024
    Copy the full SHA
    d5e0b13 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ef39431 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. DID Key crypto

    expede committed Feb 13, 2024
    Copy the full SHA
    5314d82 View commit details
    Browse the repository at this point in the history
  2. Parameterized by DID

    expede committed Feb 13, 2024
    Copy the full SHA
    3f69fc9 View commit details
    Browse the repository at this point in the history
  3. Tests passing again

    expede committed Feb 13, 2024
    Copy the full SHA
    23472a2 View commit details
    Browse the repository at this point in the history
  4. Working on presets

    expede committed Feb 13, 2024
    Copy the full SHA
    3b8d57d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9012ce3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. VERY WIP invocation agent

    expede committed Feb 14, 2024
    Copy the full SHA
    cc5d305 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Working on invocaton agent

    expede committed Feb 15, 2024
    Copy the full SHA
    1b60658 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Copy the full SHA
    d99e16a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Copy the full SHA
    acc564e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    70ff160 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a48e35c View commit details
    Browse the repository at this point in the history
  4. Remove unused crates

    expede committed Feb 17, 2024
    Copy the full SHA
    bcf6a50 View commit details
    Browse the repository at this point in the history
  5. Custom serilaizer

    expede committed Feb 17, 2024
    Copy the full SHA
    a8ff1f3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    eef78f3 View commit details
    Browse the repository at this point in the history
  7. Clean up did:key

    expede committed Feb 17, 2024
    Copy the full SHA
    d1f05f3 View commit details
    Browse the repository at this point in the history
  8. Save before some newtyping

    expede committed Feb 17, 2024
    Copy the full SHA
    e9a77c2 View commit details
    Browse the repository at this point in the history
  9. Newtype invocation

    expede committed Feb 17, 2024
    Copy the full SHA
    83f8e6d View commit details
    Browse the repository at this point in the history
  10. Delegation newtype

    expede committed Feb 17, 2024
    Copy the full SHA
    233397e View commit details
    Browse the repository at this point in the history
  11. Better docs

    expede committed Feb 17, 2024
    Copy the full SHA
    c2dcb1d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Break up a few modules

    expede committed Feb 18, 2024
    Copy the full SHA
    a358ffb View commit details
    Browse the repository at this point in the history
  2. Move signature under crypto

    expede committed Feb 18, 2024
    Copy the full SHA
    6b98b49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c41e0b8 View commit details
    Browse the repository at this point in the history
  4. More Arbitrary instances

    expede committed Feb 18, 2024
    Copy the full SHA
    58f5300 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bf3e2ff View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Varsig implementation

    expede committed Feb 19, 2024
    Copy the full SHA
    5016132 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Expose CID helpers

    expede committed Feb 21, 2024
    Copy the full SHA
    76f0fc9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    66efbda View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Copy the full SHA
    322b2c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Copy the full SHA
    8522b55 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Working on policy DSL

    expede committed Feb 27, 2024
    Copy the full SHA
    5666899 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Copy the full SHA
    d1fbad7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ffd4f1a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00c9806 View commit details
    Browse the repository at this point in the history
  4. Saving

    expede committed Feb 28, 2024
    Copy the full SHA
    a3b328a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8c936aa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Autoencode

    expede committed Feb 29, 2024
    Copy the full SHA
    730894f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Minimal predicate language

    expede committed Mar 2, 2024
    Copy the full SHA
    5bdba9b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. selector parser

    expede committed Mar 3, 2024
    Copy the full SHA
    e00f68d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Copy the full SHA
    3143c39 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Cleanup post-spec updates

    expede committed Mar 5, 2024
    Copy the full SHA
    65987cd View commit details
    Browse the repository at this point in the history
  2. Going through FIXMEs

    expede committed Mar 5, 2024
    Copy the full SHA
    b156a3a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6055dd2 View commit details
    Browse the repository at this point in the history
  4. Begn conversion

    expede committed Mar 5, 2024
    Copy the full SHA
    cd22a59 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Recover command menu

    expede committed Mar 6, 2024
    Copy the full SHA
    f5e9cc5 View commit details
    Browse the repository at this point in the history
  2. Plugging various FIXMEs

    expede committed Mar 6, 2024
    Copy the full SHA
    4541170 View commit details
    Browse the repository at this point in the history
  3. Save before fixing promises

    expede committed Mar 6, 2024
    Copy the full SHA
    abce1e3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4db9cf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Switch to envelope trait

    expede committed Mar 7, 2024
    Copy the full SHA
    537811f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7a7e11 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a5180cd View commit details
    Browse the repository at this point in the history
  4. u64 because libpld

    expede committed Mar 7, 2024
    Copy the full SHA
    656b529 View commit details
    Browse the repository at this point in the history
  5. update for u64 everywhere

    expede committed Mar 7, 2024
    Copy the full SHA
    ff366c5 View commit details
    Browse the repository at this point in the history
  6. Builders

    expede committed Mar 7, 2024
    Copy the full SHA
    842bf28 View commit details
    Browse the repository at this point in the history
  7. lol oops

    expede committed Mar 7, 2024
    Copy the full SHA
    2cb8ef8 View commit details
    Browse the repository at this point in the history
  8. oops again!

    expede committed Mar 7, 2024
    Copy the full SHA
    51c3b02 View commit details
    Browse the repository at this point in the history
  9. PartialOrd

    expede committed Mar 7, 2024
    Copy the full SHA
    ec1b2b6 View commit details
    Browse the repository at this point in the history
  10. Defaults

    expede committed Mar 7, 2024
    Copy the full SHA
    33a0ac3 View commit details
    Browse the repository at this point in the history
  11. this is such test code lol

    expede committed Mar 7, 2024
    Copy the full SHA
    cfe55fd View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8ecd176 View commit details
    Browse the repository at this point in the history
  13. Helper functions on memstore

    expede committed Mar 7, 2024
    Copy the full SHA
    326338c View commit details
    Browse the repository at this point in the history
  14. make method public

    expede committed Mar 7, 2024
    Copy the full SHA
    d5cfbac View commit details
    Browse the repository at this point in the history
  15. printable error

    expede committed Mar 7, 2024
    Copy the full SHA
    8213091 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    6e746ad View commit details
    Browse the repository at this point in the history
  17. remote debugging... gross

    expede committed Mar 7, 2024
    Copy the full SHA
    39939f4 View commit details
    Browse the repository at this point in the history
  18. good ol' printline debugging

    expede committed Mar 7, 2024
    Copy the full SHA
    d0d9055 View commit details
    Browse the repository at this point in the history
  19. Serialize to IPLD

    expede committed Mar 7, 2024
    Copy the full SHA
    f50445d View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    6a08986 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. same for invocation

    expede committed Mar 8, 2024
    Copy the full SHA
    ef77814 View commit details
    Browse the repository at this point in the history
  2. Add some dbg

    expede committed Mar 8, 2024
    Copy the full SHA
    2f38108 View commit details
    Browse the repository at this point in the history
  3. debugging the store

    expede committed Mar 8, 2024
    Copy the full SHA
    6e9131c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5c3cea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. WIP

    expede committed Mar 9, 2024
    Copy the full SHA
    9afd69d View commit details
    Browse the repository at this point in the history
  2. Remove bools from pred lang

    expede committed Mar 9, 2024
    Copy the full SHA
    30e687c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Copy the full SHA
    02d4c2f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Add "via" functionality

    expede committed Mar 13, 2024
    Copy the full SHA
    bfae427 View commit details
    Browse the repository at this point in the history
  2. Defaults

    expede committed Mar 13, 2024
    Copy the full SHA
    b65ec3e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Copy the full SHA
    61ed0ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fce6a9a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Copy the full SHA
    aa41773 View commit details
    Browse the repository at this point in the history
  2. Fix test

    expede committed Mar 15, 2024
    Copy the full SHA
    42358bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa90a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Manual test context

    expede committed Mar 16, 2024
    Copy the full SHA
    08f72df View commit details
    Browse the repository at this point in the history
  2. Fixed test

    expede committed Mar 16, 2024
    Copy the full SHA
    2cb9a70 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    de000f2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    507507e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3bba844 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2ef67b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Copy the full SHA
    02b37bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c70158 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    71ee7f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fix glob matcher

    expede committed Mar 18, 2024
    Copy the full SHA
    07ed478 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b965982 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. refactor: Adjustments to Stores & Agents (#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
    matheus23 committed Mar 21, 2024
    Copy the full SHA
    c949a4f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3503a32 View commit details
    Browse the repository at this point in the history
  3. WIP rebasing

    expede committed Mar 21, 2024
    Copy the full SHA
    deee2bc View commit details
    Browse the repository at this point in the history
  4. Revert so that can push

    expede committed Mar 21, 2024
    Copy the full SHA
    93cce69 View commit details
    Browse the repository at this point in the history
  5. Correct the FIXME for command

    expede committed Mar 21, 2024
    Copy the full SHA
    643b466 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Test delegation store

    expede committed Mar 22, 2024
    Copy the full SHA
    faba286 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. WIP testing

    expede committed Mar 23, 2024
    Copy the full SHA
    246578b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Save WIP writng more tests

    expede committed Mar 25, 2024
    Copy the full SHA
    279f17c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6affc01 View commit details
    Browse the repository at this point in the history