rspace-online/modules/rnetwork
Jeff Emmett 20c4a19e06 feat(rnetwork): absolute token weights instead of fractional averages
Weight accounting now uses actual base weights per authority (×100 for
integer tokens). Formula: effective = max(0, base - delegatedAway) + received.
If you have 95 Gov tokens and delegate 48, you retain 47; the recipient
gains 48 on top of their own base.

- Detail panel shows breakdown: base − delegated + received = effective
- Badge shows integer token count per authority
- Member list sidebar shows per-authority G/E/T weights (color-coded)
- Sorted by total effective weight (sum across all authorities)
- No more averages — absolute weight of voice

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 17:39:05 -07:00
..
components feat(rnetwork): absolute token weights instead of fractional averages 2026-03-15 17:39:05 -07:00
landing.ts feat(rcart): QR code payment requests with self-service generator 2026-03-11 16:11:20 -07:00
mod.ts fix(rnetwork): check URL space slug not effectiveSpace for demo detection 2026-03-15 16:49:55 -07:00