kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

Validate block hash and signatures #787

Open JekaMas opened 5 years ago

JekaMas commented 5 years ago

Type:

Request

What happened? / What do you need?:

Add block hash and signatures validation. client/core/block_validator.go BlockValidator.ValidateBody(). see a comment // @TODO (rgeraldes) - add commit verification + hash https://github.com/kowala-tech/kcoin/blob/dev/client/core/block_validator.go#L65

Priority:

Medium

JekaMas commented 5 years ago

can be related to https://github.com/kowala-tech/kcoin/issues/806