Simon Warta

Results 423 comments of Simon Warta

I split this work into https://github.com/cosmos/cosmjs/pull/1825 and https://github.com/cosmos/cosmjs/issues/1826. Thank you for pushing this foreward

Heyhey. Thank you! Could you check the implementation in https://github.com/cosmos/cosmjs/pull/1660 for the timeout? Being a library we do not want to use env variables low level but instead pass them...

Let's break this down into separate PRs please such that we discuss and merge the changes one by one. Good things are in here, others are not ready for merge...

Thanks for the report. Very interesting. Are you sure the previous connections to Noble worked? Does a simple connect+check balance work? Maybe this status call already causes some trouble.

This is a very valid request. The problem with this is that it affects ALL queries of ALL query extensions. Not being able to provide a hight and not getting...

See also https://github.com/bellard/quickjs/issues/406

It seems like this fixes the problem: ```diff diff --git a/context.go b/context.go index 0e5e5fc..e246a57 100644 --- a/context.go +++ b/context.go @@ -3,6 +3,7 @@ package quickjs import ( "fmt" "os" +...

It looks like the Amino JSON is wrong here. The weights should have a decimal point in the Amino representation.

Can you explain your setup in detail? Since CosmJS generates the weights with decimal points in Amino JSON, this is likely a bug somewhere else in the stack.