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
Validate during update doesn't load db-hash correctly.
build/util-db update --chainid 1 --log debug --validate --db-tmp tmp/ --aida-db aida-db
...
2023/12/09 18:53:06 CRITICAL: DbHash not found in downloaded Patch - cannot perform validation. If you were missing only lachesis patch, this would be normal behaviour.
...
The text was updated successfully, but these errors were encountered:
The issue is that just during the update wrong db-hash is loaded to be compared against freshly downloaded patch. So there is an error. While everything else being correct. And even right after downloading with this fail you can correctly do util-db validate so this is not any blocking issue.
Since we already have util-db validate command. I like to suggest remove --validate option from util-db update command. We can always run util-db validate afterwards.
Validate during update doesn't load db-hash correctly.
The text was updated successfully, but these errors were encountered: