-
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
refactor: remove cosmos/keyring #12576
Conversation
The `replace` for 99designs/keyring to a Cosmos fork of keyring (cosmos/keyring) was added in cosmos#9563 Removal of the `replace` was tracked in cosmos#9568 but never completed. The original issue was fixed in upstream: 99designs/keyring#87 so this PR removes the `replace` and upgrades to the latest release of 99designs/keyring.
I suspect that upgrading to 99designs/keyring v1.2.1 will also resolve #10818 because it includes 99designs/keyring#102 |
I suspect this will also resolve #5759 |
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.
should do some testing before we merge. Thank you for opening this PR
@jleni any chance you can approve this
Codecov Report
@@ Coverage Diff @@
## main #12576 +/- ##
=======================================
Coverage 65.20% 65.20%
=======================================
Files 694 694
Lines 71855 71855
=======================================
+ Hits 46851 46852 +1
+ Misses 22374 22372 -2
- Partials 2630 2631 +1
|
Should we test that this resolves? or should we keep these issues open and review then later? |
ideally yes, would be nice to test |
Can confirm this resolves #5759 (updated PR description)
|
Hi! I can also confirm that no |
@Mergifyio backport release/v0.46.x |
✅ Backports have been created
|
(cherry picked from commit 01b4a42) # Conflicts: # CHANGELOG.md # go.mod # go.sum
* refactor: remove cosmos/keyring (cosmos#12576) (cherry picked from commit 01b4a42) # Conflicts: # CHANGELOG.md # go.mod # go.sum * resolve conflicts * revert extra change * minor cleanup Co-authored-by: Rootul Patel <rootulp@gmail.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Description
Resolves #9568 which should be re-opened and closed after this PR is merged
Resolves #5759
Likely resolves #10818
The
replace
for 99designs/keyring to a Cosmos fork of keyring (cosmos/keyring) was added in #9563Removal of the
replace
was tracked in #9568 but never completed.The original issue was fixed in upstream: 99designs/keyring#87 so this PR removes the
replace
and upgrades to the latest release of 99designs/keyring.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