-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: FillAdjustor and clean up JS router and unused functions [TKR-403
] (#480) * Remove old JS router and add a FillAdjustor Clean up JS router and unused functions Remove more unused functions, add adjustment of fills Comment on why we use fill over sample update CODEOWNERS lint Clean up Fill removing unused properties Remove CollapsedFills, omit flags bigint Create GasSchedule vs FeeSchedule, return Fill and gas on OptimizedOrder Use Fill Adjustment in Phase2 of routing Fix Limit orders being treated as VIP * Fix case where dex liquidity is empty * Use best gas adjusted pricing for fee sources * CHANGELOG
- Loading branch information
Showing
26 changed files
with
709 additions
and
1,171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# See https://help.github.com/articles/about-codeowners/ | ||
|
||
# for more info about CODEOWNERS file | ||
|
||
# It uses the same pattern rule for gitignore file | ||
|
||
# https://git-scm.com/docs/gitignore#_pattern_format | ||
|
||
# Website | ||
packages/asset-swapper/ @BMillman19 @fragosti @dave4506 | ||
packages/instant/ @BMillman19 @fragosti @dave4506 | ||
packages/asset-swapper/ @dekz @mzhu25 @dextracker @kh-chang | ||
|
||
# Dev tools & setup | ||
.circleci/ @dorothy-zbornak | ||
packages/contract-addresses/ @abandeali1 | ||
packages/contract-artifacts/ @abandeali1 | ||
packages/order-utils/ @dorothy-zbornak | ||
|
||
.circleci/ @dekz @mzhu25 | ||
packages/contract-addresses/ @dekz @mzhu25 @dextracker @kh-chang | ||
packages/contract-artifacts/ @dekz @mzhu25 | ||
packages/protocol-utils/ @dekz @mzhu25 | ||
|
||
# Protocol/smart contracts | ||
contracts/ @abandeali1 @hysz @dorothy-zbornak @mzhu25 | ||
|
||
contracts/ @dekz @mzhu25 @dextracker |
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
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
Oops, something went wrong.