Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-18 | Intelligently select extremities used in backfill. (#8349) | Erik Johnston | 3 | -20/+66 | |
Instead of just using the most recent extremities let's pick the ones that will give us results that the pagination request cares about, i.e. pick extremities only if they have a smaller depth than the pagination token. This is useful when we fail to backfill an extremity, as we no longer get stuck requesting that same extremity repeatedly. | |||||
2020-09-18 | Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350) | Andrew Morgan | 2 | -5/+4 | |
This is a bit of a hack, as `_check_sigs_and_hash_and_fetch` is intended for attempting to pull an event from the database/(re)pull it from the server that originally sent the event if c |