You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should not export the New constructor of the crypto.Keybase old locking implementation-based dbKeybase. Most of the codebase has already been ported to LazyKeyBase, plus a NewInMemory constructor has already been made available to meet the in-memory keybase use case requirements.
cc @cosmos/cosmossdk
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
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
We should not export the
New
constructor of thecrypto.Keybase
old locking implementation-baseddbKeybase
. Most of the codebase has already been ported toLazyKeyBase
, plus aNewInMemory
constructor has already been made available to meet the in-memory keybase use case requirements.cc @cosmos/cosmossdk
For Admin Use
The text was updated successfully, but these errors were encountered: