frostfs-node/cmd/frostfs-adm/internal/modules/morph/nns
Evgenii Stratonikov 9073e555db [#1514] adm/nns: Do not create actor for readonly commands
`nns get-records` and `nns tokens` command do not need to sign anything,
so remove useless actor and use invoker directly.
`NewLocalActor()` is only used in `ape` and `nns` packages. `ape`
package seem to use it correctly, only when alphabet wallets are
provided, so no changes there.
Also, remove --alphabet-wallets flag from commands that do not need it.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-11-21 14:37:34 +00:00
..
domains.go [#1301] adm/morph: Add 'delete' domains 2024-09-20 11:54:18 +03:00
helper.go [#1514] adm/nns: Do not create actor for readonly commands 2024-11-21 14:37:34 +00:00
record.go [#1514] adm/nns: Do not create actor for readonly commands 2024-11-21 14:37:34 +00:00
renew.go [#932] adm: Add commands to manipulate with NNS contract 2024-02-28 18:57:16 +00:00
root.go [#1411] adm/nns: Add 'delRecord' 2024-10-11 11:33:56 +03:00
tokens.go [#1514] adm/nns: Do not create actor for readonly commands 2024-11-21 14:37:34 +00:00
update.go [#932] adm: Add commands to manipulate with NNS contract 2024-02-28 18:57:16 +00:00