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-1618: Inception LRT #731

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e80a3ec
wip: draft integration for instETH
neanvo Jun 20, 2024
35bc634
wip: integration for inETH
neanvo Jun 23, 2024
95ed160
feat: inception all vaults integration
neanvo Jun 25, 2024
1997809
fix: merge master
JackieJoo Jul 9, 2024
a5a517b
fix: minor
JackieJoo Jul 9, 2024
84da031
feat: requested changes
neanvo Jul 15, 2024
35511e7
feat: pr fixes
neanvo Aug 2, 2024
c419187
Merge pull request #736 from neanvo/feat/BACK-1618
JackieJoo Aug 5, 2024
536c26f
fix: minor
JackieJoo Aug 5, 2024
e918d17
feat: requested changes
neanvo Aug 23, 2024
75608d9
Merge branch 'feat/BACK-1618' into feat/BACK-1618
JackieJoo Aug 26, 2024
b692895
Merge pull request #766 from neanvo/feat/BACK-1618
JackieJoo Aug 26, 2024
e50b927
fix: small changes
JackieJoo Aug 27, 2024
243c227
fix: event test bugfix
neanvo Sep 6, 2024
8e45c3e
fix: merge master
JackieJoo Sep 6, 2024
b2ae83a
Merge remote-tracking branch 'inception/feat/BACK-1618' into feat/BAC…
JackieJoo Sep 9, 2024
a53e90c
fix: minor
JackieJoo Sep 9, 2024
14c2da3
3.8.32-inception
JackieJoo Sep 9, 2024
8827248
fix: update event handler
JackieJoo Sep 9, 2024
973cd75
3.8.32-inception.2
JackieJoo Sep 9, 2024
9a52d13
fix: update pool name
JackieJoo Sep 9, 2024
13d3175
fix: acc to review
JackieJoo Sep 9, 2024
7c1b978
fix: add steth support with fee
JackieJoo Sep 10, 2024
7d10400
3.8.32-inception.3
JackieJoo Sep 10, 2024
0df7588
fix: merge master
JackieJoo Sep 11, 2024
a40eb28
3.8.34-inception
JackieJoo Sep 11, 2024
0de6b78
fix: improvements
JackieJoo Sep 11, 2024
06cd33b
fix: returnAMountPOs
JackieJoo Sep 11, 2024
42e4d69
3.8.34-inception.2
JackieJoo Sep 11, 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "3.8.34",
"version": "3.8.34-inception.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
Loading
Loading