tendermint
Here are 178 public repositories matching this topic...
-
Updated
May 25, 2020 - Go
-
Updated
Jan 6, 2022 - 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
Mar 25, 2022 - Go
-
Updated
Oct 7, 2020 - Go
-
Updated
Mar 25, 2022 - Go
-
Updated
Nov 30, 2021 - Go
when trying to compile on freebsd
cmd/chain-maind/app/app.go:207:10: undefined: WriteFile
go version: go version go1.17.5 freebsd/amd64
free bsd: 13.0-RELEASE
See issue scrtlabs/SecretNetwork#872
-
Updated
Feb 17, 2022 - Go
-
Updated
Apr 13, 2021 - JavaScript
Hello,
When implementing Beefy protocol, based on Grandpa consensus, there are 3 kinds of verifications in a hierarchical structure.
- The top tier verification is MMR root verification, by collecting sufficient validators' valid signatures.
- Based on a valid MMR root, the 2nd tier is block header verification.
-
Updated
Sep 6, 2018 - Go
this issue is encapsulating the comment here that was not addressed in #331 per the request of #257
We need to make sure that large messages encode to shares properly. This could be hard coded, in that we know that a message of size X takes up Y shares when encoded, but preferably we should have some function that t
-
Updated
Feb 25, 2021 - Rust
Summary of Bug
in the Create method for the basket submodule, we have allowed_classes, and credit_type_abbreviation as some of the basket creation criteria. However, we never actually check if the classes in allowed_classes have the same type specified in credit_type_abbreviation.
This isn't chain-breaking, but it could allow some wonky/bogus baskets to be created. The Put me
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Feb 17, 2019 - Go
-
Updated
Mar 10, 2021 - Rust
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Oct 26, 2021 - Python
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Nov 1, 2021 - Swift
-
Updated
Jan 4, 2021 - JavaScript
Depends on: #443
Currently named ibctypes package provides helpers to fetch Consensus State and Validator Set from dumped files
We support the yaml format which is the default format of the dumping commands for our experimentations
We must in the future eventually support other format for dumped files
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."
Summary
Find a tool / linter which checks that all struct attributes are set. This should be on by default.
Problem Definition
Forgetting an attribute can lead to errors. This is related to objects stored in a state as well events. In some cases we don't need to set all attributes because the default value is the one we want. However it's still good to be explicit. If there are ca