mimir icon indicating copy to clipboard operation
mimir copied to clipboard

Block validation async

Open aldernero opened this issue 2 years ago • 2 comments

What this PR does

This builds off of #2538 and adds

  1. The beginnings of block validation code, which is started asynchronously from FinishBlockUpload
  2. A periodic background goroutine that updates validation.json while block validation is happening.

Checklist

  • [X] Tests updated
  • [ ] Documentation added
  • [ ] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

aldernero avatar Jul 25 '22 23:07 aldernero

will rebase to get changes from #2548 and work on test cases

aldernero avatar Jul 26 '22 15:07 aldernero

The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase main and eventually move the CHANGELOG entry added / updated in this PR to the top of the CHANGELOG document. Thanks!

pracucci avatar Oct 07 '22 09:10 pracucci

Closing as development is now in #3411

aldernero avatar Nov 08 '22 17:11 aldernero