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
There is no metadata validation for the governance metadata. Right now is possible to submit a governance action with wrong metadata/missing required fields and the only time we can see an error is when dbsync try to catch the data.
Steps to Reproduce
e.g.
run cardano-cli conway governance drep metadata-hash --drep-metadata-file drep_metadata.json drep_metadata.json -> missing givenName that is marked as Compulsory in cip-0119
Description
There is no metadata validation for the governance metadata. Right now is possible to submit a governance action with wrong metadata/missing required fields and the only time we can see an error is when dbsync try to catch the data.
Steps to Reproduce
e.g.
cardano-cli conway governance drep metadata-hash --drep-metadata-file drep_metadata.json
drep_metadata.json -> missing givenName that is marked as Compulsory in cip-0119
Additional Context
CIPs related to governance metadata:
https://github.com/cardano-foundation/CIPs/tree/master/CIP-0100
https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108
https://github.com/cardano-foundation/CIPs/tree/master/CIP-0119
The text was updated successfully, but these errors were encountered: