-
Notifications
You must be signed in to change notification settings - Fork 473
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
Legacy endpoint /txs with stargate v0.44 keplr transaction fails with basic send-token #167
Comments
#163 |
It worked. I had to add |
@Thunnini More details here: ignite/web#128 (comment) Where was the |
You'd want to specify it as a feature when your app suggests its chain to keplr The osmosis frontend does it here: https://github.com/osmosis-labs/osmosis-frontend/blob/master/src/config.ts#L916 in your own code, it'd look something like
|
Since I'm using solely the extension to try to send token and getting the 501 error, the adding of such a flag via JS seems out of place as in where would I configure this if it's just the extension that I'm using and not via my web application? Just to clarify: If I try to sign the transaction via my web application integrated with Keplr, I get success. If I try to make the transaction using only the extension, I get 501. cc @Thunnini |
update: I tried first removing the chain from Keplr and adding it again with the Even then, shouldn't we look out for Keplr not auto adding that flag? Maybe to avoid future incompatibilities like this? |
This is great news. |
I just use cosmos-hub4 chain, need i SuggestChain in the frontend code? |
For a chain built with cosmos sdk v0.44, I can't send tokens to another wallet. Keplr returns a 501 from attempting to make a request to
localhost:1317/txs
. Seems like transactions don't get broadcasted to the new endpoint.My keplr extension is a 0.9.4 (latest in chrome store at this writing).
I noticed some comments about relevant stargate changes mentioned here.
This doc page says
But the network tab in chrome dev tools never shows that
node_info
endpoint ever being queried.How do we workaround this or should we just wait for a fix on keplr?
The text was updated successfully, but these errors were encountered: