celestia-node
celestia-node copied to clipboard
refactor(blob)!: use hex encoding for Commitment String() output
Change the Commitment type's String() method to return a hex-encoded string instead of a raw byte-to-string conversion. This improves readability and makes Commitment values easier to interpret in logs and debugging output.
@walldiss