Simon Warta

Results 381 comments of Simon Warta

So this should raise a helpful error message when you input an unsupported digest string? In the sync version only those strings are supported with no aliases: ```js var sizes...

I can fix this issue via https://github.com/osmosis-labs/osmosis-frontend/pull/720. But I guess there yould be an easier fallback when the price of one side of the pool is unknown.

Pool 769 before #720 was merged. Only OSMO had a coingecko price, but TGD did not.

Reducing dependencies is a continuously ongoing operation with the following steps done most recently: - Convert Ganache CLI installation from npm to docker (removed 1/3 of all deps https://github.com/iov-one/iov-core/pull/625) -...

Great article by the way. Time for reproducible build culture in JS world.

Our monorepo yarn.lock is not published to npm. So caller projects (no matter if they use npm or yarn) do not get our fixed versions. I think this is what...

Right now we get a security vulnerability warning for jquery, which is pulled in as a dependency of the typedoc theme. So removing typedoc from the repo's core dependencies list...

This is how an overload for one or many can work: ```ts /** * Queries the nonce, signs the transaction and posts it to the blockchain. * * The transaction...

> Did you have another issue for that one as well? Jap, but was not on the board before: https://github.com/iov-one/iov-core/issues/652

@willclarktech sorry, unittests -> tests. There should be a test showing that Configuration can be updated. This requires encoding/decoding of the ConfigurationMsg and the new configuration object.