Skip to content
#

tendermint

Here are 174 public repositories matching this topic...

marbar3778
marbar3778 commented Nov 16, 2021

We should have a checklist of things to do when adding a new go.mod. Right now dependency management is a mess and importing over go.mods will have an app importing multiple versions of the same dependencies.

We should add all go.mods to dependabot.

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

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