Simon Warta

Results 376 comments of Simon Warta

Is this a webpack bundle? Did you see the webpack config section in https://github.com/cosmos/cosmjs/blob/main/README.md?

The package `"@cosmjs/launchpad": "0.27.0",` is outdated and should not be required anymore. Can you report this to Starport? I don't know what they do here and how Vue works. Also...

Also if you upgrade to CosmJS `^0.28` you get a hashing implementation that does not depend on `Hash.CipherBase` anymore. So it might help as well.

Nice, thanks. Do you need this released as 0.26.x any time soon?

Could you add a test for that? I would not require it for merge because we don't have tests for the other staking methods as well and writing a new...

For inspiration: the query tests for staking and distribution might help for checking if the operation was successful: - https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/queries/staking.spec.ts - https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/queries/distribution.spec.ts

Oh, good point. The problem is the validator does not only need to be added in the test file. Instead it need to exists in the test network which is...

Seems like `messages: signingInstruction.msgs,` is wrong. `TxBody.messages` is an array of `Any`, so the messages need to go through the `Registry` for encoding.

How do you construct `multisigPubkey`? Maybe this is where the type URL of the inner Any is an issue.

With the latest Rust compiler the results are even now: ``` main (libsodium.js): 5.1 Argon2id ✓ works for 1 MiB memory and opsLimit = 5 (0.031 sec) ✓ works for...