spacemeshos / go-spacemesh

Go Implementation of the Spacemesh protocol full node. 💾⏰💪
https://spacemesh.io
MIT License
748 stars 211 forks source link

Validate signature on PoET messages #976

Open noamnelke opened 5 years ago

noamnelke commented 5 years ago

Following https://github.com/spacemeshos/poet/issues/51 we should adapt the PoET verification code to consider that the PoET commitment is now hash(concat(membershipRoot, poetId)). We should also verify the signature on the message.

fasmat commented 1 year ago

@noamnelke @poszu what is the state on this? Is this still needed or can the ticket be closed?