Skip to content

/chain/history?addresses output seems incomplete #367

Open
@gavinly

Description

@gavinly

Using indexer: {"commit":"f1738a43a88d8c523008a6aa948f2b8c38fd745f","version":"2.5.4"}

Querying list of transactions involving tnam1qr4xqmsrnzsh7xnkzykvrm6f2nw0eps2l5zvudts: https://indexer.namada.tududes.com/api/v1/chain/history?addresses=tnam1qr4xqmsrnzsh7xnkzykvrm6f2nw0eps2l5zvudts&page=1&per_page=10&order=desc

Output is one transaction:

{
  "results": [
    {
      "tx": {
        "txId": "f1a5e377adba61d38884616d03ef89db0cbf7f990bc5f702f914d5c3683d7dc4",
        "wrapperId": "8fdf7073060c4795ffd7436848f34e197097957d1bc80154ed88232f0e3e0b4b",
        "kind": "revealPk",
        "data": "{\"public_key\":\"ED25519_PK_PREFIXtpknam1qrx5k2xp220y7aq2ffvgg4xsrhy39ru4kf5g3kuyn6lxg3fdhzl8vq23y30\"}",
        "memo": "496e74657220426c6f636b636861696e2053657276696365732052656c61796572",
        "exitCode": "applied"
      },
      "target": "tnam1qr4xqmsrnzsh7xnkzykvrm6f2nw0eps2l5zvudts",
      "kind": "sent",
      "blockHeight": 1028265
    }
  ],
  "pagination": {
    "page": 1,
    "perPage": 30,
    "totalPages": 1,
    "totalItems": 1
  }
}

But there are other transactions from this address that are not in the results above; two examples:

I want to be able to query IBC client update transactions to monitor and track the health of IBC relayers.

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