entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

return only the signature in sign and use the tss proof to validate the validators #211

Closed frankiebee closed 10 months ago

frankiebee commented 10 months ago

currently sign returns the first index of the requesting sigs fetch. however the second index is the proof that it came from the right validator and that the sig is not intercepted should be checking the proof against the validator public key to ensure its not a malicious validator.

frankiebee commented 10 months ago

same as #203 😬