Skip to content
Snippets Groups Projects
  1. Dec 04, 2024
  2. Dec 03, 2024
  3. Nov 27, 2024
  4. Nov 21, 2024
  5. Nov 13, 2024
    • Egor_P's avatar
      [Release|CI/CD] Fix audiences changelog template (#6444) · b5eb098d
      Egor_P authored
      This PR addresses an issue mentioned
      [here](https://github.com/paritytech/polkadot-sdk/issues/6424#issuecomment-2467042441).
      The problem was that when the prdoc file has two audiences, but only one
      description like in
      [prdoc_5660](https://github.com/paritytech/polkadot-sdk/blob/master/prdoc/1.16.0/pr_5660.prdoc)
      it was ignored by the template.
  6. Nov 12, 2024
  7. Nov 07, 2024
  8. Nov 05, 2024
  9. Oct 25, 2024
  10. Oct 17, 2024
  11. Oct 15, 2024
  12. Oct 11, 2024
  13. Oct 10, 2024
  14. Oct 09, 2024
  15. Oct 08, 2024
  16. Oct 07, 2024
  17. Sep 19, 2024
  18. Sep 17, 2024
  19. Sep 16, 2024
  20. Sep 10, 2024
  21. Sep 09, 2024
  22. Sep 05, 2024
    • github-actions[bot]'s avatar
      [stable2407] Backport #5581 (#5603) · c28ec0fb
      github-actions[bot] authored
      Backport #5581 into `stable2407` (cc @franciscoaguirre
      
      ).
      
      The dry-run shows in `forwarded_xcms` all the messages in the queues
      at the time of calling the API.
      Each time the API is called, the result could be different.
      You could get messages even if you dry-run something that doesn't send
      a message, like a `System::remark`.
      
      This commit fixes this by clearing the message queues before doing the
      dry-run, so the only messages left are the ones the users of the API actually
      care about.
      
      Co-authored-by: default avatarFrancisco Aguirre <franciscoaguirreperez@gmail.com>
  23. Aug 30, 2024
  24. Aug 29, 2024
  25. Aug 28, 2024
  26. Aug 27, 2024
    • eskimor's avatar
      Backport #5427 (#5455) · 0919abd2
      eskimor authored
      
      `validity_vote` function is also called from `import_statement` not only
      from `import_candidate`. The proof still holds if we assume seconded
      statements always come before valid statements, which should be the case
      but is not actually enforced by this module at all. On top of this the
      proof is not local.
      
      Co-authored-by: default avatareskimor <eskimor@no-such-url.com>
    • eskimor's avatar
      Backport #5392 (#5456) · 88d89004
      eskimor authored
      
      There are numerous reasons for invalid imports, most of them would
      likely be caused by bugs. On the other side, dispute distribution
      handles all connections fairly, thus there is little harm in keeping a
      problematic connection open.
      
      ---------
      
      Co-authored-by: default avatareskimor <eskimor@no-such-url.com>
      Co-authored-by: default avatarordian <write@reusable.software>