eth_signTransaction not supported
See original GitHub issueAs of Ganache 6.2.1, using web3.eth.signTransaction(...) returns Method eth_signTransaction not supported.
We run our test suite against ganache, and some tests can’t run because of this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Method eth_signTransaction not supported(Solve)
I am running into an error eth_signTransaction not supported which stops me from trying to make a transaction.
Read more >ether - method personal_signTransaction not supported
Ganache does not support personal_signTransaction. The alternative is to unlock the personal account then sign the transaction:
Read more >eth_signTransaction - Avalanche RPC method documentation
Eth Sign Transaction. Signs a transaction that can be submitted to the network at a later time using with eth_sendRawTransaction - not supported...
Read more >Sign transaction without broadcasting it with metamask (not ...
I'm trying to sign a transaction without broadcast using metamask. I have tried web3js and etherjs (eth_signTransaction) ...
Read more >eth_signtransaction RPC method not implemented - Gitcoin
Be the OSS Funding you wish to see in the world. Looking to fund some work? You can submit a new Funded Issue...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

web3.eth.accounts.signTransaction!==web3.eth.signTransaction😃 @szerintedmieth_signTransactionis not currently part of the Ethereum JSON-RPC spec. Here is the EIP issue proposing to add it: ethereum/EIPs#728With that said, it looks like geth and parity already support it, as well as web3 and MetaMask.
As long as geth and parity agree on the implementation I don’t see any harm in adding it to gananche.