1. Oct 19, 2021
  2. Oct 18, 2021
  3. Oct 15, 2021
  4. Oct 14, 2021
  5. Oct 13, 2021
  6. Oct 12, 2021
  7. Oct 11, 2021
  8. Oct 09, 2021
  9. Oct 08, 2021
    • Bastian Köcher's avatar
      5973e316
    • ordian's avatar
      NetworkService: change `remove_from_peers_set` to accept `PeerId`s (#9964) · 12f958fa
      ordian authored
      * NetworkService: expose split_multiaddr_and_peer_id
      
      * Revert "NetworkService: expose split_multiaddr_and_peer_id"
      
      This reverts commit 47b9a0d57c3617e64d01c449afca8896bd4bb6b6.
      
      * change remove_from_peer_set to accets PeerIds
      
      * fixes
      
      * try fixing it
      
      * try fixing it again
      
      * FMT
      
      * revert me
      
      * Revert "revert me"
      
      This reverts commit 1ea34f473f1aedc8b3e6e888d1ad2e1b45eaa1e0.
      12f958fa
    • Bastian Köcher's avatar
      Disable log reloading by default (#9966) · f4b287c7
      Bastian Köcher authored
      * Disable log reloading by default
      
      This disables the log reloading that was enabled by default. The problem
      is that the log reload implementation of `tracing` is using a lock to
      make the layer replaceable. This lock needs to be locked every time we
      need to check if a particular target is enabled (assuming the log level
      is high enough). This kills the performance when for example
      `sometarget=trace` logging is enabled.
      
      * 🤦
      
      * Remove unused parameter
      
      * Fix test
      
      * Fix
      f4b287c7