nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
32 stars 38 forks source link

adm: Allow generation more than one SN wallet per call #2690

Closed carpawell closed 8 months ago

carpawell commented 9 months ago

Add wallets-number flag that "duplicates" requests to the neofs-adm. Passwords and labels are the same for all the wallets being created. Names differ with the suffix-numbers.

carpawell commented 9 months ago

I decided not to create an additional command.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 55 lines in your changes are missing coverage. Please review.

Comparison is base (c1b8cac) 28.49% compared to head (d41d7a7) 28.52%. Report is 6 commits behind head on master.

Files Patch % Lines
cmd/neofs-adm/internal/modules/morph/generate.go 34.54% 34 Missing and 2 partials :warning:
cmd/neofs-adm/internal/modules/morph/root.go 9.52% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2690 +/- ## ========================================== + Coverage 28.49% 28.52% +0.03% ========================================== Files 413 413 Lines 31966 32001 +35 ========================================== + Hits 9108 9128 +20 - Misses 22078 22091 +13 - Partials 780 782 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.