Closed meyer9 closed 5 years ago
Merging #47 into master will decrease coverage by
0.05%
. The diff coverage is14.81%
.
@@ 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.
The "backend" of this is done (values are stored to the database). Now I need to implement a basic frontend.
Rebased with master
The index page is working. Here are the tasks I need to do:
Honestly, the other items on the list can be implemented later.
This PR will enhance the block explorer for the testnet release.