Skip to content
  1. Feb 25, 2020
    • Max Inden's avatar
      client/network-gossip: Merge GossipEngine and GossipEngineInner · cc1ab38c
      Max Inden authored
      Given that GossipEngine and GossipEngineInner are not shared between
      threads anyone (public interface + background tasks), neither depends on
      being Send or Sync. Thus one can merge the two as done in this patch.
      One only needs to wrap an `Arc<Mutex<>>` around the whole structure when
      the owner (e.g. finality-grandpa) needs to share the gossip engine
      between threads.
      cc1ab38c
  2. Feb 24, 2020
  3. Feb 21, 2020
  4. Feb 20, 2020
  5. Feb 19, 2020
  6. Feb 18, 2020