-
Short videos ( app.go
- Import an SDK module from the Cosmos-SDK (maybe have this be automatic? idk)
- Software Upgrade + docs w/ how to perform (maybe a Spawn cmd for handler generation?)
- CosmJS
- …
-
Can someone help me or provide me with a sample document? I am testing a simple transfer function, but it keeps showing an error message and pops up KEPLR authorization transfer, but it has not been s…
-
### Feature Request
Adding an optional `MsgTransformer` to `CosmWasmClient` (via its constructor).
`MsgTransformer` will be an interface that transforms the `MsgInstantiateContract` and `MsgExecuteC…
-
Getting rid of the Long dependency. It’s a fragile implementation and causes various issues in the module system. We can use `BigInt` for the objects these days and accept `bigint | number | string` i…
-
Hi, why need such funcs?
https://github.com/cosmos/cosmjs/blob/v0.32.0/packages/stargate/src/stargateclient.ts#L333
It is not possible to just use them from inherited modules, than make public?
…
-
Right now the app only supports signing messages for sending tokens. It would be great if multisigs could create and sign any message type (even uploading or pasting in JSON).
I'm a little unclear …
-
There are two aspects to the CronCat indexer:
1. Rust indexer
2. Indexer :v: Sweeper :v:
## Rust indexer
The Rust indexer (the repo where this issue is created, obvs) is in charge of being f…
-
Use `@cosmjs/proto-signing & @cosmjs/stargate` instead
These libraries are tailored to the Cosmos ecosystem, including transaction signing and broadcasting support. Using @cosmjs/proto-signing, for e…
-
## Overview
Repo: https://github.com/nymlab/cheqd-node-starship
Cheqd wants to use Starship for chain upgrade tests written in golang. But this is not straight forward, and would be a really good us…
-
Hey,
I'm currently exploring what's stored on the chain with a goal to do some analysis (and maybe make my own indexer later).
I've successfully established the connection with some mainnet vali…