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
Trying to find out the history of a profile, I found out that some of our queries do not consider the height flag when used through the REST interface.
Steps to reproduce
Try clicking on the following links. Both of them return the same result with height=0:
Bug description
Trying to find out the history of a profile, I found out that some of our queries do not consider the height flag when used through the REST interface.
Steps to reproduce
Try clicking on the following links. Both of them return the same result with
height=0
:http://lcd.morpheus.desmos.network:1317/profiles/desmos1k7q92w7ku72ycutz6xqrx67v92yycff3emz88s?height=50000
http://lcd.morpheus.desmos.network:1317/profiles/desmos1k7q92w7ku72ycutz6xqrx67v92yycff3emz88s?height=84159
Expected behavior
The
height
flag should be properly considered. This must be verified on each of our REST queries endpoints individually.The text was updated successfully, but these errors were encountered: