You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TRACKING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This document tracks items that are planned for future development. These items
10
10
11
11
## Medium Priority
12
12
-**Testutils Dependencies**: Re-enable `notification_tests` and ensure the `testutils` dependencies function appropriately without linking issues.
13
+
-**Event Accumulation Across Calls (`test_cross_contract_interactions.rs`)**: `test_event_multiple_modules_emit_events` is `#[ignore]`d - `env.events().all()` doesn't appear to accumulate events across three separate client calls the way the test assumes (only 1 event observed, expected >= 4). Needs investigation into soroban-sdk 25.x event-scoping semantics before re-enabling.
13
14
14
15
## Low Priority
15
16
-**Automated Fuzz Testing Parsers (`test_generator.rs`)**: Finalize the parsing logic for inputs during fuzz testing to ensure appropriate types are passed to arbitrary functions.
0 commit comments