tendermint
Here are 174 public repositories matching this topic...
-
Updated
May 25, 2020 - Go
-
Updated
Nov 23, 2021 - TeX
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'
})
-
Updated
Oct 7, 2020 - Go
-
Updated
Nov 30, 2021 - Go
-
Updated
Dec 1, 2021 - Go
-
Updated
Nov 30, 2021 - Go
-
Updated
Nov 14, 2021 - Go
-
Updated
Apr 13, 2021 - JavaScript
Since raw queries only return encrypted keys, it's pointless and will break implementations coming from other networks without letting anyone know.
We should remove it from the next version
-
Updated
Sep 6, 2018 - Go
-
Updated
Feb 25, 2021 - Rust
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
-
Updated
Feb 17, 2019 - Go
-
Updated
Mar 10, 2021 - Rust
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Jan 4, 2021 - JavaScript
This is self-explanatory: celestiaorg/celestia-core#401 (review)
-
Updated
Oct 26, 2021 - Python
-
Updated
Nov 1, 2021 - Swift
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Aug 22, 2019 - Python
-
Updated
Mar 16, 2020 - Go
Improve this page
Add a description, image, and links to the tendermint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tendermint topic, visit your repo's landing page and select "manage topics."
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.