Questions tagged [cosmos-sdk]
48 questions
0
votes
1 answer
How to get historical events with the Tendermint websocket via /subscribe method?
I am subscribing to the events of Tendermint (like new transactions) with the code below;
query := "tm.event='Tx'"
txs, err := client.Subscribe(ctx, "some-consumer", query)
or from terminal as;
wscat --connect ws://0.0.0.0:26657/websocket
> {…

farukterzioglu
- 21
- 5
0
votes
1 answer
Cosmos SDK Coins Does Not Allow Uppercase Symbol Coins
I am using the sdk coins module, and anytime I try to mint a coin with a symbol in it that is uppercase, it fails and gives me an invalid tx error. I was hoping you might be able to shed some light on why this might be. Here is the link to the…
-2
votes
1 answer
Comos Hub - list of all market's and exchange's addresses
I'm preparing airdrop for my project and want to exclude all exchanges and markets from it. Is there a list of all the exchanges and brands operating on CosmosHub available somewhere?

Mr Raven
- 3
- 1