-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
R4R: hide dbKeybase's constructor #3593
Conversation
crypto/keys.New(string, string) now returns a lazy keybase instance. Function's signature has changed, this this is an SDK Go API breaking change. Remove client.MockKeyBase, superseded by crypto/keys.NewInMemory() Closes: #3592
Doesn't build at the moment. |
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.
Changes LGTM apart from one minor change. Also CI is failing.
Codecov Report
@@ Coverage Diff @@
## develop #3593 +/- ##
===========================================
- Coverage 61.47% 61.42% -0.06%
===========================================
Files 186 186
Lines 13978 13978
===========================================
- Hits 8593 8586 -7
- Misses 4838 4844 +6
- Partials 547 548 +1 |
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 👍 way to kill the old keybase 🗡
crypto/keys.New(string, string) now returns a lazy keybase
instance. Function's signature has changed, this this is
an SDK Go API breaking change.
Remove client.MockKeyBase, superseded by
crypto/keys.NewInMemory()
Closes: #3592
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: