mimblewimble/grin

Fence off txhashset validation in its own process

开放

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

 (11 条评论) (0 个反应) (0 位负责人)Rust (991 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (4,876 个星标)
PR 合并指标
 (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.

贡献者指南