Simon Warta

Results 381 comments of Simon Warta

Email and DNS are centralized communication systems that some chains use and some chains do not use. What we found useful as a common denominator is an URL to a...

It seems like you are not using TypeScript, which makes your life very hard you don't get errors when inserting the wrong type. validatorDelegations takes an optional pagination key argument...

Ah, so that means that the default limit in the backend is too large or even unlimited? If that's the case, this is a Cosmos SDK bug. The default limit...

This is strange. There is this code in Cosmos SDK v0.45.6: ```go // DefaultLimit is the default `limit` for queries // if the `limit` is not supplied, paginate will use...

Thanks a lot for all the effort @kriskowal. Happy to support this work where possible. For the `observable-symbol` update we need https://github.com/staltz/xstream/issues/312. For the merged patch in karma, we need...

> `most`, another dependency of `xstream`, needs an `observable-symbol` version bump. https://github.com/cujojs/most This is just a devDependency of xstream. Does this really matter for as as users of xstream?

@kriskowal could you double check `karma` and `jasmine-spec-reporter`. I think I updated them after your patched.

@kriskowal what do you mean by "test scaffold"? Would it be possible for us to pick up your work from here or does this require some work in the SES-shim...

The missing name that the error complains about has those 3 different values when running without SES: ``` [Function: default_1] Function name: string | number | boolean | null |...

👋 I'm not convinced we should add chain-specific types into any core component of the library. But let's see, maybe we can help here and there … > In account.js:...