loomnetwork / loom-js

JS library for building browser apps & NodeJS services that interact with Loom DAppChains
https://loomx.io
BSD 3-Clause "New" or "Revised" License
204 stars 47 forks source link

use web3.eth.personal.sign instead of web3.eth.sign in Web3Signer #239

Open dotrungkien opened 5 years ago

dotrungkien commented 5 years ago

is there any way to use web3.eth.personal.sign instead of web3.eth.sign in Web3Signer

what i want is to use addIdentityMappingAsync with a custom sign message instead of a hash with warning like now.

Screen Shot 2019-03-14 at 10 32 39 PM
redben commented 5 years ago

For reference. https://github.com/loomnetwork/loom-js/issues/278