Skip to content
  1. Dec 11, 2019
    • Max Inden's avatar
      client: Do not set fork sync request via network-gossip · 78220421
      Max Inden authored
      The finality-grandpa module needs two sets of functionalities from the
      network:
      
      1. Everything gossip related, e.g. event_stream, write_notification, ...
      
      2. The ability to set a fork sync request for a specific block hash.
      
      Instead of embedding (2) inside of (1) this patch extracts (2) from (1)
      having finality-grandpa depend on a `Network` that fulfills the
      `network_gossip::Network` trait and that can set block sync requests.
      
      On the one hand this improves the overall structure splitting things
      that don't logically belong together. On the other hand it does
      reintroduce a lot of trait bounds within finality-grandpa.
      78220421
  2. Dec 10, 2019
  3. Dec 09, 2019
  4. Dec 07, 2019
  5. Dec 06, 2019
  6. Dec 05, 2019