Simon Warta
Simon Warta
Closing since `funds` is not optional. It should always be set. Use an empty array if no funds should be set. Feel free to open a ticket if there are...
Yeah, so there is no great answer here, but maybe I can help. The StargateClient/SigningStargateClient only install the query extensions they need to power the higher level methods that are...
What did you try to do there? Did you create an instance of SigningStargateClient?
Thank you. This makes sense overall. Just a few thoughts: 1. It would be good to have a dedicated return type for both functions to not rely on tendermint-rpc details....
I assume you are talking about the valuation of native coins in Cosmos. This is out of scope for CosmJS. I know some people use the Coingecko API but there...
Hey! This question is related to #1055. Unfortunately not well explained indeed. `createDefaultRegistry` in indeed not public. Not sure if we want to change that. But one thing you can...
Currently client one instance allows using multiple signer addresses. For this reason you always have to provide the sender/signer address. However in order to make the vast majority of the...
Indeed, the client can have one signer address which can be changed. A big API change would still result from making the client a one-address client. We could try creating...
Good idea. But we have to implement that in wasmd first: https://github.com/CosmWasm/wasmd/issues/998
Paul, love your work, thanks a lot! We use noble-hashing already. It will be done.