Brandon Collins
581a800612
refactor: reduce verbosity and use vecdb cumulative function
...
- Remove verbose inline comments from compute.rs
- Update vecdb to 0.6.1
- Refactor HODL Bank to use compute_cumulative_transformed_binary
2026-01-21 12:20:53 -05:00
Brandon Collins
9dda513f84
revert: restore original vecdb path dependency
...
Reverts Cargo.toml to use the local anydb/vecdb path as the upstream
repo expects. For contributors without the local anydb repo, the
crates.io vecdb 0.6.0 version can be used temporarily.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 11:15:58 -05:00
Brandon Collins
5ecfd6cd42
fix: address vecdb compatibility and add unit tests
...
- 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 >
2026-01-20 11:15:30 -05:00
nym21
9613fce919
global: snapshot
2026-01-20 15:04:00 +01:00
nym21
c90953adbe
global: snapshot
2026-01-18 16:04:24 +01:00
nym21
9adaff488a
release: v0.1.0-alpha.6
2026-01-18 00:19:59 +01:00
nym21
93e02aed44
client: fix minreq feat + publish: add full workspace check
2026-01-17 23:40:18 +01:00
nym21
8302660d88
release: v0.1.0-alpha.5
2026-01-17 23:26:43 +01:00
nym21
7a2ba17d20
release: v0.1.0-alpha.4
2026-01-17 22:48:29 +01:00
nym21
2e1037ff36
global: snapshot
2026-01-17 22:35:13 +01:00
nym21
6bb1a2a311
global: snapshot
2026-01-16 23:49:49 +01:00
nym21
967d2c7f35
global: snapshot
2026-01-15 23:34:43 +01:00
nym21
91a6129e8d
release: v0.1.0-alpha.3
2026-01-14 22:47:25 +01:00
nym21
d75c2a881b
global: snapshot
2026-01-14 16:38:53 +01:00
nym21
5ffb66c0dc
global: snapshot
2026-01-12 22:43:56 +01:00
nym21
5826d78e35
clients: snapshot
2026-01-11 23:08:08 +01:00
nym21
ea70c381de
global: snapshot
2026-01-11 17:19:00 +01:00
nym21
6f45ec13f3
global: snapshot
2026-01-10 18:43:18 +01:00
nym21
3bc0615000
computer: renames
2026-01-10 10:23:29 +01:00
nym21
426d7797a3
global: big snapshot
2026-01-09 20:00:20 +01:00
nym21
cb0abc324e
global: MASSIVE snapshot
2026-01-07 01:16:37 +01:00
nym21
70e7e24b4f
release: v0.1.0-alpha.2
2026-01-04 11:54:27 +01:00
nym21
13ab7d39d7
global: snapshot
2026-01-04 11:51:22 +01:00
nym21
3cae817915
global: BIG snapshot
2026-01-04 01:47:03 +01:00
nym21
c33444a92e
global: snapshot
2026-01-02 19:23:20 +01:00
nym21
3e9b1cc2b2
global: MASSIVE snapshot
2026-01-02 19:08:20 +01:00
nym21
f08ac7f916
computer: snapshot
2025-12-28 14:57:25 +01:00
nym21
5d6325ae30
computer: snapshot
2025-12-28 03:19:34 +01:00
nym21
9ba77dac0f
global: snapshot
2025-12-27 20:34:13 +01:00
nym21
de93f08e93
global: snapshot
2025-12-26 22:41:36 +01:00
nym21
bbb74b76c8
global: snapshot
2025-12-25 22:21:12 +01:00
nym21
eadf93b804
deps: upgrade
2025-12-24 15:13:43 +01:00
nym21
d30344ee3c
cleanup
2025-12-22 16:22:09 +01:00
nym21
efb247d104
vecdb: bump
2025-12-21 23:20:48 +01:00
nym21
457b0e24c5
global: snapshot
2025-12-21 23:12:18 +01:00
nym21
6e0ac138d8
global: improve par writes
2025-12-21 16:22:25 +01:00
nym21
3aadced85d
release: v0.1.0-alpha.1
2025-12-21 13:08:40 +01:00
nym21
8d5a2b911d
benches: added
2025-12-21 12:23:47 +01:00
nym21
25860636f0
cargo: fix path to vecdb
2025-12-20 17:02:59 +01:00
nym21
03b83846ef
global: snapshot
2025-12-19 15:25:48 +01:00
nym21
a31d9dc15e
release: v0.1.0-alpha.0
2025-12-18 23:06:22 +01:00
nym21
9ad3acbdf9
global: upgrade deps
2025-12-18 22:44:27 +01:00
nym21
c5e912593a
computer: stateful snapshot
2025-12-18 15:32:47 +01:00
nym21
a86085c2db
computer: stateful snapshot
2025-12-18 13:01:31 +01:00
nym21
df09b3aa28
computer: stateful snapshot
2025-12-17 17:08:54 +01:00
nym21
9b2f334130
computer: stateful snapshot
2025-12-17 14:22:31 +01:00
nym21
1ad8d8a631
global: improve errors
2025-12-16 20:49:19 +01:00
nym21
032f3cb66b
global: snapshot
2025-12-16 00:22:30 +01:00
nym21
b491b1f41f
mempool: snapshot 5 + query: new tools + server: endpoints
2025-12-14 02:06:14 +01:00
nym21
c59ac62e45
mempool: snapshot
2025-12-13 16:26:29 +01:00