New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: eth_signTransaction #2506
Comments
any updates on this? |
Supporting this allows dapps to "brick" a metamask account by consuming a nonce and never submitting the transaction. This could be mitigated by dapp-specific accounts or |
is there any timeline or date for the possible support of signTransaction? |
This is the same as #3475. |
While the concerns about bricking an account are real, supporting this call would also make it easier for users to interact with dapps on other networks without having to update their Metamask provider list. Metamask's use is a lot broader if it can be treated as a client's generalized signing tool. |
Hey guys! We need this feature! Check this out: https://twitter.com/1inchExchange/status/1334992381242961930?s=20 |
Any update or ETA please? |
Do you know which wallets that support this? Please comment. |
Any plans to support
eth_signTransaction
method?The methods allows to sign a transaction request (same as
eth_sendTransaction
), but without submitting it to the network. That's useful e.g for scheduling transaction to run in a specific time. Example of such dapp can be found here: https://txsched.parity.ioUnfortunatelly details are only in this PR, the method is not documented on the wiki:
ethereum/go-ethereum#1666
The text was updated successfully, but these errors were encountered: