1. Jul 21, 2020
  2. Jul 20, 2020
  3. Jul 19, 2020
  4. Jul 17, 2020
  5. Jul 16, 2020
  6. Jul 15, 2020
  7. Jul 14, 2020
  8. Jul 13, 2020
    • Bastian Köcher's avatar
      Check that `serde` is present in `sc-chain-spec-derive` (#6636) · 60e3a693
      Bastian Köcher authored
      We should check that `serde` is present when using
      `sc-chains-spec-derive`, because we require this for the generated
      struct. This also switches the generated `derive` instruction to import
      `Serialize`/`Deserialize` by path to not require the user to import
      these derive macros.
      60e3a693