-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Related to #3064 This PR enables driver to send either string or integer for `solution_id`. This PR marks the start of transition period. Once the PR is merged, external solvers will be asked to: 1. Start sending `solution_id` as integer in `/solve` response. 2. Implement receiving either string or integer for `solution_id` on `/reveal` and on `/settle`. Once done, backend will have a [follow up](#3072) where we will definitely switch to using integers in all three endpoints and #3064 will be fixed. ## How to test Manually checked that both versions are properly serialized/deserialized. <!-- ## Related Issues Fixes # -->
- Loading branch information
Showing
4 changed files
with
36 additions
and
5 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