* 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
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
# 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
|
|
|
|
packages/asset-swapper/ @dekz @mzhu25 @dextracker @kh-chang
|
|
|
|
# Dev tools & setup
|
|
|
|
.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/ @dekz @mzhu25 @dextracker
|