mimblewimble/grin

Fence off txhashset validation in its own process

Open

#2 741 ouverte le 10 avr. 2019

Voir sur GitHub
 (11 commentaires) (0 réactions) (0 assignés)Rust (991 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 876 stars)
Métriques de merge PR
 (Merge moyen 6j 11h) (25 PRs mergées en 30 j)

Description

When downloaded from the network on sync, a txhashset archive should be handled with more care than we do now, as it could be forged to mess things up in all sorts of ways. We should fence this off in a different process until the validation code is completely happy with what we were provided. Something like chroot, that limits the hard drive visibility of the forked process would also be great but may be hard to achieve across platforms.

Guide contributeur