Cashmaney

Results 29 comments of Cashmaney

That's the thing - I'm using 2020-04-07, trying to compile with the v1.1.2 sdk, running the exact same compile script inside a docker container that was working a couple of...

We switched to `1.1.3`, and after updating Xargo it's working again, thanks. But it's still important to note that when you upgrade, it breaks a lot of the packages that...

Adding my 2 cents here. The switch to GRPC/RPC makes it much harder for infrastructure providers to perform smart caching and advanced load-balancing/rate limiting on requests, due to the more...

Closing the PR for now so the CI stops running twice

Thanks for the report. Though I'm not entirely sure that this isn't a feature in some cases. If I'm understanding correctly in this scenario with faster blocks I can simulate...

From a quick overview - 1. Can you restore third_party/proto? It is used in multiple places 2. Can you add the gramine server to this repo? It will be easier...

Yeah, it's actually pretty cool to see how different the approaches were. I posted the bench of the after in the PR (the entire crisis check took about a minute)....

@alexanderbez You mean like [BenchmarkInvariants](https://github.com/cosmos/cosmos-sdk/blob/main/simapp/sim_bench_test.go#L69)? The problem is taking a real-world state and creating such a complex context in a test. Is there an easy way to pull a genesis...

Couldn't figure out how to get the simapp working properly with the Juno state, so I just ran another real-world bench on gaia with the cosmoshub-4 genesis state: Post fix:...