-
Notifications
You must be signed in to change notification settings - Fork 81
Labels
BugThe issue represents a bug, malfunction, regressionThe issue represents a bug, malfunction, regression
Description
Problem
When running cadence tests involving scheduled transactions, v2.10.2 fails cases where v2.10.1 succeeds with error:
error: panic: Could not find Execute Scheduled Transactions Capability in storage
--> 6bdfd8aa67b831362844d6e21b019d2071ff725986e82106e0a38408b81dc624:8:15
|
8 | ?? panic("Could not find Execute Scheduled Transactions Capability in storage")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Steps to Reproduce
Create a Cadence test case involving scheduled transactions, move time beyond the scheduled timestamp, and run the test.
Acceptance Criteria
Scheduled transactions run in
Context
Testing for FlowActions. Rolled back to v2.10.1 to unblock.
Metadata
Metadata
Assignees
Labels
BugThe issue represents a bug, malfunction, regressionThe issue represents a bug, malfunction, regression