Tribler / kotlin-ipv8

P2P communication library for Android
62 stars 27 forks source link

Make verification more granular #35

Closed rwblokzijl closed 3 years ago

rwblokzijl commented 3 years ago

Instead of returning a Boolean it should return a ValidationResult. This way you can crawl for missing blocks by returning PartialPrevious. This is also conform the python implementation.