Skip to content
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

Allow Value Owner changes without scope owner approvals #347

Closed
4 tasks done
iramiller opened this issue Jun 8, 2021 · 2 comments · Fixed by #357
Closed
4 tasks done

Allow Value Owner changes without scope owner approvals #347

iramiller opened this issue Jun 8, 2021 · 2 comments · Fixed by #357
Assignees
Labels
enhancement New feature or request metadata Metadata Module
Milestone

Comments

@iramiller
Copy link
Member

iramiller commented Jun 8, 2021

Summary

Currently the update scope functionality requires all owner signatures anytime values change in the scope as well as the additional value_owner approvals when these fields change. An updated flow would allow the value owner to transfer ownership to another value owner address without requiring scope owners to sign

Problem Definition

The value owner concept on a scope allows a separation between the accounts that maintain a scope/records and those that hold the value of these assets. While a value owner must approve any change to the value owner field once it is set, there is not currently support for the value owner to update this value independent from the scope owner. This prevents simple transfer of asset value between accounts, especially when there are many other accounts involved.

Proposal

Modify the Validate Scope Update code to determine if the only field changing is the "value owner". When this situation occurs do not add the exisitng scope owners to the required signatures list.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@iramiller iramiller added enhancement New feature or request metadata Metadata Module labels Jun 8, 2021
@iramiller iramiller added this to the v1.5.0 milestone Jun 8, 2021
@iramiller
Copy link
Member Author

@Gabrinthei 👀

@Gabrinthei
Copy link

Looks solid. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request metadata Metadata Module
Projects
Development

Successfully merging a pull request may close this issue.

2 participants