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