Simon Warta

Results 381 comments of Simon Warta

> it's a memory leak holding on to the artifacts that are not accessible any longer The artifacts are dropped as expected at the right time (which I tested too...

I can confirm that caching a (Module, Engine) pair is a workaround for this issue because then the Engine does not live much longer than the artifact. We did this...

TL;DR: Full support for this initiative. ------- Every time you go from `1` to `n` in software development, you open a new dimension. It may not look like a big...

> There seems to be agreement on removing per messge multiple signers but not per tx multiple signers. This is a good first step because it already reduces complexity in...

Oh, interesting. Do you have an example of a message type with 0 required signers?

We had the issue multiple times in the past that bugs remained hidden when both the signer and the verifier uses the same Go implementation. To verify this, the Amino...

Here you find JSON sign docs for the cases that don't work. Same sign docs are valid for SDK 0.47. ```json {"account_number":"2","chain_id":"simd-testing","fee":{"amount":[{"amount":"25000","denom":"ucosm"}],"gas":"1500000"},"memo":"","msgs":[{"type":"cosmos-sdk/MsgVoteWeighted","value":{"options":[{"option":1,"weight":"0.700000000000000000"},{"option":3,"weight":"0.200000000000000000"},{"option":2,"weight":"0.100000000000000000"}],"proposal_id":"1","voter":"cosmos10dyr9899g6t0pelew4nvf4j5c3jcgv0r73qga5"}}],"sequence":"2"} ``` ```json {"account_number":"27","chain_id":"simd-testing","fee":{"amount":[{"amount":"5000","denom":"ucosm"}],"gas":"200000"},"memo":"","msgs":[{"type":"cosmos-sdk/MsgCreateValidator","value":{"commission":{"max_change_rate":"0.010000000000000000","max_rate":"0.200000000000000000","rate":"0.100000000000000000"},"delegator_address":"cosmos1f3unlztnx4hyp5cv7fky4dl3tcmfs5dqvgjxt7","description":{"details":"What should I write?","identity":"AABB1234","moniker":"That's me","security_contact":"DM on...

This is coming from autoconf (the `./configure` script): > This script requires a shell more modern than all > the shells that I found on your system. What's your `/bin/sh`?...

This compares gas consumption between Inverse Riffle Shuffle and Fisher-Yates: ## Inverse Riffle Shuffle + ChaCha8Rng list elements | CosmWasm gas1 | MGas per list element -------------|-------------|-------------| 1 | 7900500017...