Daniel Lenksjö

Results 76 comments of Daniel Lenksjö

It would be useful if the log format was standardized throughout as well. Maybe to take inspiration from https://en.wikipedia.org/wiki/Common_Log_Format. If we add the controller id and/or agent id, and then...

> The problem here is the long running operation is related to the OOBI and not the contact. The OOBI has been previously resolved (and is never removed (we don't...

Ah. Yes. I should have mentioned. The setup was - AWS ECS Container running on AWS Fargate with 1vCPU and 2GB memory - AWS EFS in same subnet So surely...

@iFergal do you have a link to which test is breaking at which assertion due to that?

@iFergal You mean that the `recp` field needs to stay to include the multisig participant AIDs explicitly? What happens if you just send it to the multisig AID? For example,...

@iFergal Right. Yeah, I knew it was different scenario, but I thought maybe the implementation was similar. But I didn't think of the part that it probably depends on when...

> were you able to get logs in debug mode? Not yet. Will start running in debug mode locally to see what I can get.

I also noticed that in keria, we have four "methods" for challenges, but in keripy / kli we only have three. - generate => generate challenge words - verify =>...

Ok. Yes I had a similar feeling when I looked into that code recently. For now, I think it is probably fine to leave as is and it would be...

This is where the agent is loaded for the oobi request: https://github.com/WebOfTrust/keria/blob/56534bff7bb7a9efabb64e846f96cb1f084cf837/src/keria/end/ending.py#L87 It will return the agent that was the last one to call "incept" on the agency for the...