clevis icon indicating copy to clipboard operation
clevis copied to clipboard

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

Open pi0neerpat opened this issue 6 years ago • 3 comments

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.

pi0neerpat avatar Nov 11 '18 17:11 pi0neerpat

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

austintgriffith avatar Nov 11 '18 17:11 austintgriffith

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

austintgriffith avatar Nov 11 '18 17:11 austintgriffith

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

JimLynchCodes avatar Oct 28 '21 22:10 JimLynchCodes