Closed
Description
opened on Mar 1, 2019
Summary of Bug
Governance txs don't follow tags standard
Steps to Reproduce
While most of the transactions from a delegator can be queried using the delegator=<address>
tag. Governance txs don't follow this standard and thus clients have to additionally query each single tx independently. For eg:
For all txs from a delegator but governance:
GET /txs?delegator=<address>
For gov txs:
GET /txs?action=submit_proposal&proposer=<address>
GET /txs?action=deposit&depositor=<address>
GET /txs?action=vote&voter=<address>
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity