chia-blockchain icon indicating copy to clipboard operation
chia-blockchain copied to clipboard

Add unfinished block to state change event

Open felixbrucker opened this issue 1 year ago • 0 comments

Purpose:

Expose unfinished blocks and relevant metrics to WS rpc api subscribers.

Current Behavior:

Currently only the fact that some unfinished block was added is emitted, but not which or with what data.

New Behavior:

The state change event now contains the unfinished block and relevant data, mainly processing and receive timings. To subscribe to them register the service unfinished_block_info.

felixbrucker avatar May 06 '24 15:05 felixbrucker