You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this Operator, check if there is an NcnOperator state and loudly warn (but not fail) if there is not existing, to contact the NCN admin. If the NcnOperatorState exists and the operator is not warmed up, execute that instruction.
For all vaults that have VaultNcnTickets with the NCN address, build and execute the instructions to create OperatorVault tickets, if they have not been created already.
The operator should fail to continue with a clear error log if these instructions fail.
Resources
See cli/src/getters.rs to fetch tickets
Acceptance criteria
Passing CI, lint
The text was updated successfully, but these errors were encountered:
Description
For this Operator, check if there is an NcnOperator state and loudly warn (but not fail) if there is not existing, to contact the NCN admin. If the NcnOperatorState exists and the operator is not warmed up, execute that instruction.
For all vaults that have VaultNcnTickets with the NCN address, build and execute the instructions to create OperatorVault tickets, if they have not been created already.
The operator should fail to continue with a clear error log if these instructions fail.
Resources
See cli/src/getters.rs to fetch tickets
Acceptance criteria
Passing CI, lint
The text was updated successfully, but these errors were encountered: