mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
- Switch to vecdb 0.6.0 for compatibility with brk_types u8/i8 - Add proper trait imports (VecIndex, AnyVec, IterableVec, etc.) - Add unit tests for Reserve Risk formula validation: - test_hodl_bank_formula: Verifies cumulative calculation - test_reserve_risk_formula: Verifies division formula - test_reserve_risk_interpretation: Documents metric semantics - test_hodl_bank_negative_contribution: Tests edge case All 16 tests pass (12 existing + 4 new). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>