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
There's also a bug that simulation result is returned as Request type - osmosis-labs/osmosis#5048 - so i solved with decoding both type of response EstimateSwapExactAmountOutRequest and EstimateSwapExactAmountOutResponse and cherrypick the successful one.
But after bump it returns without totally different format like this.
It is confused to reflect the returned payload after bump - it does not stores the result of simulation... So it'll be great to know what is actually happened in the core side!
The text was updated successfully, but these errors were encountered:
I was using
autobuild-15.0.0
to test an IBCX contract. but after bump tov15.1.0
, this situation happened.before bump
There's also a bug that simulation result is returned as Request type - osmosis-labs/osmosis#5048 - so i solved with decoding both type of response
EstimateSwapExactAmountOutRequest
andEstimateSwapExactAmountOutResponse
and cherrypick the successful one.But after bump it returns without totally different format like this.
It is confused to reflect the returned payload after bump - it does not stores the result of simulation... So it'll be great to know what is actually happened in the core side!
The text was updated successfully, but these errors were encountered: