Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Correct a misnamed argument in state res v2 #13467

Merged
merged 3 commits into from
Aug 8, 2022
Merged

Commits on Aug 5, 2022

  1. Correct a misnamed argument in state res v2

    In state res v2, we apply two passes of iterative auth checks. The first
    pass replays power events and events in their auth chains, but only
    those belonging to the full conflicted set. The source code as written
    suggests that we want only those belonging to the auth difference (which
    is a smaller set of events).
    
    At runtime we were doing the correct thing anyway, because the only
    callsite of `_reverse_topological_power_sort` passes in the
    `full_conflicted_set`. So this really is just a rename.
    David Robertson committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    bcf52ae View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5644b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Fixup arg missed arg description

    David Robertson authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f7a3f47 View commit details
    Browse the repository at this point in the history