jopasserat / iexec-scala-sdk

A Scala SDK for the iExec decentralised computing platform
GNU Affero General Public License v3.0
3 stars 1 forks source link

Implement login feature #1

Open jopasserat opened 6 years ago

jopasserat commented 6 years ago

https://github.com/iExecBlockchainComputing/iexec-sdk/blob/b59967a24476b31470bc7784e8b5a9874e0d0461/src/iexec.js#L72-L83

jopasserat commented 6 years ago

This implies we can reproduce the feature signTypedData from https://github.com/iExecBlockchainComputing/iexec-sdk/blob/master/src/sig-utils.js

Assuming this is the same type of signature as EIP#712, there is an open issue in web3j but no implementation yet.