austintgriffith / clevis

🗜️Ethereum blockchain orchestration, testing, and command line interface.
http://clevis.io
MIT License
106 stars 26 forks source link

"personal_sign" not supported in latest version of Ganache CLI (v6.1.8) #20

Open pi0neerpat opened 5 years ago

pi0neerpat commented 5 years ago

Using Ganache CLI v6.1.8 (ganache-core: 2.2.1) Ganache-CLI

clevis sign "Hello World" 0 ""
 >>> SIGN
(node:22171) UnhandledPromiseRejectionWarning: Error: Returned error: Method personal_sign not supported.
austintgriffith commented 5 years ago

Yeah it works when I'm using Geth but not Ganache. Not sure if Ganache even has the right methods.

austintgriffith commented 5 years ago

Maybe we could detect if it isn't there are fallback on web3.eth.sign?

JimLynchCodes commented 3 years ago

still getting this error... how to fix? 🤔