-
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.
# Description Deletes code that is no longer used outside of the `solver` crate. Also reduces the visibility of some items to help `clippy` find unused items.
- Loading branch information
1 parent
25ed74b
commit aa5f448
Showing
17 changed files
with
69 additions
and
5,042 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
pub mod interactions; | ||
pub mod liquidity; | ||
pub mod liquidity_collector; | ||
mod metrics; | ||
pub mod order_balance_filter; | ||
pub mod settlement; | ||
pub mod settlement_access_list; | ||
pub mod settlement_simulation; | ||
pub mod settlement_submission; | ||
pub mod solver; |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.