mimblewimble/grin

Fence off txhashset validation in its own process

Open

#2,741 创建于 2019年4月10日

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)Rust (4,876 star) (991 fork)batch import
enhancementhelp wanted

描述

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.

贡献者指南

Fence off txhashset validation in its own process · mimblewimble/grin#2741 | Good First Issue