Problem Statement
Median calc fails or sources stall.
Why it matters
Resilience.
Technical Context
Add historical rolling TWAP; fallback when median is undefined.
Expected Outcome
Stable fallback.
Acceptance Criteria
- Tests cover stale median.
- Kani harness.
- SDK.
- Docs.
Implementation Notes
New module oracle::twap.
Files or modules likely to be affected
contracts/oracle/src/twap.rs.
Dependencies
None.
Difficulty level
HARD.
Estimated effort
L (~1 week).
Problem Statement
Median calc fails or sources stall.
Why it matters
Resilience.
Technical Context
Add historical rolling TWAP; fallback when median is undefined.
Expected Outcome
Stable fallback.
Acceptance Criteria
Implementation Notes
New module
oracle::twap.Files or modules likely to be affected
contracts/oracle/src/twap.rs.Dependencies
None.
Difficulty level
HARD.
Estimated effort
L (~1 week).