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
Copy file name to clipboardExpand all lines: x/circuit/README.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,3 +168,90 @@ The circuit module emits the following events:
168
168
*`DisableListPrefix` - `0x02`
169
169
170
170
## Client - list and describe CLI commands and gRPC and REST endpoints
171
+
172
+
## Examples: Using Circuit Breaker CLI Commands
173
+
174
+
This section provides practical examples for using the Circuit Breaker module through the command-line interface (CLI). These examples demonstrate how to authorize accounts, disable (trip) specific message types, and re-enable (reset) them when needed.
175
+
176
+
### Querying Circuit Breaker Permissions
177
+
178
+
Check an account's current circuit breaker permissions:
This allows chains to surgically disable problematic functionality without halting the entire chain, providing time for developers to implement and deploy fixes.
0 commit comments