frostfs-node/cmd
Evgenii Stratonikov 6d10e07565
Some checks failed
Build / Build Components (1.21) (pull_request) Successful in 8m20s
DCO action / DCO (pull_request) Successful in 8m51s
Vulncheck / Vulncheck (pull_request) Successful in 10m9s
Build / Build Components (1.20) (pull_request) Successful in 11m29s
Tests and linters / Staticcheck (pull_request) Successful in 16m5s
Tests and linters / Tests (1.21) (pull_request) Failing after 16m26s
Tests and linters / Tests (1.20) (pull_request) Failing after 16m34s
Tests and linters / Lint (pull_request) Successful in 19m40s
Tests and linters / Tests with -race (pull_request) Failing after 19m40s
[#607] *: Use keys.PublicKeys.Copy() where possible
Semantic patch:
```
@@
var dst identifier
var src identifier
var keys identifier
@@
 import keys "github.com/nspcc-dev/neo-go/pkg/crypto/keys"

-dst := make(keys.PublicKeys, len(src))
-copy(dst, src)
+dst := src.Copy()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-14 14:24:52 +03:00
..
frostfs-adm [#607] *: Use keys.PublicKeys.Copy() where possible 2023-08-14 14:24:52 +03:00
frostfs-cli [#597] *: Fix linter warnings 2023-08-11 09:55:51 +03:00
frostfs-ir [#xx] Fix invalid log metric namespace identifier 2023-06-13 15:36:34 +03:00
frostfs-lens [#578] gendoc: Allow to customize man pages 2023-08-10 11:10:11 +00:00
frostfs-node [#607] *: Use zap.Stringer() where possible 2023-08-14 14:21:24 +03:00
internal/common [#390] frostfs-cli: Pass bearer token to Tree srv 2023-06-07 11:08:34 +03:00