Daniel Lenksjö

Results 76 comments of Daniel Lenksjö

From call: Python 3.12.3 is too old for hio 0.6.18 https://pypi.org/project/hio/0.6.18/ Solution could be to bump python version. `setup.py` should be bumped in keripy to make it clear which version...

If I do this, I would like to extract all the duplicated declarations of --name, --base and --passcode ## Option 1 I could use https://docs.python.org/3/library/argparse.html#parents and then a common module...

Here is the witness log output ``` 2025-04-24 09:38:39 [keri] eventing.logEvent-3189 INFO AID BPFo...Vy7f: Added to KEL icp at sn=0 valid event SAID=EMEa7V3p1RftbjOc165klR11sk8m4ZhIfJ67rzOR9UTF 2025-04-24 09:38:39 [keri] eventing.logEvent-3189 INFO AID BPfK...ETZf:...

It seems like the solution is for the Delegator to resolve the Proxy AID OOBI before approving the delegation. I wonder if this should be automated? Otherwise it should be...

From call today. Expected sequence is: 1. Create delegator AID 2. Create proxy AID in delegatee keystore 3. Resolve delegator oobi 4. Resolve proxy oobi from delegator 5. Create delegated...

So, I think I have concluded steps needed for it to pass: - Proxy adds end role mailbox for their witness - Delegator resolve proxy oobi

Thanks! I forgot to mention that I ran the workflow last week but it failed. I think it just needs to be updated to use deno v2.

Just FYI if someone else hits this. My workaround for this at the moment is to generate a requirements file from the pushed docker image: ``` docker run -it --rm...

Also see here from author of libsodium.js: https://github.com/jedisct1/libsodium.js/issues/327#issuecomment-1793419292 > libsodium.js was a nice contribution, but honestly, for crypto in JavaScript today, I'd rather use WebCrypto when possible, and [Noble cryptography](https://paulmillr.com/noble/)...

> Here are the current calls to rotate in siginfy-ts tests https://github.com/search?q=repo%3AWebOfTrust%2Fsignify-ts+rotate+path%3A%2F%5Eexamples%5C%2Fintegration-scripts%5C%2F%2F&type=code They are dominated by calls with only the aid and empty args (salty rotations). These are only rotating...