Skip to content

Fix zallet zcashd migration strict mode#445

Open
Zk-nd3r wants to merge 1 commit into
zcash:mainfrom
Zk-nd3r:fix-zallet-migration-strict-mode
Open

Fix zallet zcashd migration strict mode#445
Zk-nd3r wants to merge 1 commit into
zcash:mainfrom
Zk-nd3r:fix-zallet-migration-strict-mode

Conversation

@Zk-nd3r
Copy link
Copy Markdown

@Zk-nd3r Zk-nd3r commented May 20, 2026

Summary

  • pass the inverted allow_warnings flag into ZcashdDump::from_bdb_dump so the default migration path is strict in the first parser stage
  • keeps the later parse_dump strictness unchanged

Testing

  • cargo fmt --check
  • cargo check -p zallet (fails in this Windows environment before checking this crate because dlltool.exe is missing for the GNU toolchain)

Fixes #444

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.

zallet migration passes allow_warnings as strict mode in first zcashd dump parser stage

1 participant