Jacob Gadikian

Results 212 issues of Jacob Gadikian

Hi, I'm a fan and just thought I'd drop off some version bumps. I did make one opinionated change, which was dropping the vendor folder. If you don't want/need this...

If we're using golangci-lint as a line of defense against bugs various and sundry, then it's always a good idea to use the latest version of golangci-lint because it has...

Modernizes the approach to golangci: * use gofumpt instead of gofmt and goimports * run golangci-lint run ./... --fix * run `find . -name '*.go' -type f -not -path "*.git*"...

Gofumpt replaces both gofmt and goimports, and does better at both. Afterwards, I run `make format` ### note about these pr's They're basically remote-diagnosis of the ci system, which is...

Please let me know if I should update CHANGELONG_PENDING.md This **only** removes ioutil, which has been deprecated since go 1.16 -- all other changes can be eliminated by merging: *...

updates go in ci only to 1.19 --- #### PR checklist - [ ] Tests written/updated, or no tests needed - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed...

theoretically, we can embed a vpn right into rats and get rid of all of the issues with NAT. Here are some thoughts as to solutions: * Zerotier * Lokinet...

feature

This PR fixes linting issues that were exposed by fixing golangci-lint - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the...

C:x/staking
C:CLI
C:x/gov
C:x/slashing
C:Keys
C:x/distribution
C:Simulations
C:Store
C:x/bank
C:x/crisis
C:x/auth
C:x/evidence
C:x/upgrade
C:x/feegrant
C:x/genutil
C:x/authz
C:Cosmovisor
C:x/group
C:orm

## Summary of Bug Our usage of the diff action allows things to slip through the cracks. Changing code in one piece of the SDK can cause flaws in another...