kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a Beta version at the final testing phases.
ISC License
350 stars 105 forks source link

Initialize pruning point depth store -- minor bug fix #453

Closed michaelsutton closed 2 weeks ago

michaelsutton commented 1 month ago

Initialize the pruning point depth store for the rare case where the pruning point is the first sink during initial IBD (virtual processor calls the depth store for each new sink)

0xtrossets commented 3 weeks ago

Thanks @michaelsutton So this fixes https://github.com/kaspanet/rusty-kaspa/issues/455 ?

michaelsutton commented 2 weeks ago

Thanks @michaelsutton So this fixes #455 ?

Yes it should