Questions tagged [cosmos-sdk]
48 questions
1
vote
0 answers
INTERNAL: error in frame handler in Android
I'm getting java.io.IOException: FRAME_SIZE_ERROR: 4740180 error from following code
ManagedChannelBuilder.forAddress(GRPC_MAIN, PORT_MAIN)
.usePlaintext()
.build();
Here is the configuration in…

Papan
- 382
- 1
- 10
1
vote
1 answer
How do I set the root url when moving from sdk-version launchpad to starport of the Cosmos SDK?
I ran through the tutorials at https://tutorials.cosmos.network/, which was fun. Some use Cosmos SDK 0.40, which have a different code generation approach than Cosmos SDK 0.39. I decided to do the first tutorial over using the new SDK and it looks…

Ryan Dines
- 979
- 10
- 18
1
vote
1 answer
Validators gas fee payment in cosmos sdk?
How the validators are receiving money in their account.?
How gas price amount get deduced from the user account to validator accounts. ?
And how to check the balances of user account and validator account , before and after.?

Mr.100
- 141
- 3
- 11
0
votes
0 answers
the trait `QueryResponses` is not implemented for `QueryMsg`
I am trying to compile a contract the schema.rs has this error.
I was trying to compile the code using cargo build --release --target wasm32-unknown-unknown.
We are trying to create a mulit sig contract using cosm wasm. I was following the tutorial…

Mehul Chauhan
- 1
- 1
0
votes
0 answers
How to get a private key and address from mnemonic on cosmos in golang?
I am trying to send coins on the cosmos-sdk blockchain. I succeeded in transferring coins using cosmjs. The code is as follows:
import { Secp256k1HdWallet } from "@cosmjs/amino";
import { StargateClient, SigningStargateClient } from…

gray
- 9
- 1
0
votes
0 answers
Cosmos State Sync Failing
I am trying to run the full node of cosmos. I'm pretty new to it, so please correct me If I am wrong.
So far I'm able to somehow ran the theta-testnet but I'm getting the following error in mainnet.
Jan 25 05:57:47 ip-10-0-12-160 cosmovisor[19856]:…

Waqar Ahmed
- 1,414
- 2
- 15
- 35
0
votes
0 answers
Cosmos: Convert pubkey to consensus address
I need to do a conversion using the cosmrs library, but I couldn't do it. Can anyone who has experience with this help with a sample code?
Also I have a note to complete it:
Take the address from the pubkey and bech32 encode it using the correct…
0
votes
1 answer
ATOM (Cosmos) Staking API shows huge rewards numbers
I am using the method here (QueryDelegationRewardsRequest) in java to try to get a delegator's rewards with a validator, and I get 43,959,458,898,830,411,000,000,000 uatom, whereas in the blockchain scanner it shows 50531742 uatom. Is this not the…

vietnamese_chowder
- 65
- 5
0
votes
1 answer
when doing ignite scaffold :> exec: "go": executable file not found in $PATH
I am on ubuntu and installed go in path as well.
go version print the version
echo $PATH shows both GOPATH and go exec in path.
but when I run: sudo ignite scaffold chain github.com/alice/checkers
I get:
: exec: "go": executable file not found in…
0
votes
1 answer
storing object in cosmos db returns bad request?
I seem to be unable to store a simple object to cosmos db?
this is the database model.
public class HbModel
{
public Guid id { get; set; }
public string FormName { get; set; }
public Dictionary Form { get; set;…

I am not Fat
- 283
- 11
- 36
0
votes
1 answer
Cosmos how to get account address from an operator address?
My task is to list all validators in addition with their account address. Here is the RPC, which can list all validators, https://buf.build/cosmos/cosmos-sdk/docs/main:cosmos.staking.v1beta1#cosmos.staking.v1beta1.Query.Validators. The validator…

chengbin du
- 512
- 4
- 13
0
votes
2 answers
How to convert txRaw to txHash in cosmos-sdk?
i am using api Cosmos SDK "https://api.cosmos.network/blocks/9888530" to get 1 block details
i get it txRaw:…

Trien Tran
- 394
- 1
- 7
0
votes
0 answers
Error while cloning GitHub COSMOS Repository. (GO)
i want to clone and install a GitHub repository but get an error.
git clone https://github.com/bandprotocol/chain
cd chain && git checkout v2.3.0
make…

SurpriseMF
- 174
- 9
0
votes
1 answer
Cosmos SDK: couldn't verify signature: unable to verify single signer signature
I’m getting this error when trying to multisign a tx. The 3 signers sent their signed json but when trying to combine them I get:
Error: couldn't verify signature: unable to verify single signer signature
I’ve read that it’s most likely chain ID or…

GrandSteph
- 2,053
- 1
- 16
- 23
0
votes
1 answer
How to fix the error message that says "this version of Cosmos SDK is no longer supported" when running starport scaffold commands?
Using starport version v0.17.1 darwin/amd64 -build date: 2021-07-27T13:10:21Z, the starport scaffold commands gives an error saying "this version of Cosmos SDK is no longer supported"

Emeka Onwuliri
- 145
- 1
- 4