sybilhunter
sybilhunter copied to clipboard
Let modules express what kind of parsing they need
Currently, sybilhunter uses strict parsing to pass objects to modules. Some modules, however, only need relay fingerprints, which means that lazy parsing is sufficient. Modules should be able to express that they prefer lazy parsing.