Open obycode opened 5 hours ago
In addition to reporting if the block is valid, the node should also report the block cost. EDIT: it already reports the block costs.
In addition to reporting if the block is valid, the node should also report the processing time.
See #5434.
Does it not already do this? https://github.com/stacks-network/stacks-core/blob/bac1b07baf316ffc124d7a0b348af23afa727a99/stackslib/src/net/api/postblock_proposal.rs#L146
Does it not already do this?
Updated to add the processing time instead.
In addition to reporting if the block is valid, the node should also report the block cost.EDIT: it already reports the block costs.In addition to reporting if the block is valid, the node should also report the processing time.
See #5434.