Daniel Lenksjö

Results 76 comments of Daniel Lenksjö

> This is functionality of a watcher. What does that mean? Is that just meant as a pointer for how to implement or that it is not applicable to KERIA?

> The workaround I'm using is that A or B sends exn to C. C "joins" the event and then queries the latest state of the multisig. A better approach...

Thanks @2byrds. I believe both features are needed for a production ready system! I would simply rank them based on the lowest effort first basis.

I have created a script here: https://github.com/nordlei/vlei-sandbox/blob/main/src/issues/multisig-join-late.test.ts that reproduces an issue when multisig members do not synchronize their actions perfectly. Here is how you can run the script ``` git...

Here is a reference to a discussion in discord regarding this: https://discord.com/channels/1148629222647148624/1148734044545228831/1194270946215854182

I believe the failed windows tests are fixed by #986

Note that if you are hesitant about the environment variables being enables, we can disable it. It is trivial to add now when the keystore parameters are extracted to its...

If I perform a rotation with the intention of just rotating keys, I do not expect `toad` to change. To me this is a bug. Otherwise, I believe `--toad` should...

@pfeairheller This can be closed as it is already implemented, correct?

I believe this can be closed once https://github.com/WebOfTrust/keripy/pull/998 is merged? That should ensure multisig delegation is working.