Skip to content

Strongly typed trie keys #8998

Open
Open
@Longarithm

Description

@Longarithm

It is absolutely unclear in some places of the code whether trie key is represented by bytes or nibbles, because we use Vec<u8> in many places. We may consider using TrieKey in the first case and NibbleSlice in the second one, or something else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-storageArea: storage and databasesC-housekeepingCategory: Refactoring, cleanups, code qualityT-coreTeam: issues relevant to the core team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions