sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

Archive Node Online Migration

Open Kbhat1 opened this issue 1 year ago • 1 comments

Describe your changes and provide context

  • Relies on https://github.com/sei-protocol/sei-db/pull/75 and https://github.com/sei-protocol/sei-cosmos/pull/541
  • Adds setting latest migrated key and module and restarting from there

Testing performed to validate your change

  • Verifying on migration node

Kbhat1 avatar Sep 18 '24 10:09 Kbhat1

Codecov Report

Attention: Patch coverage is 30.76923% with 18 lines in your changes missing coverage. Please review.

Project coverage is 61.35%. Comparing base (97346a2) to head (ec3d810). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/test_state_store.go 0.00% 12 Missing :warning:
app/seidb.go 54.54% 4 Missing and 1 partial :warning:
app/app.go 66.66% 1 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1863      +/-   ##
==========================================
- Coverage   61.56%   61.35%   -0.22%     
==========================================
  Files         263      263              
  Lines       23308    23328      +20     
==========================================
- Hits        14349    14312      -37     
- Misses       7952     8013      +61     
+ Partials     1007     1003       -4     
Files with missing lines Coverage Δ
app/app.go 66.32% <66.66%> (-0.03%) :arrow_down:
app/seidb.go 80.35% <54.54%> (-7.65%) :arrow_down:
app/test_state_store.go 56.14% <0.00%> (-2.91%) :arrow_down:

... and 4 files with indirect coverage changes

codecov[bot] avatar Sep 25 '24 21:09 codecov[bot]