-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ensure empty_blocks=false working #230
Comments
@alpe I tested this and empty blocks are created even if :
|
I think this is relevant in our case: tendermint/tendermint#1995 tgrade/x/poe/keeper/historical_info.go Line 100 in b16f823
|
This is indeed the issue. For each new block we store the app hash in begin_block (for ibc historical info) which then modifies state to cause the next block to be created. Good digging @pinosu |
Very good find as to the cause! |
If #99 is solved, should this work? Or is there something else that is updating all the time?
We store the app hash? Or the validator hash? |
Issue #99 should have been closed already. The valset was not persisted with historic information and the app hash is required for IBC. |
Some notes from discussions:
Possible solutions:
|
Why: To ensure the liveness of the network
Test this and see what we need to adjust
Update (Alex):
This are configuration flags in the
<tgrade-home>/config/config.toml
file.Watch server logs or server console at port
26557
(default) for blocks createdSee setup.sh + start.sh
The text was updated successfully, but these errors were encountered: