cosmjs
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.
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...
Closes #844
Error: Broadcasting transaction failed with code 111222 (codespace: undefined). Log: panic message redacted to hide potentially sensitive system info: panic at SigningStargateClient.broadcastTx.  
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...
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...
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; ```