-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append tx to simulation error (#1981)
# Description Prerequisite for #1980 Appends `tx data` to `SimulatorError` so the clients know details of the transaction that caused the simulation failure. `tx data` is optional because we need it only for simulations that reverted, to analyze and replay the tx manually on tenderly etc. We are not interested in `tx data` for simulations that failed because of http connection failure to tenderly, for example. That `tx data` is then used to log to kibana, but will also be used to inform solvers via `/notify` endpoint.
- Loading branch information
Showing
2 changed files
with
89 additions
and
9 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