Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Make produce_candidate return an Option #1309

Merged
merged 3 commits into from
Jun 23, 2020
Merged

Commits on Jun 23, 2020

  1. 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.
    bkchr committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    64387ab View commit details
    Browse the repository at this point in the history
  2. Fix warning

    bkchr committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    7abe2ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb1ff6 View commit details
    Browse the repository at this point in the history