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
Hi, this was exactly one of the main objectives of #18824.
The idea was to use this repo as a crypto module to encapsulate every crypto related code. In there there's also a first implementation of the above mentioned ADR.
Summary
I'd like to import the crypto package to interact with keys / keyrings without importing the whole SDK (due to dependency issues).
It should be pretty simple to spin out as per our convo with @tac0turtle, the only problems I see are:
cosmos-sdk/types/tx/amino
.types/errors
Problem Definition
No response
Proposed Feature
Spin out the package into a submodule called
cosmossdk.io/crypto
The text was updated successfully, but these errors were encountered: