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

BACK-1409: Move TraderJoeV2.1 to event based #616

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7258c16
fix: init
JackieJoo Dec 19, 2023
921f994
fix: extending
JackieJoo Dec 19, 2023
cf2a20f
Merge branch 'master' into feat/BACK-1409
JackieJoo Dec 19, 2023
8e09565
fix: add pool class
JackieJoo Dec 19, 2023
81e2dc7
fix: extending
JackieJoo Dec 20, 2023
e4d4e3a
fix: pool handling
JackieJoo Dec 21, 2023
6f7cd24
fix: change pool state type
JackieJoo Dec 24, 2023
25bfa82
fix: minor
JackieJoo Dec 28, 2023
499289d
fix: add multicall
JackieJoo Jan 4, 2024
c99825e
Merge branch 'master' into feat/BACK-1409
JackieJoo Jan 4, 2024
aeecd96
Merge branch 'master' into feat/BACK-1409
JackieJoo Jan 4, 2024
2956b1c
fix: update pool logic
JackieJoo Jan 4, 2024
ca1e082
fix: cleaning
JackieJoo Jan 4, 2024
4f395d2
fix: extend
JackieJoo Jan 4, 2024
c63a6e3
fix: update `generateState`
JackieJoo Jan 7, 2024
9f1ff3a
fix: getPricesVolume errors in e2e tests
JackieJoo Jan 8, 2024
4c12b8f
fix: error in integration tests
JackieJoo Jan 9, 2024
eb3ab3d
fix: integration tests cleaning
JackieJoo Jan 9, 2024
d56e4bd
fix: start implementing quoting math
JackieJoo Jan 9, 2024
e62d24e
fix: extend pricing math
JackieJoo Jan 10, 2024
dd97ba0
fix: change integration tests pair
JackieJoo Jan 10, 2024
b6ff7f0
fix: add math library
JackieJoo Jan 10, 2024
c87cc6b
fix: improve math
JackieJoo Jan 10, 2024
11b9cc0
fix: math errors
JackieJoo Jan 11, 2024
e5fea39
fix: implement integration & e2e tests for all routes
JackieJoo Jan 11, 2024
8958f75
fix: add sorting (not universall)
JackieJoo Jan 11, 2024
61f1fd7
fix: update multicall & clean
JackieJoo Jan 12, 2024
ce5dc53
fix: update events handling
JackieJoo Jan 12, 2024
cebbfac
fix: events tests & cleaning
JackieJoo Jan 12, 2024
38f9dc7
fix: rename
JackieJoo Jan 12, 2024
9883158
fix: minor
JackieJoo Jan 12, 2024
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 jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
'/src/(dex|lib)/.*\\.(test|spec)\\.(ts)$',
],
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
testTimeout: 30 * 1000,
testTimeout: 3000 * 1000,
};
Loading
Loading