mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-12 16:03:31 -07:00
5ecfd6cd42
- 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>