Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Add new RPC Method "personal_sendTransaction" #2

Open
2 of 4 tasks
frozeman opened this issue Sep 17, 2016 · 5 comments
Open
2 of 4 tasks

Add new RPC Method "personal_sendTransaction" #2

frozeman opened this issue Sep 17, 2016 · 5 comments
Labels

Comments

@frozeman
Copy link

frozeman commented Sep 17, 2016

This method works like "eth_sendTransaction", but accepts the accounts password as the second parameter. It will then unlock the account internally, send the transaction and locks it again.

  • geth: must rename its method from "personal_signAndSendTransaction" to "personal_sendTransaction" (in 1.5)
  • cpp: not implemented?
  • parity: not implemented?
  • ethereumj: not implemented?
@frozeman
Copy link
Author

@debris @bas-vk @chriseth

@bas-vk
Copy link
Member

bas-vk commented Sep 30, 2016

This function is included in develop and will be included in geth 1.5.

@frozeman
Copy link
Author

frozeman commented Oct 7, 2016

As it was never really formalised its fine ditching the old one and using the new one. After that we will add it to the rpc specs.

@chriseth
Copy link
Contributor

cpp has implemented that a while ago

@frozeman
Copy link
Author

super

@frozeman frozeman added ERC and removed enhancement labels May 2, 2017
@frozeman frozeman closed this as completed May 2, 2017
@frozeman frozeman reopened this May 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants