From 4559d68bfd6432ae0b0080489ad25b8a1a4d518c Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 9 Jul 2025 12:25:25 -0700 Subject: [PATCH 1/4] Update Varsig prefix to Varsig v1 - Now includes a varsig version segment --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d4c5db0..4c1287ed 100644 --- a/README.md +++ b/README.md @@ -571,10 +571,11 @@ For example: ``` js [ - {"/": {"bytes": "7aEDQLYvb3lygk9yvAbk0OZD0q+iF9c3+wpZC4YlFThkiNShcVriobPFr/wl3akjM18VvIv/Zw2LtA4uUmB5m8PWEAU"}}, + { "/": {"bytes": "bdNVZn+uTrQ8bgq5LocO2y3gqIyuEtvYWRUH9YT+SRK6v/SX8bjt+VZ9JIPVTdxkWb6nhVKBt6JGpgnjABpOCA"}}, { - "h": {"/": {"bytes": "NBIFEgEAcQ"}}, + "h": {"/": {"bytes": "NAAB7QEO0AET"}}, // i.e. signed with Ed25519 "ucan/example@1.0.0-rc.1": { + // Body fields, for example: "hello": "world" } } From 9f59713f7640e93790bb003fda46b937abe16a92 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 9 Jul 2025 12:32:32 -0700 Subject: [PATCH 2/4] Forgot the encoding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c1287ed..e140a8cd 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ For example: [ { "/": {"bytes": "bdNVZn+uTrQ8bgq5LocO2y3gqIyuEtvYWRUH9YT+SRK6v/SX8bjt+VZ9JIPVTdxkWb6nhVKBt6JGpgnjABpOCA"}}, { - "h": {"/": {"bytes": "NAAB7QEO0AET"}}, // i.e. signed with Ed25519 + "h": {"/": {"bytes": "NAAB7QEO0AETcQ"}}, // i.e. signed with Ed25519, encoded with DAG-CBOR "ucan/example@1.0.0-rc.1": { // Body fields, for example: "hello": "world" From 2f30fbce86b8b41a5ac531b2a8a37c7ae56b3480 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 9 Jul 2025 12:35:59 -0700 Subject: [PATCH 3/4] Fix dead links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e140a8cd..4a194669 100644 --- a/README.md +++ b/README.md @@ -823,7 +823,7 @@ We want to especially recognize [Mark Miller] for his numerous contributions to [Joe Armstrong]: https://en.wikipedia.org/wiki/Joe_Armstrong_(programmer) [Juan Caballero]: https://github.com/bumblefudge [Local-First Auth]: https://github.com/local-first-web/auth -[Macaroon]: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/41892.pdf +[Macaroon]: https://theory.stanford.edu/~ataly/Papers/macaroons.pdf [Mark Miller]: https://github.com/erights [Martin Kleppmann]: https://martin.kleppmann.com/ [Meiklejohn]: https://christophermeiklejohn.com/ @@ -863,7 +863,7 @@ We want to especially recognize [Mark Miller] for his numerous contributions to [Witchcraft Software]: https://github.com/expede [ZCAP-LD]: https://w3c-ccg.github.io/zcap-spec/ [`base58btc`]: https://github.com/multiformats/multibase/blob/master/multibase.csv#L21 -[`did:key`]: https://w3c-ccg.github.io/did-method-key/ +[`did:key`]: https://w3c-ccg.github.io/did-key-spec/ [`secp256k1`]: https://en.bitcoin.it/wiki/Secp256k1 [browser api crypto key]: https://developer.mozilla.org/en-US/docs/Web/API/CryptoKey [capabilities]: https://en.wikipedia.org/wiki/Object-capability_model From c3b0cc69bb37244c0e533471f1eb721aabff9e2d Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Wed, 9 Jul 2025 12:58:05 -0700 Subject: [PATCH 4/4] Remove extra 00s from varsig example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a194669..b0747ccc 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ For example: [ { "/": {"bytes": "bdNVZn+uTrQ8bgq5LocO2y3gqIyuEtvYWRUH9YT+SRK6v/SX8bjt+VZ9JIPVTdxkWb6nhVKBt6JGpgnjABpOCA"}}, { - "h": {"/": {"bytes": "NAAB7QEO0AETcQ"}}, // i.e. signed with Ed25519, encoded with DAG-CBOR + "h": {"/": {"bytes": "NAHtAe0BE3E"}}, // i.e. signed with Ed25519, encoded with DAG-CBOR "ucan/example@1.0.0-rc.1": { // Body fields, for example: "hello": "world"