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

Add the Reward value of a Block in the Block Tile and Block Details Page #23

Closed
acravenho opened this issue Mar 6, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request priority: high High priority issues team: developer
Milestone

Comments

@acravenho
Copy link
Contributor

acravenho commented Mar 6, 2018

As a Contributor, I want to see the Validator Reward earned for a Block on the Block details page and block tile on the blockscout.

Example: https://etherscan.io/block/6843636

The current reward is 1 POA plus the Gas Used that is rewarded to the Validator that validated that block. There is also an emission reward of 1 POA that is sent to an address defined in the spec.json file.
The information for block rewards is obtained from the Parity block_trace call.

Acceptance Criteria

  • On the block tile, it must display the total amount of reward of the block validated; This block tile is currently located on the homepage, blocks page, and address Validations tab
  • In the blocks details page, all information about the rewards must be displayed on the right bottom box (Where originally is placed the info about the Gas Used) ;
    • The Gas Used information should be reallocated to the main box of the block details (right after the nonce);
  • In the block details page, it must be displayed each type of reward separately.
    • EmissionReward;
    • Gas Fee;
    • Uncle Reward (If it has);
@acravenho acravenho added enhancement New feature or request team: contributor labels Mar 6, 2018
@acravenho acravenho added this to Icebox in Contributors Section Mar 13, 2018
@acravenho acravenho moved this from Icebox to ToDo in Contributors Section Mar 13, 2018
@acravenho acravenho added this to the Vienna milestone May 4, 2018
@acravenho acravenho added priority: low Low priority issues and removed Vienna labels Jul 18, 2018
@acravenho acravenho modified the milestones: Vienna, Kuala Lumpur Jul 18, 2018
@acravenho acravenho added priority: high High priority issues team: developer and removed priority: low Low priority issues team: contributor labels Nov 29, 2018
@acravenho acravenho removed this from ToDo in Contributors Section Nov 29, 2018
@acravenho acravenho added this to Refining in Developers Section Nov 29, 2018
@brwatanabe brwatanabe changed the title As a Contributor, I should see the Validator Reward for a Block on the Block details page. Add the Rewards of a Block in the Block Tile and Block Details Page Dec 7, 2018
@brwatanabe brwatanabe changed the title Add the Rewards of a Block in the Block Tile and Block Details Page Add the Reward value of a Block in the Block Tile and Block Details Page Dec 7, 2018
@brwatanabe brwatanabe moved this from Refining to Ready to Do in Developers Section Dec 7, 2018
@amandasposito amandasposito moved this from Ready to Do to In progress in Developers Section Dec 13, 2018
@amandasposito amandasposito self-assigned this Dec 13, 2018
@ghost ghost added the in progress label Dec 18, 2018
@amandasposito
Copy link
Contributor

In the block details page it must be displayed:

For core and sokol, we should see:

  • Validator Reward which would be equal to the 1 POA + Gas Fee for the block.
  • Emission Reward 1 POA

For mainnet and other PoW chains

  • Miner Reward (gettext) Base reward + gas fee
  • Uncle Reward

@amandasposito amandasposito moved this from In progress to In Review in Developers Section Dec 18, 2018
Developers Section automation moved this from In Review to Done Dec 19, 2018
@ghost ghost removed the in progress label Dec 19, 2018
mrsmkl pushed a commit to mrsmkl/blockscout that referenced this issue Nov 6, 2019
ivanshukhov pushed a commit to planq-network/blockscout that referenced this issue Sep 2, 2022
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo added a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
…ctor

blockscout#23 UI: add a button in footer which can add cusotm network to metamask
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo added a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
shellteo pushed a commit to shellteo/blockscout that referenced this issue Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: high High priority issues team: developer
Projects
Development

No branches or pull requests

3 participants