-
Notifications
You must be signed in to change notification settings - Fork 91
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
Onchain identity controller delegation #1431
Merged
UMR1352
merged 2 commits into
feat/identity-rebased-alpha
from
feat/on-chain-identity-controller-delegation
Nov 26, 2024
Merged
Onchain identity controller delegation #1431
UMR1352
merged 2 commits into
feat/identity-rebased-alpha
from
feat/on-chain-identity-controller-delegation
Nov 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wulfraem
requested changes
Nov 22, 2024
identity_iota_core/packages/iota_identity/sources/controller.move
Outdated
Show resolved
Hide resolved
identity_iota_core/packages/iota_identity/sources/identity.move
Outdated
Show resolved
Hide resolved
identity_iota_core/packages/iota_identity/sources/identity.move
Outdated
Show resolved
Hide resolved
identity_iota_core/packages/iota_identity/sources/identity.move
Outdated
Show resolved
Hide resolved
identity_iota_core/packages/iota_identity/sources/multicontroller.move
Outdated
Show resolved
Hide resolved
identity_iota_core/packages/iota_identity/sources/multicontroller.move
Outdated
Show resolved
Hide resolved
identity_iota_core/src/rebased/sui/move_calls/identity/create.rs
Outdated
Show resolved
Hide resolved
6ebe250
to
60fb304
Compare
wulfraem
approved these changes
Nov 25, 2024
itsyaasir
approved these changes
Nov 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Added
A new feature that requires a minor release. Part of "Added" section in changelog
Enhancement
New feature or improvement to an existing feature
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Introduces a new
store
token used for Identity's AC. When a controller is created the committee can choose whether to allow it to delegate its access through thecan_delegate
flag. If a controller can delegate its access it can mintDelegationTokens
a blind token that can be freely traded and allows whatever entity it presents it to act in the stead of the controller that minted it.DelegationTokens
can be revoked and unrevoked by any controller.