Ingestion Filtering Not Capturing liquidity_pool_deposit
and liquidity_pool_withdraw
Operations for Whitelisted Assets
#5647
Labels
What version are you using?
Stellar-Horizon Version: 22.0.2-5df7099e675469f409ad1b8ef5bb2a8a19db7f00
What did you do?
liquidity_pool_deposit
andliquidity_pool_withdraw
.What did you expect to see?
All operations involving whitelisted assets, including
liquidity_pool_deposit
andliquidity_pool_withdraw
, should be ingested and stored in the Horizon database, similar to other operations likepayment
,path_payment_strict_send
, andmanage_buy_offer
.What did you see instead?
liquidity_pool_deposit
andliquidity_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
andliquidity_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:
The text was updated successfully, but these errors were encountered: