Skip to content
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: fixed regression in eth_signTransaction fixes #2578 #2582

Merged
merged 1 commit into from
May 19, 2016

Conversation

obscuren
Copy link
Contributor

Sign transaction returned the unsigned transaction rather than the
signed one.

@bas-vk @karalabe PTAL

Sign transaction returned the unsigned transaction rather than the
signed one.
@obscuren obscuren added the RPC label May 18, 2016
@obscuren obscuren added this to the 1.4.5 milestone May 18, 2016
@robotally
Copy link

robotally commented May 18, 2016

Vote Count Reviewers
👍 1 @karalabe
👎 0

Updated: Thu May 19 10:02:45 UTC 2016

@karalabe
Copy link
Member

Why do we return the signed transaction in both RPL and JSON format?

@codecov-io
Copy link

codecov-io commented May 18, 2016

Current coverage is 55.90%

Merging #2582 into develop will decrease coverage by <.01%

@@            develop      #2582   diff @@
==========================================
  Files           215        215          
  Lines         24238      24238          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          13567      13549    -18   
- Misses        10670      10689    +19   
+ Partials          1          0     -1   

Powered by Codecov. Last updated by e27af97...4b1a7d3

@obscuren
Copy link
Contributor Author

@karalabe that's the implementation. It return the signed tx. The JSON can be used for verification.

@karalabe
Copy link
Member

LGTM 👍

@bas-vk
Copy link
Member

bas-vk commented May 19, 2016

:+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants