Daniel Bluhm
Daniel Bluhm
@jamshale Yeah, the tests implied that there was some perceived use to the named scopes at some point in the past but it looks like in practice they were just...
You've done a ton of investigation and debugging -- thank you! I'd like to understand more of what's going on here. Passing a profile to a ledger method is a...
I'm not able to reproduce; @jamshale I recommend holding off on merging until we know what's going on. [My minimal example](https://github.com/Indicio-tech/acapy-minimal-example/blob/test/rev-reg-entry-failure/examples/mt_anoncreds_endorser/example.py) may not be perfectly capturing the issue we're seeking...
@MonolithicMonk I attempted to create a minimal example of the issue you're seeing here: https://github.com/Indicio-tech/acapy-minimal-example/blob/test/rev-reg-entry-failure/examples/multitenancy/example.py This example succeeds (it can fail occasionally but only from timeouts when a ledger is...
Actually, no, there aren't any `WalletNotFoundError`s in the logs from this example. Full logs (log level debug): [rev-reg-entry-failure.log](https://github.com/user-attachments/files/19766506/rev-reg-entry-failure.log)
> Re: > > > As a side note, I actually love your repro repo . It shows a lot about how acapy works internally > > [@dbluhm](https://github.com/dbluhm) — perhaps...
> I have observed this error in version 1.3*. I just tested with the [py3.12-nightly-2025-04-16](https://github.com/openwallet-foundation/acapy/pkgs/container/acapy-agent/396422080?tag=py3.12-nightly-2025-04-16) image and still don't see `WalletNotFoundError`s 🤔 [I updated my example, in case that's useful...
The simplicity of JWS is appealing. As Timo suggests, it seems it would be a good idea to use JWK representation of the key -- which I do find to...
> If an implementer was to build this from the ground up, would it actually be simpler to do JWS signing? Short answer is yes. The JWS specification is well...
At some stage, the "turtles all the way down" needs to reach a base case where a "primitive" is used. I assert a JWS would be that primitive. As it...