-
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.
Merge branch 'NET-1688-handle-messages-completing-execution-state-rea…
…der-failing' into 'master' chore(sync-call): [NET-1688] Handle messages completing execution, state reader failing. Closes NET-1688 - Adds a concrete return type for the call v3 handler, `CallV3Response` that follows the IC-spec. - Add two test cases to assert that `202` is returned if the state reader fails or the certified state snapshot fails. - Bug fix: Future implementation for `CertificationSubscriber` failed to wake up the Waker. Removed the Future implementation in favor of an async `wait_for_certification()`. Closes NET-1688 See merge request dfinity-lab/public/ic!19760
- Loading branch information
Showing
4 changed files
with
206 additions
and
79 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
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
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
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