signum-network / signum-explorer

Signum Blockchain Explorer
GNU General Public License v3.0
9 stars 11 forks source link

Add section with Pools #158

Closed Antoninich closed 10 months ago

Antoninich commented 10 months ago

1) A section with a list of pools sorted by the last forged block has been added to the navigation. There is also the number of registered miners on each pool. image

2) Clicking on the pool address opens a page with detailed data on the pool with sections: Transactions and registered miners. image

3) By clicking on the number of miners on the Pools homepage, a list of all registered miners opens.

pir8radio commented 10 months ago
  1. A section with a list of pools sorted by the last forged block has been added to the navigation. There is also the number of registered miners on each pool. image
  2. Clicking on the pool address opens a page with detailed data on the pool with sections: Transactions and registered miners. image
  3. By clicking on the number of miners on the Pools homepage, a list of all registered miners opens.

thanks for adding screenshots of the changes. i like to see what the PR's do in the wild!

Antoninich commented 10 months ago

Added timestamp on first page Pools and changed the location of the columns. The Blocks column comes first. image

pir8radio commented 5 months ago

@Antoninich can you modify this to exclude any lines with the same pool address? only the latest reference to a pool should be listed so this is a true list of pools. see production explorer https://explorer.notallmine.net/pools/ it just lists every forged block by a pool. this is due to the trimming being off i believe. removing duplicates should be a decent patch.