Skip to content

Expand Abbreviated Block Hashes in Error Messages #5226

Description

@devendran-m

Description:
Error messages currently display abbreviated block hashes (e.g., block-hash(538d..d06f)), which makes it difficult to identify and use the full hash for debugging or removal operations.

Please update the logging to always show the full block hash (e.g., 538d1540f0a850afbd156c3e02cf596300ee2bd06945f0a3a7ed14476a50d06f) instead of the shortened form.

Example:
Current log:
duplicate entries for block at height 4556904: block-hash(538d..d06f)

Expected:
duplicate entries for block at height 4556904: block-hash(538d1540f0a850afbd156c3e02cf596300ee2bd06945f0a3a7ed14476a50d06f)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions