nspcc-dev / neofs-contract

NeoFS smart-contract
Other
9 stars 17 forks source link

deploy: transfer GAS in the first place if notaries are set #410

Closed carpawell closed 6 days ago

carpawell commented 2 weeks ago

It is possible to start blockchain with required roles already set. In this case, there is no need to wait for NNS to be deployed for GAS transfers, since notary service (requires Notary roles to be set correctly) is ready. It allows all multi-signed operations to be applied at an earlier stage. Closes #409.