-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
eth/api: rename signAndSendTransaction to sendTransaction #2712
Conversation
Updated: Fri Jul 22 11:19:30 UTC 2016 |
Current coverage is 52.16%@@ develop #2712 diff @@
==========================================
Files 217 217
Lines 24865 24867 +2
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 14114 12971 -1143
+ Misses 10750 10746 -4
- Partials 1 1150 +1149
|
Mostly discussion/opinion: I'm a bit reluctant from this change because we're starting to litter our Couldn't we simply drop |
Removing Currently there is a clear separation between method that accept sensitive input and the one's that are not. I would like to keep this separation. If we let |
I meant to keep both versions inside personal and completely drop from eth.
|
I understand what you mean, but dropping it from the |
dropping this from eth is not an option, its the main way people use the node currently. In the future when we move accounts out of the node we can discuss that. Currently the Concerning the name change, we had an ERC discussing the name with the community: ethereum/EIPs#113 So please merge |
Rebase please. |
@obscuren, rebased |
rebased again |
Please merge |
LGTM 👍 |
upload-artifact and download-artifact must use same version, otherwise release workflow will fail. https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
See ethereum/EIPs#113. Will update web3 when it released a new version with this method included.
@frozeman