hyperledger / aries-agent-test-harness

Aries agent test framework, with agent backchannel support
https://aries-interop.info
Apache License 2.0
60 stars 65 forks source link

Migrate AATH to use fully qualified credential identifiers instead of indy identifiers #670

Open nodlesh opened 1 year ago

nodlesh commented 1 year ago

As @genaris has mentioned in #666

... it is related to hyperledger/aries-framework-javascript#1391. AFJ as issuer is not currently working in AATH because it uses legacy/unqualified identifiers and AFJ switched to support only fully qualified identifiers for issuance, which broke several runsets some weeks ago.

While it is still possible to change backchannel input/output processing to make it work, I think would be better to solve the issue (or find a more straighforward solution for this) in AFJ side, and update backchannel if needed.

swcurran commented 1 year ago

I think the better approach is to use fully qualified names in the test harness, since that is The Right Way to do things, and to fix any backchannels that break as a result. AFJ would not need to be fixed.