Skip to content
  1. Jan 30, 2020
    • Max Inden's avatar
      client/finality-grandpa: Add regression test observer polling network · 1781bd0c
      Max Inden authored
      Ensure `Future` implementation of `ObserverWork` is polling its
      `NetworkBridge`. Regression test for bug introduced in d4fbb897 and
      fixed in 7d58ceeb.
      
      When polled, `NetworkBridge` forwards reputation change requests from
      the `GossipValidator` to the underlying `dyn Network`. This test
      triggers a reputation change by calling `GossipValidator::validate` with
      an invalid gossip message. After polling the `ObserverWork` which should
      poll the `NetworkBridge`, the reputation change should be forwarded to
      the test network.
      1781bd0c
    • Cecile Tonglet's avatar
      Remove --release from check_for_exit.sh (#4775) · 1ed1cc54
      Cecile Tonglet authored
      I don't see any good reason to build with --release to test this but this step takes 8-8:30 min on the CI and I suspect we would save some time by using the debug build instead.
      1ed1cc54
  2. Jan 29, 2020
  3. Jan 28, 2020
  4. Jan 27, 2020
  5. Jan 25, 2020
  6. Jan 24, 2020