frostfs-node/cmd/frostfs-adm/internal/modules/morph/helper
Evgenii Stratonikov 2938498b52
All checks were successful
Vulncheck / Vulncheck (push) Successful in 1m4s
Pre-commit hooks / Pre-commit (push) Successful in 1m27s
Build / Build Components (push) Successful in 2m32s
Tests and linters / gopls check (push) Successful in 4m16s
OCI image / Build container images (push) Successful in 4m51s
Tests and linters / Tests with -race (push) Successful in 6m27s
Tests and linters / Run gofumpt (push) Successful in 6m38s
Tests and linters / Lint (push) Successful in 6m51s
Tests and linters / Staticcheck (push) Successful in 6m52s
Tests and linters / Tests (push) Successful in 7m8s
[#1689] adm: Fix NNS root availability check
After TrueCloudLab/frostfs-contract#117
we allow checking for root domain availability directly.
Before this commit, NNSRootRegistered() has always returned true, so the
actual root registration happened as a side-effect of the following
code, because NNS registers all parent domains, if they are missing.

Change-Id: Icf98f130e77d31b4af7b69697989183c1c8f6a56
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-04-04 15:33:52 +03:00
..
actor.go [#1614] adm: Allow use any wallets 2025-02-11 12:00:25 +03:00
contract.go [#1522] adm/helper: Unexport GetFrostfsIDAdmin() 2024-11-26 08:13:35 +00:00
download.go [#973] node: Resolve perfsprint linter 2024-03-11 17:55:50 +03:00
frostfsid.go [#1522] adm/helper: Unexport GetFrostfsIDAdmin() 2024-11-26 08:13:35 +00:00
frostfsid_test.go [#1522] adm/helper: Unexport GetFrostfsIDAdmin() 2024-11-26 08:13:35 +00:00
group.go [#932] adm: Rename util to helper 2024-02-13 09:59:27 +03:00
initialize.go [#1689] adm/helper: Use proper nns bindings import 2025-03-28 12:15:21 +00:00
initialize_ctx.go [#1689] adm: Fix NNS root availability check 2025-04-04 15:33:52 +03:00
initialize_test.go [#948] adm: Move TestNextPollInterval to package helper 2024-02-13 10:08:49 +03:00
local_client.go [#1522] adm: Simplify LocalClient.SendRawTransaction() 2024-11-26 08:13:35 +00:00
n3client.go Revert "[#652] adm: Group independent stages in batches" 2025-04-04 14:11:43 +03:00
netmap.go [#1671] Use slices.ContainsFunc() where possible 2025-03-13 08:12:20 +00:00
util.go [#1614] adm: Allow use any wallets 2025-02-11 12:00:25 +03:00
wallet.go [#932] adm: Rename util to helper 2024-02-13 09:59:27 +03:00