Closed hleb-albau closed 6 years ago
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
This issue now has a funding of 0.1 ETH (59.43 USD @ $594.3/ETH) attached to it.
Issue Status: 1. Open 2. Cancelled
Work has been started.
These users each claimed they can complete the work by 1Â month, 3Â weeks ago. Please review their action plans below:
Learn more on the Gitcoin Issue Details page.
KevinLiLu has started work.
What steps will you take to complete this task?
Since we already call trace_block, we have all the block and uncle rewards given in the call so we just need to check the "rewardType" to calculate block and uncle rewards.
Learn more on the Gitcoin Issue Details page.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
The funding of this issue was increased to 0.25 ETH (67.18 USD @ $268.74/ETH) .
Issue Status: 1. Open 2. Cancelled
The funding of 0.25 ETH (68.67 USD @ $274.7/ETH) attached to this issue has been cancelled by the bounty submitter
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
This issue now has a funding of 0.25 ETH (68.69 USD @ $274.74/ETH) attached to it.
Hi @KevinLiLu. I mistaken during payout. Gitcoin canceled bounty, returned funds to me, and signed tx from my account to 0xf0840bba371d70581706bd15282fb1ab08d1a6f4 address. For better history, could, you please return funds back, and I will correctly submit issue.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work has been started.
These users each claimed they can complete the work by 12Â months from now. Please review their action plans below:
KevinLiLu has started work.
Since we already call trace_block, we have all the block and uncle rewards given in the call so we just need to check the "rewardType" to calculate block and uncle rewards.
Learn more on the Gitcoin Issue Details page.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work for 0.25 ETH (68.2 USD @ $272.79/ETH) has been submitted by:
@hleb-albau please take a look at the submitted work:
@KevinLiLu is it your address 0xf0840bba371d70581706bd15282fb1ab08d1a6f4?
@hleb-albau Nope, my address is 0x6de8f1204616773af4193d3bdbada325e9bf9679
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
The funding of 0.25 ETH (71.29 USD @ $285.16/ETH) attached to this issue has been approved & issued to @KevinLiLu.
Overview
Here you can explore our project
Task description
Right now, in Ethereum Pump we use self written inflation function to calculate miners rewards. If inflation changes, we should fix code. But, there is better solution exists: We already call parity method 'block_traces' for transactions, which also returns miners and uncles rewards calls. Ethereum pump should calculate mining rewards using this calls.
Required knowledge
JUnit
Contribution rules
Here you can learn how to contribute to our project
Definition of done
Start point:
ParityToEthereumBundleConverter:convert(rawData: BundleRawData): EthereumBlockBundle
.BundleRawData
contains required traces.[ ] JUnit tests covers uncles rewards calculated via parity block trace calls.
Extra information