Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/dodo v3 #1

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c66e450
mitigate missed newly created pool issue by locally checking if pool …
mwamedacen Nov 15, 2023
05f3a4c
cleanup to prevent memory leak
mwamedacen Nov 15, 2023
04aa9b2
storing non exisiting pools in set forever till effective creation of…
mwamedacen Nov 15, 2023
0937097
reduce risk of collision by only allowing leader node to mark pools a…
mwamedacen Nov 15, 2023
2f170c6
better logging
mwamedacen Nov 15, 2023
526af6f
2.42.11-algebra-bugfix-missed-created-pools.0
mwamedacen Nov 15, 2023
fb532fa
Merge branch 'master' of github.com:paraswap/paraswap-dex-lib into fi…
mwamedacen Nov 16, 2023
43acfb9
2.42.14-algebra-bugfix-missed-created-pools.0
mwamedacen Nov 16, 2023
34b272f
more logs
mwamedacen Nov 20, 2023
3528e30
2.42.14-algebra-bugfix-missed-created-pools.1
mwamedacen Nov 20, 2023
773c273
Revert "more logs"
mwamedacen Nov 20, 2023
1d519e4
remove leader only flag as non existing pool as logic does not reach …
mwamedacen Nov 20, 2023
79793a4
2.42.14-algebra-bugfix-missed-created-pools.2
mwamedacen Nov 20, 2023
be3f979
Merge branch 'master' of github.com:paraswap/paraswap-dex-lib into fi…
mwamedacen Nov 21, 2023
70e2c7d
remove unsafe cleanup
mwamedacen Nov 21, 2023
4b7eae5
2.42.15-algebra-bugfix-missed-created-pools.0
mwamedacen Nov 21, 2023
e442127
algebra: add condition log & combine _require
KanievskyiDanylo Nov 21, 2023
57c4824
2.42.15
KanievskyiDanylo Nov 21, 2023
742d71b
Merge pull request #587 from paraswap/feat/BACK-1394
mwamedacen Nov 22, 2023
fe107ae
Merge branch 'master' of github.com:paraswap/paraswap-dex-lib into fi…
mwamedacen Nov 22, 2023
910179a
2.42.16
mwamedacen Nov 22, 2023
7cb088d
Merge pull request #576 from paraswap/fix/BACK-1387-mitigate-missed-n…
mwamedacen Nov 22, 2023
a658bc9
init dodo-v3
yrjkqq Dec 1, 2023
3322b98
dodov3: support simpleSwap
yrjkqq Dec 5, 2023
6b2bd0e
dodov3: implement getTopPoolsForToken
yrjkqq Dec 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.42.14",
"version": "2.42.16",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
Loading