Skip to content
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
ee9231f
feat(ABI): add AlgebraIntegral pool and multicall
Feb 24, 2026
2f6993e
feat(types): declare required pool types
Feb 24, 2026
1e7138f
feat(constants): declare bitmap vars for pricing
Feb 24, 2026
a2490d2
feat(config): set algebraStateMulticall variable
Feb 24, 2026
4f863c4
feat(subscriber): add event pool with state
Feb 24, 2026
18c1a26
feat(pricing): use event based pricing as main option
Feb 24, 2026
c3fa308
test(events): declare cases for main events
Feb 24, 2026
d731344
feat(fee): add periodical pools fee fetching
Feb 24, 2026
7a1a786
refactor: initialize all pool at start
Feb 24, 2026
9570542
test(e2e): remove cases for inactive integration
Feb 25, 2026
da29ddd
feat(subscirber): add missing events for proper state alignment
Feb 25, 2026
aa5b871
refactor(pools): fetch top pools data at once
Feb 25, 2026
1b326b2
test(events): populate cases for correct events
Feb 25, 2026
03b193a
test(integration): adapt cases for forks
Feb 25, 2026
6794a7e
feat(type): include subgraph pool data interface
Feb 25, 2026
b308123
test(e2e): remove inactive integration cases
Feb 25, 2026
16e4176
feat(pool): support custom BlackholeCL pool implementation
Feb 25, 2026
f4c64cf
feat(QuickSwapV4): move integration to event based approach
Feb 25, 2026
e8333ee
feat(Supernova): move integration to event based approach
Feb 25, 2026
34c47b1
4.8.17-algebra-integral-event-based.0
Feb 25, 2026
36df99b
fix(ABI): remove unsued methods/events/errors
Feb 25, 2026
8c5983c
chore: rename state multicall config variable
Feb 25, 2026
a5f6dd1
refactor(prices): compute event pricing in sync
Feb 25, 2026
351756d
4.8.17-algebra-integral-event-based.1
Feb 25, 2026
e4fd645
chore(vars): remove redundant
Feb 25, 2026
7e5267a
fix(key): use correct dex keys fom AlgebraIntegral config
Feb 25, 2026
2d0311d
4.8.17-algebra-integral-event-based.2
Feb 25, 2026
04e3f47
feat(algebra-integral): add addMasterPool for master/slave sync
Feb 25, 2026
42c72d5
4.8.17-algebra-integral-event-based.3
Feb 25, 2026
b26d485
refactor(subscriber): use correct state generation approach
Feb 25, 2026
6038b03
4.8.17-algebra-integral-event-based.4
Feb 25, 2026
9bd1dc7
fix(gas): align cost calculation types
Feb 26, 2026
936c24c
4.8.17-algebra-integral-event-based.5
Feb 26, 2026
a3824bc
feat(init): prevent race condition; on-demand pool initialization
Feb 27, 2026
4645478
4.8.17-algebra-integral-event-based.6
Feb 27, 2026
97f26c6
feat(state): optimize pool TVL updates and state management
Feb 27, 2026
307b42c
4.8.17-algebra-integral-event-based.7
Feb 27, 2026
d5625b5
fix(calldata): improve amount index retrieval for better validation
Ivan011001 Mar 2, 2026
bd1733c
chore: add log to verify cases new vs old amount pos encoding
KanievskyiDanylo Mar 4, 2026
f56c374
chore: prevent adding same pool on the event for alg-integral
KanievskyiDanylo Mar 4, 2026
db6c561
fix(price): batch pool for RPC in single multicall
Ivan011001 Mar 4, 2026
35e8569
chore(simulation): update tokens storage slots
Ivan011001 Mar 4, 2026
c129e0a
Merge branch 'master' of github.com:VeloraDEX/paraswap-dex-lib into f…
Ivan011001 Mar 5, 2026
29d8fd9
4.8.18
Ivan011001 Mar 5, 2026
ea68e17
Squashed commit of the following:
Ivan011001 Mar 5, 2026
7e138bc
fix(DackieSwapV3): remove inactive integration fork
Ivan011001 Mar 5, 2026
82afc20
4.8.19
Ivan011001 Mar 5, 2026
bf706f5
Squashed commit of the following:
Ivan011001 Mar 5, 2026
997d4bf
4.8.20
Ivan011001 Mar 5, 2026
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": "4.8.16",
"version": "4.8.17-algebra-integral-event-based.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
Loading