-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add from
and to
to eth_getTransactionReceipt
#6948
Comments
The example on that page does not contain |
|
There is a difference between the documented response to getTransactionReceipt and the actual response:
The documentation: https://wiki.parity.io/JSONRPC-eth-module#eth_gettransactionreceipt I'm using Parity//v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1 My problem is with the lack 'status' value. The expected value would be: "either 0x1 (success) or 0x0 (failure)" |
@simon-temple thanks for the heads up, we will update the wiki shortly (https://github.com/paritytech/wiki/pull/75). Regarding |
Note that you should set up a hard fork in your chain and set the |
The spec here https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethgettransactionreceipt Does not match what is here https://wiki.parity.io/JSONRPC-eth-module.html#eth_gettransactionreceipt Specifically |
from
and to
to eth_getTransactionReceipt
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.12 ETH (69.09 USD @ $575.79/ETH) attached to it.
|
is some one working on this ? |
@vaibhavchellani nope, feel free to pick it |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 8 months, 2 weeks ago. 1) ab320012 has started work. 1.add to and from to receipt Learn more on the Gitcoin Issue Details page. |
@ab320012 Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 0.12 ETH (72.93 USD @ $607.75/ETH) has been submitted by: @vs77bb please take a look at the submitted work:
|
@vs77bb this is resolved |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 0.12 ETH (64.13 USD @ $534.44/ETH) attached to this issue has been approved & issued to @ab320012.
|
Fixed in #8756. |
I am switching from geth to parity, I wrote my APP following the docs, but for some reason getTransactionreceipt seems to be missing some fields, specifically from and to which is needed in my APP.
The text was updated successfully, but these errors were encountered: