-
When upgrading react-scripts from v4 to v5, you also get a webpack v4 to v5 upgrade. In Webpack 5 a bunch of modules need to be configures manually. CosmJS lists the required condiguration here: https…
-
How can i subscribe to events with the help of cosmjs.
-
Hey cosmjs team.
I can not find any method to validate string as a wallet address programmatically.
There is this function in faucet https://github.com/cosmos/cosmjs/blob/79396bfaa49831127ccbbbfdb…
-
I create a new module using Ignite CLI that requires multi-signature. My module only has **direct message types**. So I copy file https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/multi…
-
Hi, I'm trying to decode transaction data with cosmjs and find out that I need to use `Registry.decode` from https://github.com/cosmos/cosmjs/blob/main/packages/cosmwasm-stargate/src/signingcosmwasmcl…
peara updated
2 years ago
-
Hi, I would want to use core cosmos type urls in some consts/enums, but couldn't find them, are they exist?
I did [this PR](https://github.com/cybercongress/soft3.js/pull/23/files), but realized th…
-
Here's a video explaining that when you run the CosmJS indexer for a while, it'll inevitably miss a block or two and try to fix it. But then it tries to insert it twice.
We're catching this with a …
-
It appears that the pagination does not work properly when calling QueryClient.queryUnverified().
Here's the pagination object I am passing into the function.
```
pagination: {
countTotal: true…
-
we are encountering this on every transaction on lava network
we recently upgrade to cosmos 47 but i can confirm this also happened on 46
snippet of the code causing this issue:
```typescript
…
-
Update of this page: https://github.com/cosmos/cosmjs/blob/main/packages/stargate/CUSTOM_PROTOBUF_CODECS.md