mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 989 forks source link

Grin sync from scratch broken on master #3681

Closed phyro closed 2 years ago

phyro commented 2 years ago

Describe the bug If you're syncing from scratch, the process panics soon after launch.

To Reproduce

git checkout origin/master
cargo clean
cargo build
cs target/debug
./grin clean
./grin

Relevant Information Some logs: https://gist.github.com/phyro/9cbb0f2ad2311f333309fec936a5fcd3

It seems like the issue was introduced in this PR https://github.com/mimblewimble/grin/pull/3671/files

Desktop (please complete the following information):