🟦Symbiosis Relayers Network: Emergencies
Symbiosis Relayers Network: Detection and resolution of operational failures.
MPC Group Inefficiency
Q | A |
---|---|
What does it look like? | The relayers network stops to proceed oracle requests for all blockchains. |
How do we notice it? | Alerts |
What may be a cause? |
|
How do we solve this? |
|
Epoch Change Failure
Once epoch change is triggered, the following stages should be completed:
Epoch change preparation. This stage includes:
Formation of a new MPC group,
Generation of a new MPC key,
Approval of the epoch change by holders of 2/3 of the total stake.
Epoch change in the Staking contract.
Epoch change in BridgeV2 contracts.
On each stage an emergency can happen.
New MPC group formation failure
Q | A |
---|---|
What does it look like? | Relayers cannot generate a new MPC key. |
What may be a cause? |
|
How do we solve this? |
|
Epoch change failure in the Staking contract
Q | A |
---|---|
What does it look like? | Relayers cannot save a new MPC address in the Staking contract. |
What may be a cause? | Many relayers are offline, and the rest cannot provide enough signatures for epoch change. |
How do we solve this? | Save the new MPC address manually. |
MPC address change failure in the BridgeV2 contract(s)
Q | A |
---|---|
What does it look like? | The relayers network does not proceed oracle requests for a particular blockchain. |
How do we notice it? | Alerts |
What may be a cause? | There are not enough relayers to compose a proper TSS signature to change the MPC address. |
How do we solve this? | Replace the MPC address with a new one manually. |
Last updated