fn sort_updates(updates: Vec<StateUpdate>) -> Vec<StateUpdate>Expand description
Sort StateUpdates in dependency order.
ยงPanics
This function assumes that all provided updates have the same timestamp
and will panic otherwise.
fn sort_updates(updates: Vec<StateUpdate>) -> Vec<StateUpdate>Sort StateUpdates in dependency order.
This function assumes that all provided updates have the same timestamp
and will panic otherwise.