Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

持久化区块高度不如持久化区块哈希 #1

Open
traitmeta opened this issue Apr 25, 2022 · 2 comments
Open

持久化区块高度不如持久化区块哈希 #1

traitmeta opened this issue Apr 25, 2022 · 2 comments

Comments

@traitmeta
Copy link

主要是hash可以进行区块前后的块的验证

@Rennbon
Copy link
Owner

Rennbon commented May 7, 2022

验证的逻辑可以交给单独的验证服务做,因为链是单独的,单链容易被伪造,可以将结果持久化后,通过其他链2次验证

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@traitmeta @Rennbon and others