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.
Since fetching all the validator delegations is a very intensive method, trying to get all values directly usually results in an error, as already noted here https://github.com/cosmos/cosmjs/issues/1049. I'm trying to...
Hello, I'm trying to sign a delegate transaction via the fireblocks RAW signing API. Their method takes the transaction serialized in hexadecimal. Here is my code on how to build...
The `DeliverTxRepsonse` interface already has a [data](https://github.com/cosmos/cosmjs/blob/e514144e48ff74c8741f08c86c876bc54ffdf361/packages/stargate/src/stargateclient.ts#L102) field so that it can contain tx result data. But, it doesn't get the `data` and set it into the `DeliverTxResponse` when querying...
I'm trying to simulate the multi-signature to get the gas fee.I changed `signerInfos` to refer to the [multisignature](https://github.com/cosmos/cosmjs/blob/0fe5c0c6f6abfaeeb3ab23a0a8a4f54affe0cc40/packages/stargate/src/multisignature.ts#L46 ) and [simulate](https://github.com/cosmos/cosmjs/blob/0fe5c0c6f6abfaeeb3ab23a0a8a4f54affe0cc40/packages/stargate/src/modules/tx/queries.ts#L47). ```js const request = SimulateRequest.fromPartial({ tx: Tx.fromPartial({ authInfo: AuthInfo.fromPartial({...
Unfortunately this seems to be causing installation issues.
This is what https://github.com/paulmillr/noble-hashes uses too and we want to use noble hashes. I guess applications can transpile this down to their supported target lists anyways.
I am using `DirectSecp256k1HdWallet.fromMnemonic` in cosmosjd. I need to use it in Cosmos SDK. Help me please.
I am currently running a WebsocketClient to get NewBlock events. The WebSocket fine works when the script is just ran. But after several hours, it seems like the WebSocket gets...
First off, I'm really happy to be putting CosmJS to work! Thanks for this project. Things are working pretty well, but I'm running into intermittent failures when trying to do...