Ethan Frey

Results 170 comments of Ethan Frey

We had some similar stress tests before and locally on osx had some issues at around 600 connections per uwsgi process on osx, but I think it was due to...

I made three pull requests during development and deployment: #93 #94 and #95. #93 was the only performance related issue for cleaning up memory leaks, and file handle leaks.

I just updated the makefile in cosmos Sdk to reflect repo versión and git commit in all binaries

To clarify, this is needed to resolve an error in the tendermint -> new go-wire upgrade

Confused... Iavl tree does caching. Basecoin has another memory cache layer above this. Why yet another? Btw, I really want to deprecated the stand alone merkleeyes app.

I like "Concept Chain". "Burner Chain" sounds like a throw-away network that may be gone in a week or two. Much like a short-lived testnet. (I will use this term...

I agree completely with a single-repo per burner chain. Many may come from cosmos devs. Others from outside (like cosmwasm chain). I also just saw the https://github.com/cosmos/awesome link - cool...

This seems related to https://github.com/confio/ics23/pull/59 I have little knowledge of buf but happy to merge if someone knows how to set this up for all 3 supported languages

> I don't think it makes sense to add a separate variant just for parity/trie This is the point, ics23 was supposed to be generic enough that any Merkle trie/tree...

I fixed some of this in #43 I know little about no-std, but would be happy for someone to fix the rest.