-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Broken REST Routes #159
Comments
The correct route is now Tagging @Thomasvdam just in case this info is relevant to him :) |
Hi @hacheigriega @Thomasvdam
Could you let me know how to use |
@yerycs I'm not sure which host you're trying to reach, but most likely they're using some proxying service that is not forwarding the query parameters. We had our proxy configured incorrectly and observed the same issue, so if you were using our endpoints this should be fixed. |
@Thomasvdam Please let me know your endpoints |
Reopening the issue because it is indeed very confusing because the documentation is all incorrect. Looks like we have to update @yerycs Sorry I missed your comment. Which network are you trying to connect to? Testnet or Mainnet? |
Overview
There's at least one REST route that's currently broken. Likely more. Some more urgent, some less. We need to fix them based on priority:
/cosmos/tx/v1beta1/txs?events=message.sender='seda...'
Investigation
After some investigation the
/txs
route broke exactly in commit45395245601a363af836a3bb4a59a9385d4991cb
.Before Upgrading to SDK v0.50
/cosmos/tx/v1beta1/txs?events=message.sender='seda...'
worked normally.✅
After Upgrading to SDK v0.50
Check out the commit prior, i.e.
b4b6ed7acd017ebbccfe1a62cbdec053275a6847
. And you will see the route no longer works.🔴
The text was updated successfully, but these errors were encountered: