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

Turning create_empty_blocks to false has no effect #12356

Closed
4 tasks
magicbrighter opened this issue Jun 25, 2022 · 5 comments
Closed
4 tasks

Turning create_empty_blocks to false has no effect #12356

magicbrighter opened this issue Jun 25, 2022 · 5 comments

Comments

@magicbrighter
Copy link

modify config.toml

create_empty_blocks = false has no effect
create_empty_blocks_interval= "10s" has no effect

refenence by
https://docs.tendermint.com/master/nodes/configuration.html

Summary of Bug

Version

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@yihuang
Copy link
Collaborator

yihuang commented Jun 25, 2022

create_empty_blocks = false only stop create empty blocks when app hash don't change, but I believe some begin/end blocker logic in cosmos-sdk will cause constant change of app hash.

@alexanderbez
Copy link
Contributor

create_empty_blocks = false only stop create empty blocks when app hash don't change, but I believe some begin/end blocker logic in cosmos-sdk will cause constant change of app hash.

correct, because each block the version in the merkle state increases by 1 and thus the root changes.

@tac0turtle
Copy link
Member

@magicbrighter are you using an application with ibc or without?

@magicbrighter
Copy link
Author

@magicbrighter are you using an application with ibc or without?
using evmos based on cosmos

@arkantos1482
Copy link

@magicbrighter are you using an application with ibc or without?

I am using a simple Ignite cli made, without even single custom code, (which it adds all the internal modules including ibc, slashing, mint, distribution etc)
Is there a way to remove them , if removing them solving the problem(I don't need most of them)?

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

5 participants