You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
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.
-**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.
0 commit comments