Skip to content

account history by contract not available #213

Description

@cppfuns

I try to execute

query($account: String!,$contract: String, $cursor: String, $limit: Int64) {
  getAccountHistoryActions(account: $account,contract: $contract,cursor: $cursor, limit: $limit ) {
    edges {
      cursor
      node {
        blockID
        blockNum
        blockTime
        receiver
        account
        name
        authorization {
          actor
        }
      }
    }
    pageInfo {
      startCursor
      hasNextPage
      hasPreviousPage
    }
  }
}

Query conditions

{
  "account": "eosio",
  "contract": "eosio.token",
  "limit": 100
}

Return error

{
  "errors": [
    {
      "message": "account history by contract not available",
      "path": [
        "getAccountHistoryActions"
      ]
    }
  ],
  "data": null
}

I try to add in dfuse.yml,But still the same error

I added it after it has been running for a while, I don’t know if it will affect

accounthist-mode: account-contract

Activity

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

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