-
Notifications
You must be signed in to change notification settings - Fork 612
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 package to v4 #1359
Milestone
Comments
9 tasks
9 tasks
crodriguezvega
pushed a commit
that referenced
this issue
Jun 26, 2022
crodriguezvega
pushed a commit
that referenced
this issue
Jun 27, 2022
crodriguezvega
pushed a commit
that referenced
this issue
Jun 27, 2022
crodriguezvega
pushed a commit
that referenced
this issue
Jun 28, 2022
crodriguezvega
pushed a commit
that referenced
this issue
Jun 29, 2022
…cosmos/ibc-go into carlos/#1359-bump-package-to-v4 # Conflicts: # modules/apps/29-fee/keeper/escrow_test.go
crodriguezvega
pushed a commit
that referenced
this issue
Jun 29, 2022
# Conflicts: # modules/apps/27-interchain-accounts/host/types/ack.go # modules/apps/27-interchain-accounts/host/types/ack_test.go # modules/apps/transfer/ibc_module.go # modules/apps/transfer/types/ack.go # modules/apps/transfer/types/ack_test.go # modules/core/04-channel/types/acknowledgement_test.go
crodriguezvega
pushed a commit
that referenced
this issue
Jun 29, 2022
# Conflicts: # modules/apps/27-interchain-accounts/host/types/ack_test.go # modules/apps/transfer/ibc_module.go # modules/apps/transfer/types/ack_test.go
Repository owner
moved this from In progress
to Done
in ibc-go
Jun 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are going to release fee middleware as v4, and since it contains an API breaking change and we follow go semantic versioning, then we need to bump our package. The go.mod file will read:
module github.com/cosmos/ibc-go/v4
All imports will need to change.
The text was updated successfully, but these errors were encountered: