T3543
Parse coinbase string for miner. Display on block page.
Differential D16533
[explorer] Show the miner name in the block page bytesofman on Jul 25 2024, 20:09. Authored by
Details
T3543 Parse coinbase string for miner. Display on block page. cd explorer-exe cargo run check rendering for a few blocks cd explorer-server cargo test tests pass
Diff Detail
Event Timeline
Comment Actions use regex instead of raw hex, use for loop instead of distinct if blocks for pure string miners
Comment Actions minimize regex, add tests for new fn
|