There's also a bug that simulation result is returned as Request type - https://github.com/osmosis-labs/osmosis/issues/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!
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 - https://github.com/osmosis-labs/osmosis/issues/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!