Skip to content

Commit 82cddb6

Browse files
committed
v0.12.0: Sharechain Transparency Explorer milestone
CHANGELOG: document all explorer features — defrag viewer, PPLNS treemaps, block solution banners, V36 upgrade pressure, animated hover effects. README: add Transparency Explorer milestone to highlights.
1 parent c09aec2 commit 82cddb6

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## [0.9.5] - 2026-03-27
427

528
### Milestone

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Original forum thread: <https://bitcointalk.org/index.php?topic=18313>
1212
> **First daemonless DOGE block:** (2026-03-27) — DOGE block accepted on testnet4alpha via embedded SPV P2P, no dogecoind RPC needed
1313
>
1414
> **First V36 Twin Block:** LTC [#3085349](https://blockchair.com/litecoin/block/3085349) + DOGE [#6154761](https://blockchair.com/dogecoin/block/6154761) (2026-04-05) — simultaneous LTC+DOGE block found on the V36 share chain, detected and displayed by c2pool's embedded block scanner
15+
>
16+
> **Sharechain Transparency Explorer** (2026-04-07) — defragmenter-style sharechain visualization with interactive PPLNS treemaps, animated hover effects, per-miner LTC+DOGE payout breakdown, V36 upgrade pressure for V35 miners
1517
1618
---
1719

0 commit comments

Comments
 (0)