phoreproject / graphene

Phore Synapse working repository
MIT License
13 stars 6 forks source link

Enhance block explorer #47

Closed meyer9 closed 5 years ago

meyer9 commented 5 years ago

This PR will enhance the block explorer for the testnet release.

codecov-io commented 5 years ago

Codecov Report

Merging #47 into master will decrease coverage by 0.05%. The diff coverage is 14.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   35.44%   35.38%   -0.06%     
==========================================
  Files          20       20              
  Lines        3400     3408       +8     
==========================================
+ Hits         1205     1206       +1     
- Misses       2059     2066       +7     
  Partials      136      136
Impacted Files Coverage Δ
beacon/chain.go 52.29% <ø> (+0.59%) :arrow_up:
beacon/blockchain.go 44.51% <0%> (ø) :arrow_up:
beacon/syncmanager.go 0% <0%> (ø) :arrow_up:
beacon/state.go 60.97% <16%> (ø) :arrow_up:
beacon/statemanager.go 78.12% <36.36%> (+0.17%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e0dab39...3977234. Read the comment docs.

meyer9 commented 5 years ago

The "backend" of this is done (values are stored to the database). Now I need to implement a basic frontend.

meyer9 commented 5 years ago

Rebased with master

meyer9 commented 5 years ago

The index page is working. Here are the tasks I need to do:

meyer9 commented 5 years ago

Honestly, the other items on the list can be implemented later.