Skip to content
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

Remove Launchpad client #947

Closed
webmaster128 opened this issue Nov 24, 2021 · 6 comments · Fixed by #1029
Closed

Remove Launchpad client #947

webmaster128 opened this issue Nov 24, 2021 · 6 comments · Fixed by #1029
Milestone

Comments

@webmaster128
Copy link
Member

The Launchpad client in @cosmjs/launchpad connects to Cosmos SDK 0.37-0.39 networks. Nobody seems to be running such networks anymore. Let's remove the code.

If you need Launchpad support, please let me know.

@webmaster128 webmaster128 added this to the 0.28.0 milestone Nov 24, 2021
@webmaster128
Copy link
Member Author

Used by https://twitter.com/steakwallet for Kava

@puneet2019
Copy link

We are using it in assetMantle demo app, https://demo.assetmantle.one (works on cosmos-sdk 39.x), but for mainnet we plan to use stargate.

@jacobcoro
Copy link

Kava is still in the process of migrating. We will need this for a few more weeks at least

@tac0turtle
Copy link
Member

kava upgraded, we can now get rid of launchpad client.

@RuslanGlaznyov
Copy link

What if I need LcdClient instance via RestUrl?
Seems QueryClient in stargaze has same functionality but it requires Tendermint34Client instance. What if I need QueryClient but via the restUrl?

@webmaster128
Copy link
Member Author

CosmJS does not contain a client for the LCD API anymore. You need to connect to Tendermint RPC.

jeronimoalbi added a commit to ignite/cli that referenced this issue Aug 9, 2022
The package is not being used in the relayer. It has also been removed
from `@cosmjs`. See cosmos/cosmjs#947.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants