Fergal
Fergal
Will we also be publishing proper releases for Signify-TS too?
The only issue here with multi-sig is for each participant you will need to make a Signify KERIA call instead of just 1. @pfeairheller Does `ri` need to be defined...
@lenkan I'd like to find time to dig into it but it might be because the SAIDs are different. https://github.com/WebOfTrust/signify-ts/actions/runs/10580083902/job/29314065407 ``` FAIL examples/integration-scripts/multisig-vlei-issuance.test.ts (43.885 s) ✕ multisig-vlei-issuance (42765 ms) ●...
Based on todays dev call - some reliance in KERIA for the SAID of the messages to multisig members to be the same, so the `rp` field should be the...
@lenkan I think you are talking about for example, issuer sends grant to multisig identifier. In this case, it sends it to all the authorised endpoints in the OOBI that...
I have a dev KERIA instance: - [da8e53f](https://github.com/WebOfTrust/keria/commit/da8e53f) (so a small bit behind latest) - it has a lot of agents (over 3k but almost all are old/idle agents, often...
> The hio loops might be running at too high of frequency (tock setting) in a tight loop. Optimizing those loop configurations/timing can be helpful. From so far as I...
@rubelhassan I was looking at this and had to drop to other work and will be going on vacation soon, but number 2 helped quite a bit for me if...
So `depends` isn't really a "thing" in KERIA. It's just metadata stored with the operation that the client interprets. Given the current code structure, it could make sense to recursively...
The registry operation calls `findAnchoringSealEvent` - which from a quick glance, seems like it waits until it's fully witnessed. Perhaps there's a bug there.