Skip to content
  1. Jun 10, 2020
    • Roman S. Borschel's avatar
      Find the alive incoming entry on disconnect. · 6cb7f00b
      Roman S. Borschel authored
      When a peer in `Incoming` state disconnects, the "alive" entry
      in the `incoming` list for that peer must be updated (set to `false`).
      Currently the entry that is updated may be an earlier entry for the
      same peer that is already no longer alive. This can happen if a
      peer repeatedly connects (incoming) and disconnects between invocations to
      `poll()` of the behaviour.
      6cb7f00b
  2. Jun 08, 2020
  3. Jun 06, 2020
  4. Jun 05, 2020
  5. Jun 04, 2020
  6. Jun 03, 2020
  7. Jun 02, 2020
  8. Jun 01, 2020
  9. May 30, 2020
  10. May 29, 2020
  11. May 28, 2020
    • Bastian Köcher's avatar
      Wasm-builder `runtime-wasm` feature (#6177) · 5b4ed426
      Bastian Köcher authored
      * Enable the `runtime-wasm` for wasm builds
      
      This enables the `runtime-wasm` feature for wasm builds. The feature is
      not mandatory and will only be activated if it exists in the
      `Cargo.toml`.
      
      * Fix compilation
      
      * Update docs
      
      * Uprgade version
      
      * Apply suggestions from code review
      5b4ed426