This version of the cheqd resolver driver adds the following features following the v1.x upgrade on the mainnet:
Support for protobuf v2 definitions of DIDs on cheqd network
UUID DIDs should remain unchanged on the new mainnet
Indy-style DIDs were migrated to new identifiers since an earlier version of our DID method had the algorithm for what a valid Indy-style DID was supposed to be incorrect: it checked for length 16-32 and in base58 charset, rather than the actual algorithm the Indy spec recommends which would result in 22 character . (This is primarily due to differences in what the Indy-node docs said vs the Indy spec). This version of the DID Resolver adds redirects from "old" Indy-style unique identifiers to "new" style Indy unique identifiers.
Swagger documentation is available at the /swagger/ endpoint
This version of the cheqd resolver driver adds the following features following the v1.x upgrade on the mainnet:
/swagger/
endpoint