Closed kirugan closed 1 month ago
Attention: Patch coverage is 64.58333%
with 17 lines
in your changes missing coverage. Please review.
Project coverage is 78.57%. Comparing base (
a1be2eb
) to head (a4db415
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/juno/dbcmd.go | 64.58% | 9 Missing and 8 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'll update docs, but logic won't be changed
Very nice 🔥
This PR adding new subcmd
db revert
that allows one to revert database to desired block using required flag--to-block
. It's useful in cases you want to debug db starting from specific block (for instance p2p follower node)