Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose signers info for transaction/operation #163

Open
3 tasks
nebolsin opened this issue May 9, 2019 · 0 comments
Open
3 tasks

Expose signers info for transaction/operation #163

nebolsin opened this issue May 9, 2019 · 0 comments

Comments

@nebolsin
Copy link
Member

nebolsin commented May 9, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant