Skip to content

Expose signers info for transaction/operation #163

@nebolsin

Description

@nebolsin

In certain cases it would be handy to explore not only the source account of the transaction, but also the exact set of signers (think of a payment from multi-sig 2-of-3 acc — I want to show who exactly authorized it).

  • Add signers link to the transaction (flat array of signers resolved from the signature hints attached to the transaction envelope)
  • Same for operation, although in this case we need to return a subset of transaction signers who authorized this operation (basically intersect tx.signers with op.sourceAccount.signers)
  • Reverse edge also seems reasonable, like query all the operations authorized (signed) by a given signer public key (or account)

This task will probably be much easier with the internal ingestor and ES / Dgraph, so lets postpone it for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions