-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: replace keyring module to Cosmos' fork #12952
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but I have same the question than in the previous PR (ref #12938 (comment))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK. I think we should address @julienrbrt's comment though.
Since this is a fork of a module, replacing all occurrences of |
Codecov Report
@@ Coverage Diff @@
## main #12952 +/- ##
==========================================
- Coverage 55.87% 55.58% -0.30%
==========================================
Files 646 647 +1
Lines 54895 54900 +5
==========================================
- Hits 30675 30514 -161
- Misses 21762 21921 +159
- Partials 2458 2465 +7
|
That'd be great! |
@@ -281,6 +281,7 @@ require ( | |||
) | |||
|
|||
replace ( | |||
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this need to be added into the upgrading.md?
cc @julienrbrt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, given all previous versions have this replace too:
https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/go.mod#L162-L163
https://github.com/cosmos/cosmos-sdk/blob/release/v0.45.x/go.mod#L142-L143
Maybe, we should have a section in the docs (but no UPGRADING.md) (https://docs.cosmos.network/main/migrations/intro) that chains are expected to use the same replace directives that are present in simapp
.
Description
Closes: #10220
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...
!
to the type prefix if API or client breaking changeCHANGELOG.md
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...
!
in the type prefix if API or client breaking change