chore: integration with credo-ts 0.6.x releases #1680
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Summary of Changes
Marking this PR as draft since it's still a WIP, but I think I may need some community input to get this in to a state where it's ready for a full review.
This PR is meant to handle changes introduced by 0.6.x versions of credo-ts. One of the main ones is changes to naming conventions for many of the imported types. In many cases the types have been moved into a separate module as well (credo-ts/didcomm).
It seems there are also some changes to how certain modules and APIs function in this version. I've made changes in bifold to reflect these by referencing the credo-ts repo, though I was not sure how to handle them in every case.
It should be possible to deploy the app to your device in it's current state, but as of writing I can't seem to get the AskarModule to initialize properly, so that's my main blocker to progressing this PR further. Insight and comments welcome!