You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to execute a strict-send payment with this path and the destinationMin set to 1174.3516812 * 0.99 it returns op_too_few_offers.
What version are you on?
v0.22.1
To Reproduce
Fetch best paths per asset as given by /paths/strict-send and try to execute strict-send payments with the given destinationAmount (minus padding).
Expected behavior
Horizon should return existent paths only.
Additional context
Tried several paths given by /paths/strict-send, which seemed abnormally high and ran into op_too_few_offers every time.
When a path depth/length of 5 is used on Horizon (instead of the default 4, as on e.g. horizon.stellar.org) even more non-existent paths with astronomical "profits" are returned.
Describe the bug
Horizon returns non-existent paths on
/paths/strict-send
.Have a look at https://horizon.stellar.org/paths/strict-send?destination_account=GASKYWPPQ2VSO6KNIPIRVXMSSDGZLYZQ67CDTLVXOXYDG26SPZ66EDCQ&source_asset_type=credit_alphanum4&source_asset_code=EUR&source_asset_issuer=GA4ARTT4HG4MYFFA3JJIVWLGE53PAHMKDBCBCNRHCSIR3KZP5BVNNTD6&source_amount=6.14
Amongst other non-existent paths it returns:
When trying to execute a strict-send payment with this path and the
destinationMin
set to1174.3516812 * 0.99
it returnsop_too_few_offers
.What version are you on?
v0.22.1
To Reproduce
Fetch best paths per asset as given by
/paths/strict-send
and try to execute strict-send payments with the given destinationAmount (minus padding).Expected behavior
Horizon should return existent paths only.
Additional context
Tried several paths given by
/paths/strict-send
, which seemed abnormally high and ran intoop_too_few_offers
every time.When a path depth/length of 5 is used on Horizon (instead of the default 4, as on e.g. horizon.stellar.org) even more non-existent paths with astronomical "profits" are returned.
@bartekn @tamirms @tomquisel
The text was updated successfully, but these errors were encountered: