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

Bump Cosmos SDK and ibc-go #942

Merged
merged 68 commits into from
Sep 17, 2021
Merged

Bump Cosmos SDK and ibc-go #942

merged 68 commits into from
Sep 17, 2021

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Aug 16, 2021

  • Add x/feegrant and x/authz modules
  • Bump SDK version to v0.44.0
  • Bump ibc-go version to v1.1.0

TODO:


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

cmd/gaiad/cmd/root.go Outdated Show resolved Hide resolved
cmd/gaiad/cmd/root.go Outdated Show resolved Hide resolved
cmd/gaiad/cmd/root.go Outdated Show resolved Hide resolved
cmd/gaiad/cmd/root.go Outdated Show resolved Hide resolved
cmd/gaiad/cmd/root.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #942 (2fc911b) into main (fba9302) will decrease coverage by 1.56%.
The diff coverage is 1.96%.

@@            Coverage Diff             @@
##             main     #942      +/-   ##
==========================================
- Coverage   12.00%   10.44%   -1.57%     
==========================================
  Files          10       11       +1     
  Lines         933     1082     +149     
==========================================
+ Hits          112      113       +1     
- Misses        816      964     +148     
  Partials        5        5              

cmd/gaiad/cmd/root.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@okwme
Copy link
Contributor

okwme commented Aug 25, 2021

https://github.com/cosmos/ibc-go/releases/tag/v1.0.1

Copy link
Contributor

@colin-axner colin-axner left a comment

Choose a reason for hiding this comment

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

first pass. The IBC changes looked good to me

app/pubkey_replacement.go Outdated Show resolved Hide resolved
app/app.go Show resolved Hide resolved
app/app.go Outdated Show resolved Hide resolved
app/app.go Show resolved Hide resolved
app/app.go Show resolved Hide resolved
@dongsam
Copy link
Contributor

dongsam commented Aug 31, 2021

Hi, Liquidity version v1.3.0 based on sdk v0.43.0 has been released,
and a separate PR #956 is ready to replace liquidity version to v1.3.0 for branch start-upgrade of this PR #942

Since the Cosmos-sdk version of this PR was updated based on v0.44.0, the liquidity was also bumped to v1.4.0 release based on sdk v0.44.0 on #956 PR
As was the latest version with Gaia, import to gravity-devs/liquidity, not to tendermint/liquidity.

app/ante_handler.go Outdated Show resolved Hide resolved
app/app.go Outdated Show resolved Hide resolved
app/app.go Outdated Show resolved Hide resolved
Copy link
Member

@AdityaSripal AdityaSripal left a comment

Choose a reason for hiding this comment

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

Antehandler changes look good!

app/ante_handler.go Show resolved Hide resolved
app/ante_handler.go Outdated Show resolved Hide resolved
app/app.go Outdated Show resolved Hide resolved
app/pubkey_replacement.go Outdated Show resolved Hide resolved
app/app.go Show resolved Hide resolved
app/ante_handler.go Outdated Show resolved Hide resolved
app/ante_handler.go Outdated Show resolved Hide resolved
app/ante_handler.go Show resolved Hide resolved
app/ante_handler.go Show resolved Hide resolved
Copy link
Contributor

@amaury1093 amaury1093 left a comment

Choose a reason for hiding this comment

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

authz and feegrant integration lgtm 👍

app/pubkey_replacement.go Outdated Show resolved Hide resolved
app/app.go Show resolved Hide resolved
@alexanderbez alexanderbez marked this pull request as ready for review September 15, 2021 15:37
@alexanderbez
Copy link
Contributor Author

I think we can merge this once CI passes. If there are future versions of the SDK and/or ibc-go that we want to use, we can simply create PRs to bump go.mod in a future PR.

Copy link
Contributor

@amaury1093 amaury1093 left a comment

Choose a reason for hiding this comment

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

lgtm!

app/app.go Show resolved Hide resolved
yaruwangway and others added 23 commits September 16, 2021 14:25
* gaia upgrade prepare

* app updates

* app updates

* Update cmd/gaiad/cmd/root.go

* Update cmd/gaiad/cmd/root.go

* app updates

* app updates

* app updates

* gaia v5 to v6

* remove redundancy, change "umeeApp" to "gaiaApp"

* change upgrade name from "gaia-v6.0.0" to "vega"

* readme for local test

* add module versions

* add liquidity

* add authz and fee grant

* add authz and grantfee

* remove ibc from storeUpgrade

* change upgrade readme

* upgrade readme modify

* use a created validator

* change validator

* Bump liquidity module to v1.3.0 based sdk v0.43.0

* docs: update changelog for liquidity

* build: bump liquidity version to v1.4.0

* docs: update CHANGELOG.md

* docs: lint CHANGELOG.md

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: yaruwang <yaruwang.materials@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: kogisin <jaybkim2@gmail.com>
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.

8 participants