RiskProtocol / core-protocol

1 stars 0 forks source link

implements the circuit breakers #140

Closed Tunji17 closed 9 months ago

Tunji17 commented 10 months ago

creates private boolean variables to store circuit breakers adds functions to toggle circuit breakers add modifiers to check if circuit breakers are active or not add functions to stop and resume all circuit breakers adds unit tests for implementation

haidarally commented 9 months ago

LGTM