Jacob Gadikian

Results 449 comments of Jacob Gadikian

I think that the remaining error **might** be a build system error. Not certain.

It isn't the build system. I used the same temp directory for all the things.

good to go :)

So, I did this * https://github.com/scrtlabs/cosmos-sdk/pull/167 * https://github.com/CosmWasm/wasmd/pull/863 and * https://github.com/cosmos/ibc-go/pull/1653 but depends on if ya'd like to get freaky or nah I suppose? :P downside: grpc only upside: grpc...

About the API, I think that these breaking changes are worth exploring because I think others will have similar concerns. It is my understanding that the GRPC gateway could get...

OK, so basically -- if we're fundamentally good with "we won't break exchange API's if go to 46" -- I'd like to either invite you guys to the Notional slack...

This can be improved a teeny bit with some replace statements that Osmosis is using. It'll make scrt throw fewer errors when building and I think it might make the...

So I force-pushed it, so that I can begin to work on the build toolchain for rust stuff. Honestly I'm so triggered :)

the commands used to make this PR were only golangci-lint run ./... --fix The rest is manual based on what that found. I suspect that the linting is still incomplete...

Ah, they work fine together. Here's how it works: .gitignore tells git not to update those files if we want to change the default dev env settings, then we git...