Skip to content

highlight mixed or partial signatures #1004

Description

@tomholub

Just realized - there is more than one kind of .good :-) TypeScript code for reference:

  if (verifyRes && verifyRes.match) {
    if (mixedSignatures) {
      verifyRes.mixed = true;
    }
    if (signedBlockCount > 0 && signedBlockCount != contentBlocks.length) {
      verifyRes.partial = true;
    }
  }

That means VerifyRes needs to be updated to also include mixed: Bool? and partial: Bool?. Plus this logic here, too. But that's for another issue, needs more thought. It won't be a difficult change once thought through.

Originally posted by @tomholub in #998 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions