Simon Warta
Simon Warta
Using `LcdClient` (and anything else from @cosmjs/launchpad) is a dead end. This package is for connecting to Cosmos SDK 0.37–0.39 backends only and [is about to be removed](https://github.com/cosmos/cosmjs/issues/947). If you...
`https://rpc.my_tendermint_rpc_node` is a placeholder. You need to replace it with our Tendermint RPC URL.
If you want to connect to the Cosmos Hub, you can try https://rpc.cosmos.network/. There are many other RPC endpoints out there, but you'd have to go and search for them.
1. You need to `await` the result of `getBalance`: `const balance = await cosmJS.getBalance(accounts[0].address, 'uatom')`. The rest LGTM auf first glance. 2. Okay this is a confuguration problem of the...
Yeah, sorry this does not work too. You have to find a Tendermint RPC node that has CORS configures for access from any origin for the Cosmos Hub. There is...
> have not looked at it yet, but is this going to be `sign mode textual`? Those are different things. EIP191 is Ethereum (Evmos?) specific. See https://github.com/cosmos/cosmos-sdk/pull/11533
Closing as the list above got outdated. The tickets are still open. But more important things came up, the funding situation is unclear and summer is over.
The observed behaviour is probably coming from websocket connections not http because the only slow simapp test uses websockets: ```ts it("respects user timeouts rather than RPC timeouts", async () =>...
I'm okay with avoiding any kind of intermediate solutions here. But I would still be happy to see index files being generated automatically by ts-proto. This would also be useful...
CosmJS does not yet have a way to set the fee payer for the feegrant module. This is tracked as part of https://github.com/cosmos/cosmjs/issues/1105. So it seems like the message signer...