Fergal
Fergal
Completely agree and think this is long overdue, thank you for taking the time to do this! I'm not a maintainer but I did check out both PRs and they...
I'm assuming this is because setup.py has `>=` and there is no lockfile. It's `==` on main as I changed it a while back, but that was the second time...
ESSR uses libsodium crypto box seal, which according to the SPAC paper seems to be one of the only implementations of HPKE available.
@lenkan Makes sense to me then - if we switch I'd be happy to test it on my ESSR work for a sanity check too
If the credential being issued in the original example is _private_ and at issuance only known to the multi-sig issuer (and issuee), how does a watcher provide the actual credential...
ok seems to have broken 1 test, interesting.. checking edit - ok, yes, forgot i need remove this `return` statement
Ah @2byrds forgot we need a new dev release of KERIA. Do you have permissions for that?
thanks @2byrds - hard to tell if the issues are from the changes I made to the Makefile or were already broken, as it seems to be the only time...
Thanks Phil, as further discussed on Discord makes complete sense! In the coming weeks I'll give a go at the new role and a way to add it (most of...
I never closed this issue, but using the `indexer` role that was added to keripy, we've been using this to signal schema OOBI endpoints in [Veridian](https://github.com/cardano-foundation/veridian-wallet/blob/b5bb28c0040c0abd6aee8b36eba7491072b6ce2f/src/core/agent/services/ipexCommunicationService.ts#L1178-L1198), and it's worked well....