Commit 75173f8
fix: parachain informant (#9581)
Closes #9559.
The parachain informant was logging information for all parachains, not
just ours. This PR fixes that by filtering the events by parachain ID.
I tried adding a zombienet test for this but there isn't really a good
way to do it. So I ended up only testing manually with zombienet, by
creating a network of two parachains and adding some extra logging to
ensure that the events are now being filtered out correctly.
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bastian Köcher <[email protected]>1 parent 01abd9e commit 75173f8
2 files changed
+22
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
605 | 606 | | |
606 | 607 | | |
607 | 608 | | |
| 609 | + | |
608 | 610 | | |
609 | 611 | | |
610 | 612 | | |
| |||
632 | 634 | | |
633 | 635 | | |
634 | 636 | | |
635 | | - | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
636 | 641 | | |
637 | 642 | | |
638 | 643 | | |
| |||
652 | 657 | | |
653 | 658 | | |
654 | 659 | | |
655 | | - | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
656 | 664 | | |
657 | 665 | | |
658 | 666 | | |
| |||
670 | 678 | | |
671 | 679 | | |
672 | 680 | | |
673 | | - | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
674 | 685 | | |
675 | 686 | | |
676 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments