You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
PR lambdaclass#4024 changed how we initialize the datadir. Instead of looking for
the database in a path relative to the home directory (ie:
.local/share/datadir on linux) it now looks for it on the path relative
to the current directory (ie: ethrex/datadir). This caused problems when
updating the ethrex commit on currently running ethrex nodes due to the
DB mismatch.
This PR restores the previous behaviour, and has been confirmed to work
as usual on the aforementioned ethrex nodes.
<!-- Why does this pull request exist? What are its goals? -->
**Description**
* Restore where we look for the datadir (relative to home vs current
dir)
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolveslambdaclass#111, Resolveslambdaclass#222 -->
Closes None, but is needed to continue lambdaclass#1676
0 commit comments