Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump various dependencies #552

Closed
wants to merge 5 commits into from

Conversation

pirtleshell
Copy link
Member

  • go-getter -safe because it is only used to download binaries in cosmovisor and x/upgrade module (does not need to be deterministic)
  • golang.org/x/net - called only in these safe-to-update contexts:
    • x/upgrade downloads
    • client-side grpc queriers & grpc api serving
    • snapshot sync
    • misc testing utils
  • cometbft - the consensus package is great at not breaking consensus 😄
    • NOTE: this change required an update to golang 1.21
  • google.golang.org/protobuf - resolves possible infinite loop during JSON unmarshaling. because the patch only affects unmarshaling process, i opted to not regenerate protobufs. attempting to do so is a headache because the check for breaking deps seems to be out of date and non-functional.

safe because it is only used to download binaries in cosmovisor and
x/upgrade module (does not need to be deterministic)
called only in these safe-to-update contexts:
* x/upgrade downloads
* client-side grpc queriers & grpc api serving
* snapshot sync
* misc testing utils
fixes a possible infinite loop during JSON unmarshaling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant