jamshale
jamshale
This is currently in Testing and Refactoring state via a python migration script. It was quite complicated to migrate legacy connections and dids for the credo wallet but this script...
I don't think any of this code would have effected this but I recently merged something somewhat related. https://github.com/hyperledger/aries-cloudagent-python/pull/2995
@dbluhm @ff137 @swcurran Do we think this should be addressed for version 1.0.0? I don't want to keep adding more and more to do before we get the release done....
I'm kind of thinking that Daniel is right about this, and even though there has been a change to require revoked.to to be set, that this is what the behaviour...
I'm going to close this. After a lot of investigation the postgres pickup repository manages sessions and will queue messages when a websocket session is removed. Then when the websocket...
There's some complicated code involved here. It sounds like your scenario is creating a state where the issuer's local accumulator value doesn't get coordinated with the ledger state. I did...
I've looked at this now. It simply isn't updating the local wallet accumulator value after updating/fixing the ledger. The only reason I don't think this is as critical as it...
I'm going to load test this as a single instance against the acapy mediator for a side by side comparison. I am currently investigating some problems with HA capabilities of...
Maybe socketdock could help. I think it somewhat just moves the problem elsewhere. I'm pretty sure you could manage it without needing socketdock. I guess it depends whether having the...
Ya. I kinda see what you mean. In my opinion, there's a pretty reasonable way to do it without socketdock. Managing socketdock does require managing an additional HA service and...