Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-30 | Add DB bg update to cleanup extremities. | Erik Johnston | 2 | -0/+205 | |
Due to #5269 we may have extremities in our DB that we shouldn't have, so lets add a cleanup task such to remove those. | |||||
2019-05-30 | Correctly filter out extremities with soft failed prevs (#5274) | Erik Johnston | 2 | -3/+80 | |
When we receive a soft failed event we, correctly, *do not* update the forward extremity table with the event. However, if we later receive an event that references the soft failed event we then need to remove the soft failed events prev events from the forward ex |