Ruslan Akhtariev

Results 24 comments of Ruslan Akhtariev

hello @p0mvn. Are you sure we need to update sdk version in go.mod in this PR?

I would like to work on this issue! But could you please clarify which branch is used for development in osmosis-labs/wasmd repository?

@czarcas7ic It seems like in order to fix this problem, SDK has to be changed. More specifically - x/gov/keeper/grpc_query.go file. It seems like this problem is too specific for changing...

Thanks for the review! I will work on it!

@alexanderbez @mattverse changes addressed

I was working on this issue: every test case seemed fine and passed fine except for this one: ``` "different upper bounds": {cubicF, osmomath.OneDec(), osmomath.NewBigDec(1

Yes, I do: https://github.com/RusAkh/osmosis-fork (branch name is ```issue2807```). However, I forgot to mention that if you specify an upper bound in this range [1

I checked this issue again. So it seems that the error was in cubicF function itself. It looked like this: ``` cubicF := func(a osmomath.BigDec) (osmomath.BigDec, error) { calculation :=...

hey @czarcas7ic! I have a question on this one: should it be possible to provide a list of positions in CLI when querying [1], or should it only take a...