When I try to sign a transaction, I get the following error:
Error: Returned error: Method eth_signTransaction not supported.
I assume that this error comes from ganache: The eth_signTransaction method gets forwarded to the underlying node because it is not marked as protectedMethods.
We use this kind of special setup where we separated the signTransaction from the actual send transaction to have more control over the different configurations (especially our in-memory signing).
When I try to sign a transaction, I get the following error:
Error: Returned error: Method eth_signTransaction not supported.I assume that this error comes from ganache: The
eth_signTransactionmethod gets forwarded to the underlying node because it is not marked asprotectedMethods.We use this kind of special setup where we separated the signTransaction from the actual send transaction to have more control over the different configurations (especially our in-memory signing).