Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug / Display impls panic for empty pollard #48

Open
Ash-L2L opened this issue Apr 29, 2024 · 0 comments
Open

Debug / Display impls panic for empty pollard #48

Ash-L2L opened this issue Apr 29, 2024 · 0 comments

Comments

@Ash-L2L
Copy link
Contributor

Ash-L2L commented Apr 29, 2024

#[test]
fn test_display_empty() {
    let p = Pollard::new();
    let _ = p.to_string();
}
Davidson-Souza added a commit that referenced this issue May 20, 2024
Fix pollard serialization/deserialization (#46), Debug/Display for empty pollard (#48)
Davidson-Souza added a commit to Davidson-Souza/rustreexo that referenced this issue Jun 8, 2024
* Reindex chain if we go in an undefined state

* Fix a bug during header download

If we stopped the daemon while it's running, we'ld get a corrupted
state, and header validation would loop forever
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

No branches or pull requests

1 participant