1. Jul 10, 2023
  2. Jul 09, 2023
  3. Jul 07, 2023
  4. Jul 06, 2023
  5. Jul 05, 2023
  6. Jul 04, 2023
  7. Jul 03, 2023
  8. Jul 02, 2023
  9. Jun 30, 2023
  10. Jun 29, 2023
  11. Jun 28, 2023
  12. Jun 27, 2023
  13. Jun 26, 2023
  14. Jun 25, 2023
  15. Jun 23, 2023
  16. Jun 22, 2023
  17. Jun 21, 2023
  18. Jun 20, 2023
  19. Jun 18, 2023
  20. Jun 16, 2023
    • juangirini's avatar
      Companion for Soft deprecate GenesisConfig (#7288) · ced77b3d
      juangirini authored
      * update genesis config
      
      * fix wrong RuntimeGenesisConfig name
      
      * update lockfile for {"substrate"}
      
      ---------
      
      Co-authored-by: parity-processbot <>
      ced77b3d
    • Mira Ressel's avatar
      docs: update references to NetworkConfiguration::extra_sets (#7386) · e7560710
      Mira Ressel authored
      * docs: update references to NetworkConfiguration::extra_sets
      
      Since paritytech/substrate#14080, this struct field no longer exists,
      now the `add_notification_protocol()` function of
      `sc_network::config::FullNetworkConfiguration` is used.
      
      Also neuter the doc links for now; rustdoc can't resolve them
      (presumably because sc_network::config isn't in scope, though weirdly
      enough even spelling the link out as
      ``[`FullNetworkConfiguration`](struct@sc_network::config::FullNetworkConfiguration)``
      doesn't work?). Normally this wouldn't be an issue and rustdoc would
      just not generate links, but rust 1.70 has a bug that completely crashes
      rustdoc in this case.
      e7560710