Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
31 views

The Tendermint-core uses a write-ahead log (WAL) mechanism to guarantee consensus safety after crashed validators recover. But this mechanism requires validators to write any received or generated ...
Chenxu Wang's user avatar
0 votes
1 answer
260 views

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 ...
byteZorvin's user avatar
1 vote
1 answer
477 views

I execute the Tendermint request /unconfirmed_txs to get pending transactions data and I get a list of base64 encoded transactions like this: ...
Alexis Moret's user avatar
1 vote
1 answer
475 views

I am on Ubuntu and installed go in path as well. go version prints the version echo $PATH shows both GOPATH and go exec in path. But when I run: sudo ignite scaffold chain github.com/alice/checkers ...
Aryaman Sinha's user avatar
1 vote
0 answers
142 views

I have four VMs, each running BigchainDB and MongoDB inside a Docker container and a Tendermint installation in the VM. I am trying to connect the four instances. When running tendermint node, I get ...
Nodirbek Korchiev's user avatar
2 votes
1 answer
395 views

I am new to blockchain development and to tendermint as well. I already have a blockchain running locally. Using this command starport scaffold vue I could mount a local web application. Inspecting a ...
fatada's user avatar
  • 21
3 votes
1 answer
4k views

I need Tendermint in one of my projects but have never used it before so I am trying to implement a very simple example from here first: https://docs.tendermint.com/master/tutorials/java.html but in C#...
rvnlord's user avatar
  • 3,737
0 votes
1 answer
313 views

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's user avatar
2 votes
2 answers
2k views

Im am running a Tendermint HTTP RPC server at port 26657 on docker container using ubuntu image. docker run -itd --name t1 -p 26657:26657 tendermint When I perform a curl operaion inside the container,...
Ren's user avatar
  • 91
0 votes
0 answers
193 views

Can anyone help me in making a bigchaindb network with 3 nodes.I tried and created network by following http://docs.bigchaindb.com/projects/server/en/latest/simple-deployment-template/network-setup....
Naveen's user avatar
  • 1
0 votes
1 answer
2k views

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 ...
farukterzioglu's user avatar
0 votes
1 answer
157 views

I try to implement light node. When starting it up, RPC is always 127.0.0.1:8888. Thus I cannot connect this node from anywhere else. I also tried to change the ip in the configuration file, but it ...
Pakorn K's user avatar
  • 121
2 votes
0 answers
135 views

We're building a Cosmos SDK chain but we're seeing some odd behaviour when sending a multimsg transaction, for example: I[2021-01-31|05:46:05.271] Executed block module=...
intlman's user avatar
  • 21
2 votes
2 answers
3k views

Am building a cosmos-sdk chain and was wondering what the official support was for coin's decimal precision on a cosmos chain either being minted via a peg or seeded via genesis as the primary staking/...
utx0_'s user avatar
  • 1,554
2 votes
1 answer
430 views

Is it possible to query: the set of delegators for a given validator at a specific height? the amount each delegator has delegated to a given validator at a specific height? Something like the ...
Brad Larson's user avatar

15 30 50 per page
1
2 3 4 5