Closed carpawell closed 1 month ago
The new VerifyPlacementSignatures checks if a message was signed by a suitable number of nodes. Number is taken from the contract storage, their relevance should be ensured and maintained by the Alphabet nodes every epoch. Closes #413.
VerifyPlacementSignatures
Not the most optimal implementation but good enough for now.
Not sure if it should have curveHash arg. I think no.
curveHash
The new
VerifyPlacementSignatures
checks if a message was signed by a suitable number of nodes. Number is taken from the contract storage, their relevance should be ensured and maintained by the Alphabet nodes every epoch. Closes #413.