cosmjs icon indicating copy to clipboard operation
cosmjs copied to clipboard

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.

Results 237 cosmjs issues
Sort by recently updated
recently updated
newest added

They seem to make some optimisations such that the gRPC server will not longer just proxy through Tendermint. To increase concurrency I believe. This may mean it would be more...

Error: Broadcasting transaction failed with code 111222 (codespace: undefined). Log: panic message redacted to hide potentially sensitive system info: panic at SigningStargateClient.broadcastTx. ![image](https://user-images.githubusercontent.com/97287197/153765882-c345382c-42b3-4fc1-9efd-bfc75ed2bea2.png) ![image](https://user-images.githubusercontent.com/97287197/153766848-8b6a1af8-bd3b-43ec-931f-53d0055a34b4.png)

Question ❓

I need to decode transactions of type `'/ethermint.evm.v1.MsgEthereumTx'`. I am able to decode the transaction itself, but in order to decode the messages I understand that I must use a...

Question ❓
ethermint

I suggest that we add another parameter to ALL querys, using which you can execute queries not automatically to the current blockheight but to a lower blockheight. This needs an...

I know, this may sound a bit general, but.. readme explains some libs: * @cosmjs/stargate: A client library for the Cosmos SDK 0.40 (cosmoshub-4), 0.41 and 0.42 (Stargate) * @cosmjs/crypto:...

Hello I am trying to get a list of transaction of a given wallet address. At this moment I can get the block code, hash and status code. However I...

Question ❓

My task is to send tokens without the manual signature of keplr. I want to automatically send 10 tokens to the specified address after clicking a button. In this case,...

This is a bit tricky and would be good to wrote an example for. The question is more or less #1054 and the answer is more or less https://github.com/cosmos/cosmjs/issues/879#issuecomment-927929727.

the current sdk only supports: ``` getDelegation(delegatorAddress: string, validatorAddress: string): Promise; ```` what I want is: ``` getDelegation(delegatorAddress: string): Promise; ```