-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move app data fetching logic to app_data::Registry (#2297)
# Description We are currently seeing a lot of `Unknown appData pre-image` logs, because we do not attempt to resolve the app data hash when orders are being quoted. This makes it impossible to see if we are ready to disallow orders with unknown app data and what app data overrides we should potentially add. # Changes <!-- List of detailed changes (how the change is accomplished) --> - [x] Move app_data fetching logic into the registry where it can be shared between the orderbook (placements) and quoter. ## How to test unit tests
- Loading branch information
Showing
3 changed files
with
55 additions
and
43 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