frostfs-node/cmd/frostfs-adm/internal/modules/morph
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
..
ape [#1501] adm: Refactor APE-chains managing subcommands 2024-11-20 07:58:32 +00:00
balance [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
config [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
constants [#1513] adm: Move ProtoConfigPath from constants to commonflags package 2024-11-21 09:39:06 +03:00
container [#1425] adm: Remove eACL fetching from dump-containers 2024-10-09 10:56:48 +03:00
contract [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
frostfsid [#1505] adm: Allow to manage additional keys in frostfsid 2024-11-19 16:25:16 +03:00
generate [#1459] .golangci.yml: Add intrange linter, fix issues 2024-10-30 15:18:22 +00:00
helper [#1514] adm/nns: Do not create actor for readonly commands 2024-11-21 14:37:34 +00:00
initialize [#1513] adm: Move ProtoConfigPath from constants to commonflags package 2024-11-21 09:39:06 +03:00
netmap [#1409] adm: Uncommonize DeltaFlag 2024-10-02 11:41:27 +03:00
nns [#1514] adm/nns: Do not create actor for readonly commands 2024-11-21 14:37:34 +00:00
node [#1372] adm/morph: Add delta flag to 'force-new-epoch' 2024-09-20 11:42:04 +03:00
notary [#973] node: Resolve perfsprint linter 2024-03-11 17:55:50 +03:00
policy [#1217] Fix grammar mistakes and misspelling 2024-07-01 19:14:25 +03:00
proxy [#1400] adm: Support flag alphabet-wallets for commands proxy-add/remove-account 2024-09-30 14:15:13 +03:00
root.go [#932] adm: Add commands to manipulate with NNS contract 2024-02-28 18:57:16 +00:00