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 contract migration to multisigned transaction from Alphabet #107

Closed
alexvanin opened this issue Jul 7, 2021 · 0 comments · Fixed by #127
Closed

Allow contract migration to multisigned transaction from Alphabet #107

alexvanin opened this issue Jul 7, 2021 · 0 comments · Fixed by #127
Assignees
Milestone

Comments

@alexvanin
Copy link
Contributor

Migrate methods can be invoked only by "contract owner", which is set manually at deploy. This is not quite secure to have single wallet with contract owner, because this wallet can be unrelated to NeoFS in the first place. Instead we can check witness of alphabet multi signature before contract migration. The other option is to check committee witness.

In this case we can remove owner argument from contract deployment routines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant