hack-a-chain-software / indexer-kadena

2 stars 2 forks source link

[Test] Query: transactions #103

Open davibauer opened 1 month ago

davibauer commented 1 month ago

Execution Times

Kadena:

Hack-a-chain:

Results

Reference Query https://graph.kadena.network/graphql

query Transaction {
    transactions(requestKey: "MnKzjjRjlmLgfdkLwMBVseWdZbyVZz1VJKFtvW4kYkM") {
        totalCount
        edges {
            node {
                hash
                result {
                    ... on TransactionResult {
                        goodResult
                        height
                    }
                }
            }
        }
    }
}
mschead commented 1 month ago

It will be fixed on the next deploy.