Fergal
Fergal
Yeah I remember that discussion. I am also OK temporarily doing this in KERIA and moving it to this separate library/monorepo afterwards if that makes things easier. I would just...
@eminoda Do you have a reproduction script for this? And some log output from KERIA. I quickly adjusted `singlesig-ixn.test.ts` to pass the wrong key state and the operation just times...
@SmithSamuelM A couple of weeks ago you mentioned this could be done as a series of `rpy` messages, or a `exn` protocol. The ideal from my team's side is a...
Thanks @SmithSamuelM! Can you advise on the best approach to share a profile image? It would be potentially too big to embed within the exn. **Web hosted:** One solution could...
@SmithSamuelM In either approach, how can I give a commitment to the attachment from my exchange message? In the current parser, if `exn.a` is a string, a ESSR payload group...
> This is a limitation of the version 1 exn message code but not the semantics. So you could instead provided a field map for the a field value where...
> Which tags to use? Generally as long as there's a githash one and tag/branch one LGTM. I probably wouldn't use the timestamp one personally. Another one we use in...
The `p` (previous) value for an admit must point to the related grant message in the chain. It should point to the SAID of the grant message, which is the...
AFAIK in this case the API call is successful and it puts the `admit` on a internal queue, and the error is happening when the Doer picks it off the...
@bkreiser IPEX was using the wrong parser, so it wasn't running the validation on IPEX message formats. The result is now the server won't crash, but the long running operation...