-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject orders with unknown preimages (#2360)
# Description Now that we have identified the remainder of legit use cases which don't provide us a valid pre image for their app data (we will assume an empty app data for those), we can now start rejecting any new integrations/orders that are trying to place orders with dummy or unknown `appData`. This is important in order to have a reasonable assurance that we are aware in case a user places an order with important metadata (e.g. pre/post interactions) and can't later on be surprised by claims that we ignored part of the intent. # Changes - [x] Return an error if app data pre-image is unknown ## How to test Adjusted the existing e2e test ## Related Issues I could swear there was a cleanup issue somewhere but I cannot find it
- Loading branch information
Showing
5 changed files
with
51 additions
and
32 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
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