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.
Updated the link to the correct pull request for generating test vectors. Changed the repository clone URL to the correct Cosmos SDK repository. These changes ensure that the documentation accurately...
TypeScript return types are narrowed in a way that's still backwards-compatible.
`eslint-plugin-import` 2.27+ warns about these: ``` [@cosmjs/stargate]: [@cosmjs/stargate]: cosmjs/packages/stargate/src/index.ts [@cosmjs/stargate]: 6:1 warning Dependency cycle via ./distribution/aminomessages:29 import/no-cycle [@cosmjs/stargate]: [@cosmjs/stargate]: cosmjs/packages/stargate/src/modules/distribution/aminomessages.ts [@cosmjs/stargate]: 10:1 warning Dependency cycle via ./modules:107 import/no-cycle [@cosmjs/stargate]: [@cosmjs/stargate]:...
```sh $ YARN_CHECKSUM_BEHAVIOR=throw yarn install ➤ YN0018: │ @types/estree@npm:0.0.51: The remote archive doesn't match the local checksum - has the local cache been corrupted? ```` There's this inexplicable yarn cache...
Replaced two outdated and broken links in the Yarn migration guide with their current, working counterparts: - Updated the PnPify IDE support link to https://yarnpkg.com/advanced/pnpify#ide-support - Updated the release workflow...
There were zero commits from July to December 2024, and there've been barely any recently after a brief January 2025 sprint of updates. Simon Warta mentioned in https://github.com/cosmos/cosmjs/issues/1618#issuecomment-2574934505 that Confio...
https://github.com/cosmos/cosmjs/blob/0d9181dbac7399f1f0ded14823101be8ed22249a/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L155-L165 Seems to only return events, but not the binary data set using ```rust Response::new().set_data(...) ```
We are building a chain with [cosmos-sdk version `Next`](https://docs.cosmos.network/main/build) ([v0.52.0-rc.2](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.52.0-rc.2)). After transferring tokens to a new account, we are getting an error when sending a tx from the new account...
In my opinion, the updated roadmap section reads more clearly now Adding the [Cosmos Network Features page](https://cosmos.network/features/) is a good addition for readers looking for a broader view of the...
## Description This adds support for `nonCriticalExtensionOptions` in transactions, which is necessary for using inscriptions via `/gaia.metaprotocols.ExtensionData`. This also adds support for specifying the fee granter to use when executing...