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.

貢獻者指南