|
127c676786
|
[#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-17 16:50:02 +00:00 |
|
|
df9e099fa7
|
[#352] Add explicit max number of alphabet nodes
ci/woodpecker/push/pre-commit Pipeline was successful
Signed-off-by: Alejandro Lopez <a.lopez@yadro.com>
|
2023-05-17 15:01:26 +00:00 |
|
|
d4d921dcaf
|
[#346] adm: fix race in wallet generation
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/push/pre-commit Pipeline was successful
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
|
2023-05-15 11:50:20 +03:00 |
|
|
fe4082799a
|
[#321] adm: Create multisig accounts in parallel
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
|
2023-05-12 09:45:03 +00:00 |
|
|
f07e2d4812
|
[#285] lint: Fix revive/unused-parameter
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
|
2023-04-26 17:35:04 +03:00 |
|
|
20de74a505
|
Rename package name
Due to source code relocation from GitHub.
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
|
2023-03-07 16:38:26 +03:00 |
|
Pavel Karpy
|
923f84722a
|
Move to frostfs-node
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
|
2022-12-28 15:04:29 +03:00 |
|