-
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
Decouple auth module from other SDK top-level core packages #4488
Comments
Would be helpful to first list the dependencies 👍 |
Evaluation: required to be moved into
Fine staying in auth (everything else): |
AccountDecoder is now entirely redundant. client package now does no longer depend on x/auth. Context: #4488
AccountDecoder is now entirely redundant. client package now does no longer depend on x/auth. Context: #4488
I had a conversation with @rigelrozanski about |
Work has been done, top level packages don't depend on
Hence closing. |
New Signature interface available in the top level types package. auth.StdSignature implements such interface. User defined auth module can now define their own custom signature types. Work carried out in the context of the following issues: - cosmos#4488 - cosmos#4487
Technical task
We want to remove
auth
package dependency from the following core packages:client
simapp
(unsure about this)server
client/tx/legacy.go
For Admin Use
The text was updated successfully, but these errors were encountered: