jamshale
jamshale
So this is a temporary fix for the `multi-ledger` with a `genesis-transactions-list` configuration scenario? I'd like to see some more comments on the reason that the profile option is added...
I was thinking some in code comments. We definitely want to make it clear to avoid this pattern and the PR and issues are easier to miss than having it...
I see there's an effort going on to help find the root cause of that issue. Let's hold off on this for now.
@loneil This is in a better spot now. Note it is pointing to both my forked repo for aries-cloudagent and the plugin repos. I've changed the naming for the classes....
This seems to be working well. Can just leave it here until v1 is released.
Hmm. Not really sure. Is there anyway to access the startup logs? It looks like perhaps it's failing to create the innkeeper profile for some reason. I'm not sure if...
I'll try and look at a fresh wallet startup and see if I can reproduce it.
So. I've confirmed that this is an issue with the `multitenant_provider` plugin. https://github.com/hyperledger/aries-acapy-plugins/tree/main/multitenant_provider. I don't think there's any configuration or anything that will fix it. It's a bug in the...
Changing the plugin config for the multitenant_provider to use the other multitenant manager class will fix the issue for new tenants. https://github.com/bcgov/traction/blob/main/charts/traction/values.yaml#L226. This should be changed to `BasicMultitokenMultitenantManager`
@WadeBarnes `./manage` works well but i'm trying to have my own local agents/controllers as well as the aries demo agents connect to my von-network and having quite a bit of...