Mourits de Beer
Mourits de Beer
I'm working on the following issue in Askar to add support for custom ordering: https://github.com/hyperledger/aries-askar/issues/290 @swcurran @jamshale I think this would be an essential feature for the 1.0.0 release, so...
That's all good. Writing tests for the new feature might take some time too. Is the idea to release 1.0.0 ASAP? If there's a rough date set, then I can...
Quick question: what's the background here / what's needed?
@swcurran awesome, thanks for the info! Noted 👍
Hi @lafrech Thanks - I took a swing at making a PR for it. Please take a look! The main thing is just to improve "Not a valid URL" being...
Try replace `test fqdid` -> `test_fqdid`. Schema name cannot contain whitespace
Strange, I could've sworn that the schema name must be without spaces - perhaps true in some cases, but not relevant to this validation error. When I looked into it,...
^ Looks like the strip_did_prefix was added recently. So the code I'm viewing is probably not what you're running with version 1.2.0. Meaning that the qualified did is causing the...
It's presumably the indy_vdr library that expects schema_id to be prefixed without did:sov
The error message is: `400: Error creating schema. Failed to register schema. Exception when building get-schema request. Validation error: SchemaId validation failed: "did:sov:AecTm5kThinYH3oXj4d9xd:2:test fqdid:1.0", doesn't match pattern.` "Exception when building...