Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Implement core::fmt::Debug for BoundedVec #9911

@JayPavlina

Description

@JayPavlina

BoundedVec does not currently implement core::fmt::Debug. It only implements std::fmt::Debug, as seen here. This makes it difficult to use as a Parameter for a pallet, because core::fmt::Debug is required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coderZ6-mentorAn easy task where a mentor is available. Please indicate in the issue who the mentor could be.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions