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
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Aleth checks the minor version when opening the various databases - however, Aleth only persists the minor version to a file if the file already exists and contains a different value than Aleth expects (c_minorProtocolVersion). Aleth should obviously also persist the minor protocol version if the file doesn't already exist, since otherwise the file will never be created in the first place.
Aleth checks the minor version when opening the various databases - however, Aleth only persists the minor version to a file if the file already exists and contains a different value than Aleth expects (
c_minorProtocolVersion). Aleth should obviously also persist the minor protocol version if the file doesn't already exist, since otherwise the file will never be created in the first place.Relevant code is here (
BlockChain::open):aleth/libethereum/BlockChain.cpp
Lines 209 to 222 in 39ee616