frostfs-node/cmd/frostfs-adm/internal/modules/morph/initialize
Evgenii Stratonikov d00c606fee [#652] adm: Group independent stages in batches
Each stage waits until transaction persists. This is needed to ensure
the next stage will see the result of the previous one. However, some of
the stages do not depend one on another, so we may execute them in
parallel.

`AwaitDisabled` flag is used to localize this batching on the code
level. We could've removed `AwaitTx()` from respective stages, but it
seems more error prone.

Close #652.

Change-Id: Ib9c6f6cd5e0db0f31aa1cda8e127b1fad5166336
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-03-28 12:15:21 +00:00
..
initialize.go [#652] adm: Group independent stages in batches 2025-03-28 12:15:21 +00:00
initialize_deploy.go [#932] adm: Rename util to helper 2024-02-13 09:59:27 +03:00
initialize_nns.go [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
initialize_register.go [#1689] adm: Reuse neo.NewReader helper in transferNEOFinished() 2025-03-28 12:10:37 +00:00
initialize_roles.go [#1386] frostfs-adm: Add info to error messages 2024-09-23 07:47:03 +00:00
initialize_test.go [#1513] adm: Move ProtoConfigPath from constants to commonflags package 2024-11-21 09:39:06 +03:00
initialize_transfer.go [#1654] adm: Get 'gasInitialTotalSupply' from network 2025-02-27 11:57:45 +00:00
root.go [#1513] adm: Move ProtoConfigPath from constants to commonflags package 2024-11-21 09:39:06 +03:00