Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: some genesis fields are missing explanation #111

Open
JayT106 opened this issue Mar 2, 2021 · 2 comments
Open

Problem: some genesis fields are missing explanation #111

JayT106 opened this issue Mar 2, 2021 · 2 comments
Assignees

Comments

@JayT106
Copy link

JayT106 commented Mar 2, 2021

I am learning the genesis structure with the page https://crypto.org/docs/chain-details/genesis_file.html#fields-in-genesis
and the default genesis file https://github.com/crypto-com/testnets/blob/main/testnet-croeseid-2/genesis.json

Looks like the document is missing a few fields such as: "evidence", "genutil", "ibc", "transfer", etc...

@aw126
Copy link
Contributor

aw126 commented Mar 3, 2021

We may add the fields suggested as the below:
"genutil": A group of genesis utility functionality for usage including Genesis transactions and file validation related command (gentx), as well as Tendermind related initialization
"ibc": Inter-communication across the chains
"evidence" (listed in the field page already, opts to further elaborate): Evidence storage handling and block proposal detection with the evidence reactor
@lezzokafka

@aw126
Copy link
Contributor

aw126 commented Mar 4, 2021

Updated a few more fields:
“genutil”: A variety of genesis utility functionality for usage including genesis transactions creation (gentx) and genesis file validation command as well as Tendermint related initialization
“gentx”: Generation of genesis transaction carrying a self-delegation
“ibc”: Inter-Blockchain Communication across different chains
“validate-genesis”: Genesis file validation at the default/assigned location
“evidence” (listed in the field page already, opts to further elaborate): Evidence storage handling and block proposal detection with the evidence reactor
@lezzokafka

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants