Skip to content

Replace ChildrenMap #1850

@rkuris

Description

@rkuris

There is already a bitmap type used to serialize proof nodes:

pub(super) struct ChildrenMap([u8; ChildrenMap::SIZE]);

This one is better as that one was written before we removed branch_factor_256 so it was trying to be generic to support both. We should replace that one with this one.

Originally posted by @demosdemon in #1849 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions