decentraland / content-service

🎨 IPFS Alternative HTTP Interface
https://content.decentraland.org
Apache License 2.0
4 stars 5 forks source link

Make a STATIC_CALL to verify ERC1271 signatures #163

Closed eordano closed 5 years ago

eordano commented 5 years ago

https://github.com/decentraland/content-service/blob/master/handlers/upload_service.go#L116

We might be receiving signatures that have a different mechanism than the normal ECrecover way; specially this is important because users with Dapper can't currently deploy.

m-sossich commented 5 years ago

Done here