|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.12.0] - 2026-04-07 |
| 4 | + |
| 5 | +### Milestone |
| 6 | +- **Sharechain Transparency Explorer** — Windows Defragmenter-style canvas visualization of the full sharechain window (8640 mainnet / 400 testnet shares) with interactive PPLNS treemaps, animated hover effects, and V36 upgrade pressure for miners. |
| 7 | + |
| 8 | +### Added |
| 9 | +- **Defrag sharechain viewer** — canvas grid where each share is a colored cell. Colors: blue (this node), green (verified), gray (unverified), yellow (orphan), red (dead), purple (pool fee), teal (V36 signaling). Gold/cyan/orange borders for LTC/DOGE/twin block solutions. |
| 10 | +- **PPLNS Distribution treemap** — interactive squarified treemap on dashboard and share detail pages. Shows per-miner LTC % and DOGE % with clickable addresses (Blockchair). V35-only miners shown desaturated with "NO DOGE" labels and red borders. |
| 11 | +- **Animated hover effects** — share cells enlarge 2.5x with white glow and spring animation. PPLNS treemap cells scale with brightness boost. Chain structure cells (Best Share, Verified Heads, Tails) as colored squares with tooltips. |
| 12 | +- **Rich share tooltips** — hash, absolute + relative height, miner address, hashrate, difficulty, age, version + desired version, coinbase tag, stale status, V36 signaling tags, LTC/DOGE block solution badges. |
| 13 | +- **Block solution banners** — share detail page shows prominent banners for block solutions: gold (LTC), cyan (DOGE), orange pulsing (LEGENDARY twin). Blockchair links, confirmations, block reward. |
| 14 | +- **Modern share.html** — complete redesign matching dashboard dark theme. Card layout with navigation, share data, local data, block header, generation TX, V36 metadata, full PPLNS treemap with DOGE payouts and version tags. |
| 15 | +- **`/sharechain/window` enhanced** — compact JSON keys, human-readable miner addresses, `is_block_solution` flag, `desired_version`, coinbase ASCII tag (longest 10+ char run with letters), DOGE discovered blocks. |
| 16 | +- **`/web/share/<hash>` endpoint** — full share lookup via `set_share_lookup_fn` callback. Returns p2pool-compatible JSON with block solution detection, DOGE block info, LTC confirmations. |
| 17 | +- **V36? column in Current Payouts** — green checkmark (V36), teal arrow (signaling), red X (V35 only, no DOGE). |
| 18 | +- **Time axis** — left-side hour labels on defrag grid showing share age per row. |
| 19 | +- **WoW quality colors** — Best Share: Epic purple glow. Twin blocks: Legendary orange pulse. |
| 20 | + |
| 21 | +### Changed |
| 22 | +- "My Shares" / "Mine" renamed to "This Node" throughout. |
| 23 | +- Share explorer section renamed to "Sharechain Transparency Explorer". |
| 24 | +- Donation field removed from tooltips (always 0 in V36+). |
| 25 | + |
3 | 26 | ## [0.9.5] - 2026-03-27 |
4 | 27 |
|
5 | 28 | ### Milestone |
|
0 commit comments