fix: replace keyring module to Cosmos' fork#12952
Conversation
julienrbrt
left a comment
There was a problem hiding this comment.
lgtm but I have same the question than in the previous PR (ref #12938 (comment))
alexanderbez
left a comment
There was a problem hiding this comment.
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! |
| ) | ||
|
|
||
| replace ( | ||
| github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 |
There was a problem hiding this comment.
does this need to be added into the upgrading.md?
cc @julienrbrt
There was a problem hiding this comment.
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.mdReviewers 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