vuong

Results 16 comments of vuong

Hi @ValarDragon is this being worked on? Can I try doing this task ?

I've created a PR https://github.com/osmosis-labs/bindings/pull/37 to remove `sender` field. And use `osmo_reflect.wasm` in this contract.

Thanks @ValarDragon @mattverse. I'll make change from your suggestion.

hey duplicate code because estimate swap have similar logic as the real swap. Should we add a boolean parameter `estimate` in `UpdatePoolForSwap`. Like that ``` func (k Keeper) updatePoolForSwap( ctx...

Also add `estimate` in `SwapExactAmountIn`, `SwapExactAmountOut` ,`MultihopSwapExactAmountIn`, `MultihopSwapExactAmountOut`

@ValarDragon I run `osmosisd export` for export my local testnet but got this err : ``` Error: error exporting state: json: error calling MarshalJSON for type json.RawMessage: unexpected end of...

@czarcas7ic thank you so much! I'll dig into it.

I think this PR #2206 fixed it.

Hi @ValarDragon could I do this work? It is related to my PR about estimate swap.