Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Change eth_signAndSendTransaction to personal_SignAndSendTransaction #1154

Merged
merged 5 commits into from
May 27, 2016

Conversation

rphmeier
Copy link
Contributor

Fixes #1140

@rphmeier rphmeier added the A0-pleasereview 🤓 Pull request needs code review. label May 26, 2016
}
}

fn dispatch_transaction(&self, signed_transaction: SignedTransaction) -> Result<Value, Error> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems to be copy pasted from impls/eth.rs can we move it to some common place (helpers perhaps?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomusdrw done

@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels May 26, 2016
@rphmeier rphmeier force-pushed the personal_sign_and_send branch from dabb32b to 9b3071e Compare May 27, 2016 11:07
@rphmeier
Copy link
Contributor Author

rphmeier commented May 27, 2016

rebased onto latest master

@rphmeier rphmeier added A0-pleasereview 🤓 Pull request needs code review. and removed A8-looksgood 🦄 Pull request is reviewed well. labels May 27, 2016
@rphmeier rphmeier force-pushed the personal_sign_and_send branch from 9b3071e to 2a316ab Compare May 27, 2016 11:23
@rphmeier rphmeier force-pushed the personal_sign_and_send branch from 2a316ab to b28a841 Compare May 27, 2016 14:52
@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels May 27, 2016
@debris debris merged commit 325a257 into openethereum:master May 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants