Skip to content
  1. Jul 02, 2020
  2. Jul 01, 2020
  3. Jun 30, 2020
  4. Jun 27, 2020
  5. Jun 26, 2020
  6. Jun 25, 2020
  7. Jun 24, 2020
  8. Jun 23, 2020
    • Bastian Köcher's avatar
      Make `produce_candidate` return an `Option` (#1309) · 39a36052
      Bastian Köcher authored
      * Make `produce_candidate` return an `Option`
      
      Instead of `produce_candidate` returning a `Result`, it should return an
      `Option`. The only supported error was `InvalidHead` anyway and Cumulus
      will take care to print appropriate information on what failed and
      Polkadot can just ignore it.
      
      * Fix warning
      39a36052