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
A change of state should be connected with command and contract. The contract checks the transaction correctness based on input/output and attached commands.
Description
There are 3 states: IndySchema, IndyCredentialDefinition, IndyCredential and 4 commands: Create, Upgrade, Consume and Revoke exist in cordentity.
Need to implement proper contracts and verification logic for each state and related command.
Expected Behavior
Currently the contracts don't really exist.
They should check such data as transactional signatures, credential definition limits, matching the attributes from schema to credential definition, list of revealed attributes, etc.
The text was updated successfully, but these errors were encountered:
A change of state should be connected with command and contract. The contract checks the transaction correctness based on input/output and attached commands.
Description
There are 3 states: IndySchema, IndyCredentialDefinition, IndyCredential and 4 commands: Create, Upgrade, Consume and Revoke exist in cordentity.
Need to implement proper contracts and verification logic for each state and related command.
Expected Behavior
Currently the contracts don't really exist.
They should check such data as transactional signatures, credential definition limits, matching the attributes from schema to credential definition, list of revealed attributes, etc.
The text was updated successfully, but these errors were encountered: