pub async fn authored_ops_to_dht_db_without_check(
    hashes: Vec<DhtOpHash>,
    authored_db: &DbRead<DbKindAuthored>,
    dht_db: &DbWrite<DbKindDht>,
    dht_db_cache: &DhtDbQueryCache
) -> StateMutationResult<()>
Expand description

Insert any authored ops that have been locally validated into the dht database awaiting integration. The “check” that isn’t being done is whether the dht db is for an authority for these ops, which sort of makes sense to skip for the author, even though the author IS an authority, the network doesn’t necessarily think so based on basis hash alone.