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 #553

Closed
wants to merge 4 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
  • 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.

These were also propagated to go.mods in tests/ and simapp

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
resolves potential infinite loop during JSON unmarshaling
@pirtleshell pirtleshell deleted the rp-dependency-bumps branch August 14, 2024 18:19
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