Skip to content

Keep the list of signatories sorted #4

@blamario

Description

@blamario

As discussed in issue #3. We currently use nub on-chain to eliminate potential duplicate signers, but this function has quadratic complexity. If we modify the off-chain code to always commit transactions with sorted and unique signers, we can replace the on-chain nub with a linear-complexity check that the list is sorted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions