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

Ingestion Filtering Not Capturing liquidity_pool_deposit and liquidity_pool_withdraw Operations for Whitelisted Assets #5647

Open
bobpepers opened this issue Mar 26, 2025 · 0 comments
Labels

Comments

@bobpepers
Copy link

What version are you using?

Stellar-Horizon Version: 22.0.2-5df7099e675469f409ad1b8ef5bb2a8a19db7f00

What did you do?

  1. Enabled ingestion filtering by whitelisting specific assets using the Horizon Admin API.
  2. Performed various operations involving the whitelisted assets, including liquidity_pool_deposit and liquidity_pool_withdraw.
  3. Observed the ingestion results to check which operations were stored.

What did you expect to see?

All operations involving whitelisted assets, including liquidity_pool_deposit and liquidity_pool_withdraw, should be ingested and stored in the Horizon database, similar to other operations like payment, path_payment_strict_send, and manage_buy_offer.

What did you see instead?

liquidity_pool_deposit and liquidity_pool_withdraw operations were not ingested, despite involving whitelisted assets. Other operations related to the same whitelisted assets were correctly ingested.

Additional Context

The current ingestion filtering mechanism is supposed to whitelist specific assets and ensure all operations involving those assets are ingested. However, it appears that liquidity_pool_deposit and liquidity_pool_withdraw are not being captured, even though they involve whitelisted assets.

This behavior limits the usefulness of ingestion filtering when monitoring liquidity pool interactions, as key deposit and withdrawal operations are missing.

References:

@bobpepers bobpepers added the bug label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant