Skip to content

Normalize liquidity_pool_deposit and liquidity_pool_withdraw operations#263

Open
UgoxyFavour wants to merge 2 commits intodetermined-001:mainfrom
UgoxyFavour:main
Open

Normalize liquidity_pool_deposit and liquidity_pool_withdraw operations#263
UgoxyFavour wants to merge 2 commits intodetermined-001:mainfrom
UgoxyFavour:main

Conversation

@UgoxyFavour
Copy link
Copy Markdown

Normalize liquidity_pool_deposit and liquidity_pool_withdraw

closes #80

- Add type definitions for LP events (LiquidityPoolDepositEvent, LiquidityPoolWithdrawEvent)
- Normalize liquidity_pool_deposit to type 'lp.deposited' with pool_id, reserves_deposited, shares_received
- Normalize liquidity_pool_withdraw to type 'lp.withdrawn' with pool_id, reserves_received, shares_redeemed
- Route both operations to source-account watcher
- Add comprehensive unit tests for both operations
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

@cypriannwokolo2-creator is attempting to deploy a commit to the determined's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 29, 2026

@UgoxyFavour Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@determined-001
Copy link
Copy Markdown
Owner

Thanks for the contribution! Merging now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1.20 — Normalize liquidity_pool_deposit and liquidity_pool_withdraw

3 participants