You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want the visualiser to be as agnostic as possible to the underlying event data, so if we experiment with radically different shapes (e.g auth dags) then tardis will Just Work with them.
Current assumptions:
harcoded checkboxes for auth chain
hardcoded event ID calculation for prev|auth_events fields and that's it.
eventsToCompleteDag explicitly loops auth|prev_events to fill in a complete dag.
findForwardExtremities explciitly walks auth|prev_events when doing its deathmatch calculation.
collapsifier only looks at prev_events.
The text was updated successfully, but these errors were encountered:
We want the visualiser to be as agnostic as possible to the underlying event data, so if we experiment with radically different shapes (e.g auth dags) then tardis will Just Work with them.
Current assumptions:
eventsToCompleteDag
explicitly loops auth|prev_events to fill in a complete dag.findForwardExtremities
explciitly walks auth|prev_events when doing its deathmatch calculation.The text was updated successfully, but these errors were encountered: