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
# 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 #
-->
Background
A cleanup task that should follow up after #3071, once solvers switched to using integers.
/reveal and /settle calls should be adjusted to use integers and /solve deserialization cleanup up.
The text was updated successfully, but these errors were encountered: