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

Transaction hash incorrect #835

Closed
gavofyork opened this issue Mar 27, 2016 · 0 comments
Closed

Transaction hash incorrect #835

gavofyork opened this issue Mar 27, 2016 · 0 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.

Comments

@gavofyork
Copy link
Contributor

(master) jack@vent:~/src/augur.js$ curl -X POST --data '{"id":15,"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from":"0xb5f7502a2807cb23615c7456055e1d65b2508625","to":"0x895d32f2db7d01ebb50053f9e48aacf26584fe40","data":"0x8595bab1","gas":"0x2fd618","gasPrice":"0x0ba43b7400"}]}' http://localhost:8545

gives different results for parity and geth.

Parity response: {"jsonrpc":"2.0","result":"0x00","id":15}
Geth response: {"id":15,"jsonrpc":"2.0","result":"0xe6de94a6a400671465a2cd0f0dcee7208dc417fc70dec78bf43f4cda50a01406"}

@gavofyork gavofyork added F2-bug 🐞 The client fails to follow expected behavior. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. labels Mar 27, 2016
@gavofyork gavofyork changed the title Transaction hash Transaction hash incorrect Mar 27, 2016
debris added a commit that referenced this issue Mar 27, 2016
NikVolf added a commit that referenced this issue Mar 27, 2016
tests for deserialization of transaction from issue #835
@NikVolf NikVolf closed this as completed Mar 27, 2016
arkpar pushed a commit that referenced this issue Mar 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Projects
None yet
Development

No branches or pull requests

2 participants