confio / tgrade

The Tgrade Blockchain Binary, based on the Cosmos SDK and wasmd
Apache License 2.0
31 stars 10 forks source link

Deactivate PoE pinned code verification #403

Closed alpe closed 2 years ago

alpe commented 2 years ago

Do not fail start when unpinned PoE code. See #402

Unpinned PoE contracts are not likely to happen on the initial phase but in any case this should not prevent a dump/restart scenario

codecov-commenter commented 2 years ago

Codecov Report

Merging #403 (c1fc434) into main (b940960) will decrease coverage by 0.04%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
- Coverage   57.50%   57.45%   -0.05%     
==========================================
  Files          73       73              
  Lines        5565     5564       -1     
==========================================
- Hits         3200     3197       -3     
- Misses       2048     2049       +1     
- Partials      317      318       +1     
Impacted Files Coverage Δ
x/poe/bootstrap.go 63.85% <0.00%> (-0.71%) :arrow_down: