neo-project / neo

NEO Smart Economy
MIT License
3.47k stars 1.03k forks source link

node: deploy command needs to support witness scopes #3004

Open ediopia opened 3 years ago

ediopia commented 3 years ago

The signers of a N3 transaction can specify the scope of their signatures. By default, signatures are CalledByEntry meaning "The signature is only effective to the contract script called by Entry". For example, the signer of a contract invoking ContractManagement.Deploy would not be effective for the _deploy method in the contract being deployed.

Same issue neo3 visual tracker has. https://github.com/ngdenterprise/neo3-visual-tracker/issues/89

shargon commented 11 months ago

Old, if remains, please re-open

roman-khimov commented 11 months ago

I'm not sure about the status of this one. Likely it's still not implemented.