You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent updates to didexchange adding support for did:peer:2/4, we also added support for the did_rotate~attach attachment. This technically bumps our protocol support up to 1.1. Credo correctly made this version bump which is causing interop issues since we're sending 1.0 and they're expecting 1.1.
The naive fix would be to just find replace 1.0 for 1.1 but that could break other agents we interop with on 1.0. Handling both would be preferable. I personally wouldn't mind too terribly if we gated the did_rotate~attach on version or not.
@swcurran I believe it would be wise for us to make sure this correction makes it into 0.12.0
The text was updated successfully, but these errors were encountered:
With the recent updates to didexchange adding support for did:peer:2/4, we also added support for the
did_rotate~attach
attachment. This technically bumps our protocol support up to 1.1. Credo correctly made this version bump which is causing interop issues since we're sending 1.0 and they're expecting 1.1.The naive fix would be to just find replace 1.0 for 1.1 but that could break other agents we interop with on 1.0. Handling both would be preferable. I personally wouldn't mind too terribly if we gated the
did_rotate~attach
on version or not.@swcurran I believe it would be wise for us to make sure this correction makes it into 0.12.0
The text was updated successfully, but these errors were encountered: