Skip to content
#

tendermint

Here are 138 public repositories matching this topic...

weave
ethanfrey
ethanfrey commented Jun 25, 2019

Expected Behavior

Issue #807 among others shows that readthedocs are actually being used 🎉 This also means that we need to complete the half-done update. We expect someone to follow through the docs and everything just working.

Actual Behavior

Lots of out-dated build instructions. Theory is there, but code steps are wrong.

Additional info

Please go through all items in

hackable
hackable commented Feb 8, 2019

It wouldn't start if genesisPath and GCI is specified.

Node v11.8.0

Lotion 0.4.8

`
lotion({
initialState: {
blockNo: 0,
txCount: 0
},
ports: { abci: 58354, p2p: 58355, rpc: 58356 },
GCI:
'08a5972afaf42e5751cd7f1af542c4e5e259e07dd0d45d31ffba3eaced632549',
genesisPath:
'/Users/admin/.lotion/networks/806f53597c1bfb8fdd9d128aca662a19/config/genesis.json'
})

mikesmo
mikesmo commented Oct 18, 2017

We are using Ethermint 0.4.0.

Where does the gas that is spent on a transaction go? After doing some simple tests of transferring ether from on account to another, the gas is correctly deducted from the sending account, but I can't figure out which account that goes to.

I would have thought that it would be a validator?

So, I created a miner reward strategy, specifying an account to rece

marbar3778
marbar3778 commented Nov 27, 2019
error: failed to select a version for `tokio`.
    ... required by package `abci v0.6.4 (/Users/markobaricevic/code/abak0/CoTend/rust-abci)`
versions that meet the requirements `^0.2` are: 0.2.1, 0.2.0

the package `abci` depends on `tokio`, with features: `rt-full, codec, io` but `tokio` does not have these features.


failed to select a version for `tokio` which could resolve this co
Chjango
Chjango commented Apr 25, 2018

Project Description

Needs to cover:

  • How generate and sign transactions in an external app
  • How to generate sign transaction
  • How to bond and delegate atoms
  • How to interface with governance
  • How to generate addresses and when to use bech32cosmos

Context:
`"One thing that is unclear to me that I'd love some clarity on: if we were to create our own Hub blockchain (which would

Improve this page

Add a description, image, and links to the tendermint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tendermint topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.