-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [MR-579] Enable reject signals for requests (#1051)
Enables reject signals for requests for `CertificationVersion::V19` and above; keeps generating reject responses for versions below that. Adds new tests as modification of the old tests; old tests are kept around with a `legacy_` prefix. Adapts one state machine test such that canisters are stopped rather than just make them stop making new calls, this provokes reject signals for requests thereby giving us a high level check on this functionality while leaving the test intact otherwise. Adds one new state machine test for a canister migration to check all calls are concluded for this scenario.
- Loading branch information
Showing
4 changed files
with
1,363 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.