Select Page

Category:eIquidus Block Explorer
Sub Category:New Feature
Funding Goal:4447.805 EXOR
Funded:25000 / 4447.805 EXOR
 
Funding Address:EYuoA6AmeSmamT9GXmysAHpNjqa7mskrRB
Date Added:17-Dec-2022
Date Funded:26-Feb-2025
Date Completed:02-Mar-2025
Completed By:Joe [Team Exor]
URL:https://github.com/team-exor/eiquidus/issues/13
Description:

The new "Extracted By" field will contain the wallet address that mined a particular block. Adding an "Extracted By" field to the tx database will allow displaying the mining wallet address on the homepage, block page and transaction page.

The following changes will need to be made:

  1. Add an extracted_by field to the tx model which stores the address hash
  2. Modify the save_tx function to pull the mining winners address and store it in the new address hash field in the tx model
  3. Add an "Extracted By" column to the grid on the homepage that displays the new extracted_by field from the tx database (make sure to include rl_labels.pug to display custom labels). Also add an "Extracted By" column to the table near the top of the block and transaction pages

Please note that this feature will require a full resync of the block data to display "Extracted By" for previously synced blocks and transactions.