-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix merging of data frames for payments (#453)
This PR changes which columns are expected from dune results and restricts columns before merging. This is necessary since multiple queries now contain a `solver_name` field. In merging, the filed was renamed to `solver_name_x`, `solver_name_y`, ..., resulting in uncaught exceptions. This can be tested by running `python -m src.fetch.transfer_file --start 2024-11-26 --post-tx --dry-run --min-transfer-amount-wei "1000000000000000" --min-transfer-amount-cow-atoms "1000000000000000000" --ignore-slippage` with suitable environments set up for Gnosis and Arbitrum One. --------- Co-authored-by: Haris Angelidakis <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
52 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