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
celestia-app is on cosmos-sdk v0.46.13. My hypothesis is that this hasn't worked since cosmos-sdk v0.46.4 because that appears to be the first release with #12474
Summary of Bug
Previously, querying for transactions based on events with
<=
or>=
worked. On cosmos-sdk v0.46.13 it doesn't. See celestiaorg/celestia-app#2098 (comment)Version
celestia-app is on cosmos-sdk v0.46.13. My hypothesis is that this hasn't worked since cosmos-sdk v0.46.4 because that appears to be the first release with #12474
Steps to Reproduce
celestia-appd start --api.enable
)Note:
%3C
is<
URL escapedObserved behavior
Expected behavior
A list of transactions that happened in block height <= 10
Notes
A failing test case exists at rootulp@90b7d5f
The text was updated successfully, but these errors were encountered: