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: src/content/Docs/testnet/testplan/cb-halt-testing/index.mdx
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ description: "Test BME behavior during circuit breaker halt state (CR < 90%)"
7
7
weight: 7
8
8
---
9
9
10
-
**⚠️ This category requires the circuit breaker HALT state to be active (CR < 90%).** The Akash Core team will announce a 24-hour testing window when the circuit breaker is intentionally triggered. Complete these tests when the BME status shows `mint_status_halt_cr`.
10
+
**⚠️ This category requires the circuit breaker HALT state to be active (CR < 90%).** The Akash Core team will announce a dedicated **24-hour CB Halt testing window** when the halt state is intentionally triggered. Complete these tests during that window when the BME status shows `mint_status_halt_cr`.
11
+
12
+
**Note:** This is a separate window from the CB Warning testing window (Category 7).
11
13
12
14
**Circuit Breaker Halt Overview:**
13
15
When the Collateralization Ratio (CR) drops below the halt threshold (90%), BME enters protective halt state:
@@ -85,6 +87,18 @@ When the Collateralization Ratio (CR) drops below the halt threshold (90%), BME
85
87
86
88
### Test 6.3: Verify Burns Work During Halt
87
89
90
+
---
91
+
92
+
### ⚠️⚠️⚠️ KNOWN BUG ⚠️⚠️⚠️
93
+
94
+
**There is currently a bug impacting the ability to burn ACT in halt state.**
95
+
96
+
Despite `refunds_allowed: true`, burn-act transactions fail with "circuit breaker is active" error.
97
+
98
+
**Please submit the error message received as your form submission for this task.**
99
+
100
+
---
101
+
88
102
**Objective:** Confirm ACT→AKT conversions (burns) still work during halt, allowing users to exit positions
0 commit comments