Skip to content
#

tendermint

Here are 178 public repositories matching this topic...

robert-zaremba
robert-zaremba commented Feb 17, 2022

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

good first issue tooling Type: Dev UX
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'
})

livelybug
livelybug commented Feb 5, 2022

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.
good first issue relayer non-cosmos-chains P-low
evan-forbes
evan-forbes commented May 14, 2021

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

good first issue
technicallyty
technicallyty commented Mar 23, 2022

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

Type: Bug good first issue Scope: x/ecocredit

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