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

Tendermint genesis is outdated #916

Closed
tzemanovic opened this issue Jun 23, 2021 · 0 comments · Fixed by #917
Closed

Tendermint genesis is outdated #916

tzemanovic opened this issue Jun 23, 2021 · 0 comments · Fixed by #917
Labels
bug Something isn't working domain-types Anything relating to the creation, modification or removal of domain types

Comments

@tzemanovic
Copy link
Contributor

The genesis module doesn't seem to be compatible with Tendermint v0.34.x:

  • missing initial_height field
  • missing consensus.block.time_iota_ms
  • incompatible type for app_hash
  • validators.voting_power is not accepted by Tendermint Go, the default should be validators.power
  • missing optional field validators.name
@tzemanovic tzemanovic added the bug Something isn't working label Jun 23, 2021
@xla xla added the domain-types Anything relating to the creation, modification or removal of domain types label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working domain-types Anything relating to the creation, modification or removal of domain types
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants