-
Notifications
You must be signed in to change notification settings - Fork 14
Ethereum block and uncles rewards should be calculated by block traces #185
Comments
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.
Learn more on the Gitcoin Issue Details page.
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.
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 |
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
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.Extra information
The text was updated successfully, but these errors were encountered: