Skip to content
#

tendermint

Here are 171 public repositories matching this topic...

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'
})

DaviRain-Su
DaviRain-Su commented Oct 6, 2021

ERROR ThreadId(22) [ibc-0 -> ibc-1:10-grandpa-0] MISBEHAVIOUR DETECTED Misbehaviour, sending evidence

This is the error I get when I start cargo run -- -c config.toml start with relayer-cli, and I'm forking this relayer as a relayer between substrate chains.

Another one is that misbehaviour doesn't seem to be included in the ics02 handler.

robert-zaremba
robert-zaremba commented May 19, 2021

Is your feature request related to a problem? Please describe.

Exported package doesn't make much sense. In group it's used to describe a dependency for the group module. So it can be in the group module package itself.
Moreover, it doesn't export any useful type outside

Using exported, as a package name is not idiomatic, and it's blizzard..

Describe the solution you'd like

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