Jacob Gadikian

Results 461 comments of Jacob Gadikian
trafficstars

```Makefile bench: cd benchmarks && \ go test $(LDFLAGS) -tags cleveldb,rocksdb,pebbledb -run=NOTEST -bench=Small . && \ go test $(LDFLAGS) -tags cleveldb,rocksdb,pebbledb -run=NOTEST -bench=Medium . && \ go test $(LDFLAGS) -run=NOTEST...

How do I see what gobencher produces? This is globally visible Found the link....

@odeke-em hi! Is it possible to run gobencher benchmarks in a container? One of the things that this PR does is it uses a tightly defined environment where all of...

question: We are spending on these ci jobs? Who is spending-- and then also maybe, why are we spending? Vast majority of github ci is afaik free. Thanks

I get unlimited CI for free. anyhow no worries and I still have no idea who's paying for it The real issue at this point is that we need to...

@vuong177 nice work here! This PR shows pretty well, the issue that I've hit each time trying to 46-ify Juno, specifically I think that we need to update CI to...

I think I know how to do this now

Thanks very much! I think that we should merge this, even if 76 doesn't pass, but with the parameters set to zero. ```go minCommissionRate := sdk.NewDecWithPrec(0, 2) ``` This would...

ok, so basically we've got the testnet command in gaia now, but it doesn't work. We've put it on a number of other chains, and I don't really think that...