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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: