Add more reporting for invalid stake cache members and prune them (#21654)

* Add more reporting for invalid stake cache members

* feedback
This commit is contained in:
Justin Starry
2021-12-09 14:12:11 -05:00
committed by GitHub
parent a2df1eb502
commit 6fc329180b
6 changed files with 175 additions and 75 deletions

View File

@@ -26,6 +26,8 @@ lazy_static = "1.4.0"
log = "0.4.14"
memmap2 = "0.5.0"
num_cpus = "1.13.0"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
ouroboros = "0.13.0"
rand = "0.7.0"
rayon = "1.5.1"