N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Contract Invocation Panel should support `CustomContracts` and `CustomGroups` witness scopes #92

Open djnicholson opened 3 years ago

djnicholson commented 3 years ago

See #89

Additionally, there are two other possible WitnessScopes: CustomContracts (i.e. the caller can specify which contracts the signature is effective for) and CustomGroups (used for identifying a set of mutually trusted contracts - for example, all the contracts of a single dApp published by a single party). We can open a separate issue for tracking CustomContracts and CustomGroups support, but it would be great if we added at least CustomContracts support as part of the work to add support for None, Global and CalledByEntry

More details on witness scope here: https://docs.neo.org/docs/en-us/basic/concept/transaction.html#signers