Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Missing generator address and validatorsHash check on genesis block #8439

Closed
Tracked by #7226
shuse2 opened this issue May 10, 2023 · 0 comments
Closed
Tracked by #7226

Missing generator address and validatorsHash check on genesis block #8439

shuse2 opened this issue May 10, 2023 · 0 comments
Assignees
Milestone

Comments

@shuse2
Copy link
Collaborator

shuse2 commented May 10, 2023

Expected behavior

  • verify generator address to be empty bytes for genesis block
  • verify validatorsHash to be matching with computed validatorsHash

Actual behavior

generatorAddress is not checked during the validation
validatorsHash are not checked after genesis block execution

Steps to reproduce

  • Add non zero generatorAddress and start application
  • Add invalid validatorsHash and start application

Which version(s) does this affect? (Environment, OS, etc...)

6.0.0-beta.0

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

No branches or pull requests

1 participant