Skip to content

unify sender tags for ease of querying #3775

Closed
@fedekunze

Description

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

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

Metadata

Assignees

Labels

T: API BreakingBreaking changes that impact APIs and the SDK only (not state machine).

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions