Open 0xB10C opened 3 months ago
https://fork.observer (https://github.com/0xb10c/fork-observer) shows forks and reorgs. It would be nice to have a lightningpolar.com visual GUI way of creating a fork or reorg. For example, a (+) button on each block on fork.observer to build a new block on top of it.
(+)
On regtest this could just call the generateblock RPC. On signet it needs to call the signet miner.
generateblock
https://fork.observer (https://github.com/0xb10c/fork-observer) shows forks and reorgs. It would be nice to have a lightningpolar.com visual GUI way of creating a fork or reorg. For example, a
(+)
button on each block on fork.observer to build a new block on top of it.On regtest this could just call the
generateblock
RPC. On signet it needs to call the signet miner.