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

Rename Direct Keymanager to Imported #7549

Merged
merged 6 commits into from
Oct 16, 2020
Merged

Rename Direct Keymanager to Imported #7549

merged 6 commits into from
Oct 16, 2020

Conversation

rauljordan
Copy link
Contributor

@rauljordan rauljordan commented Oct 15, 2020

This is part of #7515. This PR Removes all instances of non-HD or direct wallets and renames them to imported to reflect that they must be initialized by importing keystores from an external source

@@ -43,7 +43,7 @@ func (k Kind) String() string {
switch k {
case Derived:
return "derived"
case Direct:
case Imported:
return "direct"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not changed because it will break people's wallets

Copy link
Contributor

Choose a reason for hiding this comment

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

If theres anytime to do this isn't it for the beta release?

@rauljordan rauljordan marked this pull request as ready for review October 16, 2020 16:44
@rauljordan rauljordan requested a review from a team as a code owner October 16, 2020 16:44
@rauljordan rauljordan self-assigned this Oct 16, 2020
@rauljordan rauljordan added Accounts Ready For Review A pull request ready for code review labels Oct 16, 2020
Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

Looks good. I didn't check if it needs to align with the docs portal. Please make sure that it algns. Thank you

@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #7549 into master will increase coverage by 0.14%.
The diff coverage is 51.66%.

@@            Coverage Diff             @@
##           master    #7549      +/-   ##
==========================================
+ Coverage   61.67%   61.81%   +0.14%     
==========================================
  Files         424      424              
  Lines       29897    29897              
==========================================
+ Hits        18439    18482      +43     
+ Misses       8491     8447      -44     
- Partials     2967     2968       +1     

@rauljordan rauljordan merged commit 7e44d1e into master Oct 16, 2020
@delete-merged-branch delete-merged-branch bot deleted the rename-direct branch October 16, 2020 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants