Add '--notary' flag to 'neo-go contract invokefunction' command #1491

Open
opened 2025-12-28 17:16:37 +00:00 by sami · 1 comment
Owner

Originally created by @Chubru on GitHub (Feb 26, 2025).

neo-go contract invokefunction command includes the --out flag, which allows exporting a transaction to obtain a signature. However, neo-go also supports using a notary request to obtain a transaction signature.

Describe the solution you'd like

Add the --notary flag to the neo-go contract invokefunction command.

Originally created by @Chubru on GitHub (Feb 26, 2025). ## Is your feature request related to a problem? Please describe. <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when ... --> `neo-go contract invokefunction` command includes the `--out` flag, which allows exporting a transaction to obtain a signature. However, `neo-go` also supports using a notary request to obtain a transaction signature. ## Describe the solution you'd like <!-- A clear and concise description of what you want to happen. --> Add the `--notary` flag to the `neo-go contract invokefunction` command.
Author
Owner

@roman-khimov commented on GitHub (Feb 26, 2025):

We'll need something like nspcc-dev/neofs-node@a57ef2db5f/docs/cli-commands/neofs-cli_control_notary.md, because sending a single request is not very helpful if you can't add more signatures in some similar fashion.

@roman-khimov commented on GitHub (Feb 26, 2025): We'll need something like https://github.com/nspcc-dev/neofs-node/blob/a57ef2db5f2ebee37288525a0f7c44c25d4a6ee0/docs/cli-commands/neofs-cli_control_notary.md, because sending a single request is not very helpful if you can't add more signatures in some similar fashion.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-go#1491
No description provided.