Skip to content
Snippets Groups Projects
  1. Oct 15, 2024
  2. Oct 11, 2024
  3. Oct 02, 2024
  4. Oct 01, 2024
  5. Sep 26, 2024
  6. Sep 25, 2024
  7. Sep 24, 2024
  8. Sep 20, 2024
  9. Sep 19, 2024
  10. Sep 18, 2024
  11. Sep 17, 2024
  12. Sep 16, 2024
  13. Sep 13, 2024
  14. Sep 12, 2024
  15. Sep 09, 2024
  16. Sep 06, 2024
  17. Sep 05, 2024
    • github-actions[bot]'s avatar
      [stable2409] Backport #5581 (#5604) · 1c6da61f
      github-actions[bot] authored
      Backport #5581 into `stable2409` (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>