No need to serialize initial_chain_id
field when creating example genesis json?
#1068
Closed
9 tasks
Labels
1a Epic
High level concept to be addressed. Description should contain a list referencing child User Stories
2a Discussion Needed
Prompt for team to discuss at next stand up.
3c Enhancement
Classification indicating a change to the functionality of the existing imlementation
4a Low Priority
Priority indicating minimal impact to system/user -OR- an inexpensive workaround exists
6 Protocol
Impact flag identifying the blockchain logic, consensus, validation, etc.
documentation
I noticed that
create_example_genesis()
initialize theinitial_chain_id
to string "BOGUS"'s sha256 hash, while the generated genesis file will be entirely used by egenesis or by--genesis-json
option to calculate the real chain id, theinitial_chain_id
field in the genesis file actually represents a wrong chain id.It confused me a while, maybe not serialize the
initial_chain_id
field when creating example genesis? Since new devs&admins would mostly using example genesis as a base, this could confuse them too.Task List
initial_chain_id
field when creating example genesis #1069 )Protocol Upgrade
release (this issue)CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: