-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Publish 0.34 RC versions to DockerHub #5266
Comments
@alessio could you help with this? @webmaster128 we do upload master to docker hub on every push. We don't plan on breaking the rpc before 0.34 is cut so you can use that as well |
Thank you, I was not aware of this option. I always looked for something like 0.34-xyz. |
yep, |
Using the However, it is far from an ideal solution because
Given that, I'd appreciate if you considered re-opening this ticket. |
Hello @marbar3778, as predicted by @webmaster128 our CI runs have broken, apparently because of a change in 1) Client 0.34.x With HttpClient can call a bunch of methods
@cosmjs/tendermint-rpc: - TypeError: Cannot read property 'total' of undefined
@cosmjs/tendermint-rpc: /home/circleci/project/packages/tendermint-rpc/src/v0-33/responses.ts:266:54
@cosmjs/tendermint-rpc: hash: fromHex(assertNotEmpty(data.hash)),
@cosmjs/tendermint-rpc: parts: {
@cosmjs/tendermint-rpc: total: Integer.parse(assertNotEmpty(data.parts.total)),
@cosmjs/tendermint-rpc: ~
@cosmjs/tendermint-rpc: hash: fromHex(assertNotEmpty(data.parts.hash)),
@cosmjs/tendermint-rpc: }, Of course, we can fix this by updating our code to match what's coming back from |
I need to backport the docker update, will do that now, rc6 should have a docker image |
Hey Tendermint team!
The CosmJS folks would love to start building a Tendermint 0.34 compatible client in order to connect to Stargate-based chains and Tendermint directly. We develop a Tendermint RPC client that does not depend on any particular blockchain to keep things modular. Testing this client is possible using the docker images from https://hub.docker.com/r/tendermint/tendermint/ (using
--proxy_app=kvstore
).Could you upload the latest 0.34 RC and upcoming RCs there as well? This would allow us to create a client independent of simapp development.
The text was updated successfully, but these errors were encountered: