Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Trivial] Log when order with unknown appData is placed (#2181)
# Description It is our intention to forbid orders which provide an appDataHash which we cannot load the pre-image for (as users may later claim they specified meta-intents such as pre and post hooks, without the protocol being able to send them to solvers. Before we do that, we want to make sure we are not breaking existing implementations. # Changes <!-- List of detailed changes (how the change is accomplished) --> - [ ] Add a log for whenever an order with an appData hash which we cannot find (and therefore for now assume the default AppData for) is placed. ## How to test CI <!-- ## Related Issues Fixes # -->
- Loading branch information