Skip to content

feat(core): implement Debug for BlockValidationState and related types#188

Open
alexanderwiederin wants to merge 1 commit into
sedited:masterfrom
alexanderwiederin:debug-validation-state
Open

feat(core): implement Debug for BlockValidationState and related types#188
alexanderwiederin wants to merge 1 commit into
sedited:masterfrom
alexanderwiederin:debug-validation-state

Conversation

@alexanderwiederin
Copy link
Copy Markdown
Collaborator

closes #181

Changes

Implements Debug for BlockValidationState, BlockValidationStateRef, ProcessBlockHeaderResult and BlockCheckResult. Also derives Clone for BlockCheckResult for consistency with ProcessBlockHeaderResult.

Motivation

Allows inspection via {:?} in logs.

@alexanderwiederin alexanderwiederin marked this pull request as ready for review May 26, 2026 16:18
Implements Debug for BlockValidationState, BlockValidationStateRef,
ProcessBlockHeaderResult and BlockCheckResult. Also derives Clone for
BlockCheckResult for consistency with ProcessBlockHeaderResult.
@alexanderwiederin alexanderwiederin force-pushed the debug-validation-state branch from 559845a to 9f89611 Compare May 26, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(core): BlockValidationState should implement Debug

1 participant