-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Closes task n1 from #3082. Introduces a new version of the driver's `/quote` response in the API schema in order to support a gradual migration to the quote with jit orders making the changes backward compatible. The driver changes are expected in the future PRs. # Changes > Update the driver's OpenAPI schema quote object with an enum with the old and new versions. Trade verifier returns error in case a new version is received. ## How to test Existing tests. I was thinking about how to test it properly, but it still requires e2e tests. So, it should be implemented in the next PRs.
- Loading branch information
1 parent
926a7ac
commit f808db2
Showing
2 changed files
with
218 additions
and
35 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