mimblewimble/grin

Fence off txhashset validation in its own process

Open

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

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

仓库指标

Star
 (4,876 star)
PR 合并指标
 (平均合并 6天 11小时) (30 天内合并 25 个 PR)

描述

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.

贡献者指南