summary refs log tree commit diff
path: root/changelog.d/5274.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-071-1/+0
|
* Correctly filter out extremities with soft failed prevs (#5274)Erik Johnston2019-05-291-0/+1
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 extremities table, otherwise we just build up forward extremities. Fixes #5269