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

Refactor event storage to prepare for changes in state calculations #3141

Merged
merged 2 commits into from
May 3, 2018

Commits on Apr 27, 2018

  1. Refactor event storage to not require state

    This is in preparation for using contexts that may or may not have the
    current_state_ids set. This will allow us to avoid unnecessarily pulling
    out state for an event on the master process when using workers.
    
    We also add a check to see if the state groups of the old extremities
    are the same as the new ones.
    erikjohnston committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    6e10eed View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Fix up grammar

    erikjohnston committed May 3, 2018
    Configuration menu
    Copy the full SHA
    31c7c29 View commit details
    Browse the repository at this point in the history