forked from daoleno/uniswapv3-sdk
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/kep 185 upgrade versionv040 (#6)
* Support EncodeRouteToPath * Fix type error in selfpermit arguments, add test for selfpermit. * Fix the tick index mismatch in GetTick(daoleno#4) * Support SwapQuoter * Add custom input to MinimumAmountIn/Out * Upgrade sdk-core. Fix broken ether usage. * [WIP] SwapRouter * Applied core changes regarding currency abstraction (#8) * Applied core changes regarding currency abstraction * Updated core lib * add example code (#10) * upgrade go mod * Broken link in samples (#13) * Fixed broken link in samples * fix(trade): fix sortedInsert bug (#14) * test(swaprouter): SingleTradeInput & MultipleTradeInput unit test * test(swaprouter): trade with multiple routes unit test * feat(staker): uniswap v3 staker feature * optimize tick math (#19) * change module and add gitignore * Revert "refactor: avoid using panic (it crashes the API) (#5)" This reverts commit 47808c2. * Revert "fix: handle case when a pool is added liquidity in full range (#4)" This reverts commit 66e8ef2. * Revert "refactor: Improve searching for next tick (#3)" This reverts commit 54669aa. * Revert "refactor: Change package organization" This reverts commit 905a578. * Revert "refactor: Remove Unused Code" This reverts commit 3190335. * Revert "refactor: Rename Package" This reverts commit c249ea6. * Revert "fix: GetTick Function" This reverts commit f363610. Co-authored-by: daoleno <[email protected]> Co-authored-by: Vaulin Alexandr <[email protected]> Co-authored-by: 李亚夫 <[email protected]> Co-authored-by: Archil <[email protected]> Co-authored-by: xiang <[email protected]> Co-authored-by: Nathaniel Blakely <[email protected]> Co-authored-by: DoanNamTruc <[email protected]>
- Loading branch information
1 parent
47808c2
commit bcca8c3
Showing
71 changed files
with
15,588 additions
and
1,238 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# OS specific | ||
.DS_Store | ||
|
||
# Dependency directories | ||
vendor/ | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# Go workspace file | ||
go.work | ||
|
||
# IDE configuration files | ||
.idea/ | ||
.vscode/launch.json | ||
|
||
# Test result | ||
test/logs | ||
test/result | ||
|
||
# Environment Variables | ||
.env | ||
|
||
# Miscellaneous | ||
command | ||
app |
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.