Closed cristaloleg closed 1 month ago
Attention: Patch coverage is 26.31579%
with 14 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
backward-sync@7d9aad6
). Learn more about missing BASE report.
Files | Patch % | Lines |
---|---|---|
headertest/store.go | 0.00% | 8 Missing :warning: |
store/store.go | 45.45% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Add
.Tail
method toheader.Store[H]
andstore.Store[H]
implementation. For now method tries to return genesis header. In the future PRs method will start returning real tail of the store.Updates #203