-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refund ETH dust in supplier create pool (#2) * remove pool finalize callback * update supplier finalize to use amounts returned * check finalizer not zero in supplier create pool params * index supplier in factory create pool event * add finalized boolean to pool swap event * fix round up on pool mint with range amounts * fix pool swap clamp to limit amount in * liquidity receiver update univ3 reserves with returned amounts * refund address in liquidity receiver params * check zero addresses in liquidity receiver check params * supplier immutable in liquidity receiver deployer * liquidity receiver free unspent reserves after lock duration * remove todos in liquidity receiver * test router exact input single * test router exact output single * test router exact output single reverts outside tick range * test router exact input single clamps outside tick range * remove checkDeadline from supplier
- Loading branch information
Showing
30 changed files
with
2,479 additions
and
294 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
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
19 changes: 0 additions & 19 deletions
19
contracts/interfaces/callback/IMarginalV1LBFinalizeCallback.sol
This file was deleted.
Oops, something went wrong.
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.