Panic on failed downcast from BoxError to redjubjub::Error #1357
Labels
A-rust
Area: Updates to Rust code
C-bug
Category: This is a bug
NU-1 Sapling
Network Upgrade: Sapling specific tasks
Milestone
Version
zebrad
main branch, 2020-11-23.Platform
Linux ... 5.4.75 #1-NixOS SMP Thu Nov 5 10:43:38 UTC 2020 x86_64 GNU/Linux
Description
When syncing Mainnet with
checkpoint_sync = true
around block 1018849:BoxError
toredjubjub::Error
panic!(e)
displays an unhelpful<non string panic payload>
panic messageNote: 1018849 is the second-last checkpoint when
checkpoint_sync = true
.The failing code is:
The logs are:
Related Issues
Closed by #1363.
Cleanup underlying cause in #1186
The text was updated successfully, but these errors were encountered: