uport-project / specs

uPort Protocol Specs
Apache License 2.0
86 stars 24 forks source link

fix: update format for eip712 signature in resp #42

Closed rmw2 closed 5 years ago

rmw2 commented 5 years ago

Make eip712 signature format consistent with return value for eth_signTypedData. This was previously an object {r,s,v}, but should be a 129-byte string which contains r,s, and v, respectively

rmw2 commented 5 years ago

Nevermind, will fix encoding in the UportSubprovider. Leave message as is, passing around destructured signature