pub async fn filter_existing_ops(
    vault: &DbWrite<DbKindDht>,
    ops: Vec<(DhtOpHash, DhtOp)>
) -> DatabaseResult<Vec<(DhtOpHash, DhtOp)>>