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

deps: update several things at once (sdk, cometbft, ibc-go, btcd) #2490

Closed

Conversation

faddat
Copy link
Contributor

@faddat faddat commented May 13, 2023

  • bumps
  • ibc-go
  • ibc-go v4.4.0

Description

This PR updates various libraries, and removes a few replace statements. These changes are intentionally grouped, because they will not work correctly independent of one another:

  • cometbft v0.34.28
  • cosmos-sdk v0.45.16-ics
  • btcd v0.23.0
  • ibc-go v4.4.0

Once again, just to be as clear as possible: the dragonberry replace statement has not been needed for a long time. The latest version of comet will work best with the latest sdk, and same thing for ibc-go. So these changes have been grouped, and they should be grouped.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • Included the correct type prefix in the PR title
  • Added ! to the type prefix if API or client breaking change
  • Targeted the correct branch (see PR Targeting)
  • Provided a link to the relevant issue or specification
  • Followed the guidelines for building SDK modules
  • Included the necessary unit and integration tests
  • Added a changelog entry to CHANGELOG.md
  • Included comments for documenting Go code
  • Updated the relevant documentation or specification
  • Reviewed "Files changed" and left comments if necessary
  • Confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage

@faddat faddat mentioned this pull request May 13, 2023
18 tasks
@faddat faddat changed the title chore: clean go.mod deps: update several things at once (sdk, cometbft, ibc-go, btcd) May 13, 2023
@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #2490 (5a5fc99) into main (9ee42c8) will increase coverage by 0.09%.
The diff coverage is 78.94%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2490      +/-   ##
==========================================
+ Coverage   84.99%   85.08%   +0.09%     
==========================================
  Files          22       23       +1     
  Lines        1599     1596       -3     
==========================================
- Hits         1359     1358       -1     
+ Misses        193      192       -1     
+ Partials       47       46       -1     
Impacted Files Coverage Δ
ante/ante.go 46.66% <ø> (ø)
app/encoding.go 100.00% <ø> (ø)
app/helpers/test_helpers.go 100.00% <ø> (ø)
app/keepers/keepers.go 98.91% <ø> (ø)
app/modules.go 100.00% <ø> (ø)
x/globalfee/ante/antetest/fee_test_setup.go 87.83% <ø> (ø)
x/globalfee/ante/fee.go 89.26% <ø> (ø)
x/globalfee/client/cli/query.go 64.51% <0.00%> (ø)
x/globalfee/keeper/migrations.go 50.00% <50.00%> (ø)
x/globalfee/module.go 81.96% <66.66%> (-1.97%) ⬇️
... and 3 more

Copy link
Contributor

@shaspitz shaspitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but the version bump of ICS is not not needed, the diff between v1.2.1 and v1.1.1 is just consumer side changes

@faddat
Copy link
Contributor Author

faddat commented May 17, 2023

hey @smarshall-spitzbart would you like to keep the update to v1.2.1 or should I change it?

@shaspitz
Copy link
Contributor

shaspitz commented May 17, 2023

hey @smarshall-spitzbart would you like to keep the update to v1.2.1 or should I change it?

You should remove just the update to ICS, thank you

@shaspitz
Copy link
Contributor

Superseded by #2498, @faddat your commits and credit were maintained in the new PR

@faddat
Copy link
Contributor Author

faddat commented May 19, 2023

Just out of curiosity, what's the difference? I'll go have a look 🙂

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.

2 participants