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
Add validation for Role 3 Proposer according to the specification.
The proposer must define an ED25519 public key as their signature key, and it must be the second key (index 1) in the list of simple public keys (pub-keys). This key will be used for signing proposals or transactions.
Optional encryption key : but if defined must be a reference to the second or third key in the simple key array.
If the proposers registration does not define a payment key, the Role 0 payment key is used for the proposers payment key.
Closing this issue since came into a conclusion that there should not be other strict requirement for non-role 0 except for role 0 index cert and public key which is already implemented
Summary
RBAC registration Proposer (Role 3) validation
Description
Add validation for Role 3 Proposer according to the specification.
https://github.com/input-output-hk/catalyst-CIPs/tree/x509-catalyst-role-definitions/CIP-XXXX#proposer-registration
The text was updated successfully, but these errors were encountered: