Closed alexvanin closed 2 weeks ago
Do we need dump balances? It seems we already have this (or does it act different?):
$ ./bin/neofs-adm morph dump-balances -h
Dump GAS balances
Usage:
neofs-adm morph dump-balances [flags]
Flags:
-a, --alphabet Dump balances of alphabet contracts
-h, --help help for dump-balances
-p, --proxy Dump balances of the proxy contract
-r, --rpc-endpoint string N3 RPC node endpoint
--script-hash Use script-hash format for addresses
-s, --storage Dump balances of storage nodes from the current netmap
I'd like to make all of them similar (export/import). We can have a --text
flag for each to print for a user. And for balances we can retain all the flags.
Is your feature request related to a problem? Please describe.
neofs-adm has
morph dump-containers
andmorph restore-containers
commands for exporting and importing container data. Complete chain redeployment requires more contract data:Describe the solution you'd like