Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Problem: Ever-changing genesis fingerprint  #228

@lezzokafka

Description

@lezzokafka

Background:
CRYPTO_GENESIS_FINGERPRINT is one of the environment variable required by the client-*.

The issue:
It changes whenever we modify the genesis.json. Hard-coding it in the Devnet Pre-requisites might not be ideal.

Potential solutions:

  • In the last Makefile update by @allthatjazzleo, It is now directly calculated by the dev-utils (ask the user to use the dev-utils);
  • Have an updated genesis fingerprint somewhere in the chain repo and point to there;
  • (not suggested) Just let it run and wait for the error message
    genesis fingerprint from tendermint xx...xx is not match setted genesis fingerprint yy...yy then use the yy...yy as the genesis fingerprint.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions