Jacob Gadikian

Results 387 comments of Jacob Gadikian

explain for force pushes: when I was arguing with superlinter, I put a bunch of superfluous changes in this branch. This removes those with the force pushes so that the...

Thanks Vinh!

will bump to v0.46.1 because that way is better. (setifexists)

@danburck unfortunately there's no sdk 46 without also bumping to ibc v5. Basically, ibc v5 is ibc v4, but it supports sdk 46.

@fedekunze it is true, 46 frees us from the grpc replace statement.

I went through the different items here, and want to flag I am by no means certain about how I did the upgrade handler folder.

NB: I think the commit timeout config is correct, it is: ```go // initTendermintConfig helps to override default Tendermint Config values. // return tmcfg.DefaultConfig if no custom configuration is required...

I did, but we are held up on a merge. Here's what I'll do to resolve: Close this PR: https://github.com/cosmos/iavl/pull/466 Finish implemeting this issue: https://github.com/cosmos/cosmos-sdk/issues/11688 Make this repository depend on...

Using godoc everywhere just makes sense.

It is super cool, and will keep js, go and rust up to date for you. I did 200 PR's worth of js in a day last week using it....