-
Notifications
You must be signed in to change notification settings - Fork 1
feat(rust): Upgrade the Catalyst Key Id to be a more general Catalyst ID which can be used both as a Key ID and a registration ID. #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ral identifier as well as a key identifier
|
✅ Test Report | |
|
✅ Test Report | |
docs/src/architecture/08_concepts/rbac_id_uri/catalyst-id-uri.md
Outdated
Show resolved
Hide resolved
docs/src/architecture/08_concepts/rbac_id_uri/catalyst-id-uri.md
Outdated
Show resolved
Hide resolved
docs/src/architecture/08_concepts/rbac_id_uri/catalyst-id-uri.md
Outdated
Show resolved
Hide resolved
|
✅ Test Report | |
|
✅ Test Report | |
docs/src/architecture/08_concepts/rbac_id_uri/catalyst-id-uri.md
Outdated
Show resolved
Hide resolved
Co-authored-by: bkioshn <[email protected]>
|
✅ Test Report | |
|
✅ Test Report | |
Mr-Leshiy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
✅ Test Report | |
neil-iohk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one item, around validation of nonce, the two separate paths have different validation behavior which could lead to inconsistent state, validation only happens during parsing, direct construction with with_specific_nonce bypasses validation and subsequent serialization would not catch invalid values.
fc39558
|
✅ Test Report | |
Mr-Leshiy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…atalyst-libs into feat/cat-kid-to-cat-id
|
✅ Test Report | |
|
✅ Test Report | |
Description
Enhances and generalizes the Catalyst Key ID to a Catlayst ID which can be used in different contexts interchangably.
Description of Changes
See docs in PR
Breaking Changes
Yes, totally different type.
Original type removed.
Please confirm the following checks