-
Notifications
You must be signed in to change notification settings - Fork 71
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
v4.0.1 throws error at plugin initialization of state_history_plugin #1217
Comments
Thank you for the detailed report. Much appreciated.
We will get it fixed in the next release. |
heifner
added a commit
that referenced
this issue
Jun 7, 2023
heifner
added a commit
that referenced
this issue
Jun 7, 2023
[4.0] SHiP: Fix state-history-log-retain-blocks option handling
heifner
added a commit
that referenced
this issue
Jun 7, 2023
heifner
added a commit
that referenced
this issue
Jun 7, 2023
[4.0 -> main] SHiP: Fix state-history-log-retain-blocks option handling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was upgrading from
v3.2.3
tov4.0.1
.At startup it throws the below error.
My config.ini, which was working with
v3.2.3
without any errors.Spent some time going through the code.
The error is caused by this
prune_config.prune_blocks
is defined hereI haven't specified anything for
prune_blocks
in config, what should be a default config for it? Where can I refer a sample config.ini with it or doc? I don't see the corresponding config option anywhere in the docs regarding state_history_plugin.In the code I couldn't figure out where prune_config gets its value. cpp is not my native language.
The text was updated successfully, but these errors were encountered: