1. Dec 29, 2023
  2. Dec 13, 2023
  3. Dec 05, 2023
  4. Dec 01, 2023
  5. Nov 28, 2023
  6. Nov 25, 2023
  7. Nov 24, 2023
  8. Nov 22, 2023
  9. Nov 21, 2023
  10. Nov 19, 2023
  11. Nov 14, 2023
  12. Nov 13, 2023
  13. Nov 09, 2023
  14. Nov 03, 2023
  15. Nov 01, 2023
  16. Oct 31, 2023
  17. Oct 24, 2023
  18. Oct 15, 2023
  19. Oct 14, 2023
    • Julian Eager's avatar
      Discard `Executor` (#1855) · 9f7656df
      Julian Eager authored
      
      
      closes #622 
      
      Pros:
      * simpler interface, just functions:
      `create_runtime_from_artifact_bytes()` and `execute_artifact()`
      
      Cons:
      * extra overhead of constructing executor semantics each time
      
      I could make it a combination of
      * `create_runtime_config(params)` (such that we could clone the
      constructed semantics)
      * `create_runtime(blob, config)`
      * `execute_artifact(blob, config, params)`
      
      Not sure if it's worth it though.
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      9f7656df
  20. Oct 13, 2023
  21. Oct 12, 2023
    • Anton Vilhelm Ásgeirsson's avatar
      Fix links to implementers' guide (#1865) · d2fc1d7c
      Anton Vilhelm Ásgeirsson authored
      # Description
      
      In a couple of cases, there were links pointing to the w3f github pages
      domain. In other instances, there were links pointing to the old
      polkadot repo's github pages. Both of these are now pointing to the
      relevant links in
      https://paritytech.github.io/polkadot-sdk/book/index.html.
      
      These changes were made specifically because the w3f github pages
      returns a 404, and while fixing the links, the old polkadot repo links
      were touched up as well even if they do redirect properly.
      
      This shouldn't affect anything as these are documentation link changes
      only.
      d2fc1d7c
  22. Oct 11, 2023
  23. Oct 05, 2023
  24. Sep 28, 2023
  25. Sep 18, 2023
  26. Sep 12, 2023
  27. Sep 11, 2023
    • s0me0ne-unkn0wn's avatar
      Retire puppet workers (#1449) · 2c8021f9
      s0me0ne-unkn0wn authored
      Closes #583
      
      After the separation of PVF worker binaries, dedicated puppet workers
      are not needed for tests anymore. The production workers can be used
      instead, avoiding some code duplication and decreasing complexity.
      
      The changes also make it possible to further refactor the code to
      isolate workers completely.
      2c8021f9
  28. Sep 08, 2023
  29. Sep 01, 2023
  30. Aug 31, 2023
  31. Aug 29, 2023
  32. Aug 25, 2023