Fergal
Fergal
I guess the motivation there was to keep the flow streamlined. The connection isn't fully there until both elements have been done, so people would otherwise think enough is done...
Yep, it's been long overdue. In Signify, it's one-sided and called a `contact` and not a connection. So it's like a phone book where you can't receive messages from the...
We did some work in https://github.com/cardano-foundation/veridian-wallet/pull/1192 to remove the hard-coding in the UI files, but there's more work to do there to handle different types of fields or nesting of...
`Organizer.find()` is acting in exactly the way it should based on it's docs. So you could have a new function to find a contact by a specific value and not...
@lenkan I'm going to merge since this has been reviewed by myself and Kent, but feel free to retroactively look at it later in case you spot anything.
I think there's just a github option where it never starts until someone with powers clicks go. I believe in WebOfTrust this was the case for me, at least until...
https://github.com/WebOfTrust/signify-ts/pull/304 created on Signify side
Updated PR to allow both signed headers and ESSR. I'm leaving this as draft as I still have the edge case I need to test for in the comment I...
Thanks @SmithSamuelM. So _if_ I understand correctly, `-Z` indicates that the payload when decrypted will be the final plaintext. So, if the parser in KERIA receives these messages, it can...
From dev call: There's a difference between what needs to be signed for business logic and what needs to be signed for security of over the wire communication. So it's...