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

WEB3-1274 - Add evmStateDump flag to configuration template #123

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

davehorizen
Copy link

Description

evmStateDump flag is required to perform the data dump required by Horizen2 genesis file and need to set at the beginning of the synching process. For this reason this PR add it
@paolocappelletti let me know if this change can be integrate on the 1.4.0 EON tag overwriting it or we need to create a new one (ex 1.4.1 tag that differ from 1.4.0 for the possibility to set dump flag)? Moreover eon is currently bounded to 0.12.0 SDK version, does it already include the state dump functionality?

Jira Ticket

WEB3-1274

Changes

evmStateDump flag added to configuration template file sc_settings.conf.tmpl and to entrypoint.sh script logic. Default value is set to false.

@paolocappelletti
Copy link
Contributor

paolocappelletti commented Dec 17, 2024

you need to start from the dev branch
main branch (1.4) does not have yet the dump support.
it will be included in sdk 0.13.0, that is referenced in the dev branch (1.5 but still not tagged)

@davehorizen
Copy link
Author

you need to start from the dev branch main branch (1.4) does not have yet the dump support. it will be included in sdk 0.13.0, that is referenced in the dev branch (1.5 but still not tagged)

Ok thanks for the update. I think it makes sense to keep this PR open till 0.13.0 SDK tag creation and then, if everything is ok, include it in EON 1.5.0 release.

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

Successfully merging this pull request may close these issues.

2 participants