You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on what we have seen, I don't think it's the same issue. For reasons:
We are using the /tx_search endpoint. Based on our experience, it returns tx regardless of normal tx or payForBlob tx. We are able to get the result for other blocks that have payForBlob transactions
Summary of Bug
Block 279207 on Mocha 4 has a transaction:
Click here because the response is long
But when using
tx_search
(http://consensus-full-mocha-4.celestia-mocha.com:26657/tx_search?query=%22tx.height=279207%22) the result is empty:Expected behavior
Subsequent block 279208 has a transaction.
And so does the
tx_search
result for 279208.Version
Presumably v1.1.0, which should be running on http://consensus-full-mocha-4.celestia-mocha.com:26657
We have not replicated this on a local node, but are happy to do so if helpful.
Steps to Reproduce
tx_search
(docs) for transactions in block 279207. i.e. http://consensus-full-mocha-4.celestia-mocha.com:26657/tx_search?query=%22tx.height=279207%22result.block.data.txs
i.e. http://consensus-full-mocha-4.celestia-mocha.com:26657/block?height=27920tx_search
For Admin Use
The text was updated successfully, but these errors were encountered: