Skip to content
  1. May 05, 2022
  2. May 04, 2022
  3. Apr 26, 2022
  4. Apr 25, 2022
  5. Apr 14, 2022
  6. Apr 08, 2022
  7. Apr 03, 2022
  8. Mar 18, 2022
  9. Mar 15, 2022
  10. Mar 14, 2022
  11. Mar 12, 2022
  12. Mar 11, 2022
  13. Mar 10, 2022
  14. Mar 09, 2022
    • asynchronous rob's avatar
      Finish migration to v2 primitives (#5037) · 49f7e5cc
      asynchronous rob authored
      * remove v0 primitives from polkadot-primitives
      
      * first pass: remove v0
      
      * fix fallout in erasure-coding
      
      * remove v1 primitives, consolidate to v2
      
      * the great import update
      
      * update runtime_api_impl_v1 to v2 as well
      
      * guide: add `Version` request for runtime API
      
      * add version query to runtime API
      
      * reintroduce OldV1SessionInfo in a limited way
      49f7e5cc
  15. Mar 04, 2022
  16. Feb 25, 2022
  17. Feb 24, 2022
  18. Feb 22, 2022
  19. Feb 18, 2022
  20. Feb 14, 2022
  21. Feb 11, 2022
  22. Feb 10, 2022
  23. Feb 09, 2022
  24. Feb 07, 2022
  25. Feb 02, 2022
  26. Jan 21, 2022
  27. Jan 10, 2022
  28. Jan 05, 2022
  29. Jan 02, 2022
  30. Dec 30, 2021
    • Sergey Pepyakin's avatar
      configuration: Rename validation_upgrade_{frequency -> cooldown} (#4635) · 72a92eaf
      Sergey Pepyakin authored
      This just renames a member of `HostConfiguration` from
      validation_upgrade_frequency to -//-_cooldown.
      
      As was already pointed out in #4460 the existing name is a misnomer, the
      member actually represents a minimum time period between upgrades, which
      is neatly expressed by a word cooldown.
      
      I've been planning this rename already for some time and the term is
      already used in paras module:
      
      https://github.com/paritytech/polkadot/blob/1394b70d/runtime/parachains/src/paras.rs#L1568-L1574
      72a92eaf
  31. Dec 28, 2021