Hi,
so I tried to understand how did portability works with this library but I'm getting no satisfying results, it just seems to silently ignore the update.
@swcurran I tried taking a look at your test suite, and while I implemented the description, it seems the output of the test is not testing the expected change. If you look at both resolutionResult.json or did.jsonl, they both expect or contain example.com instead of what I understand should be example.org: https://github.com/swcurran/didwebvh-test-suite/tree/main/vectors/portable-move
The only place I found something that would appear to be a portability action is here:
https://github.com/decentralized-identity/didwebvh-ts/blob/main/src/method_versions/method.v1.0.ts#L182, but that's in resolveDidFromLog and it feels a bit strange that the resolution should do the migration instead of an update call?
Hi,
so I tried to understand how did portability works with this library but I'm getting no satisfying results, it just seems to silently ignore the update.
@swcurran I tried taking a look at your test suite, and while I implemented the description, it seems the output of the test is not testing the expected change. If you look at both resolutionResult.json or did.jsonl, they both expect or contain
example.cominstead of what I understand should beexample.org: https://github.com/swcurran/didwebvh-test-suite/tree/main/vectors/portable-moveThe only place I found something that would appear to be a portability action is here:
https://github.com/decentralized-identity/didwebvh-ts/blob/main/src/method_versions/method.v1.0.ts#L182, but that's in
resolveDidFromLogand it feels a bit strange that the resolution should do the migration instead of an update call?