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

migrate usage of types/store.go to store/types/.. #14406

Closed
2 tasks
tac0turtle opened this issue Dec 23, 2022 · 1 comment · Fixed by #14455
Closed
2 tasks

migrate usage of types/store.go to store/types/.. #14406

tac0turtle opened this issue Dec 23, 2022 · 1 comment · Fixed by #14455
Assignees
Labels
C:Store good first issue T:tech debt Tech debt that should be cleaned up

Comments

@tac0turtle
Copy link
Member

Summary

The types/store.go file aliases many store types to be used throughout the repo, we should migrate all these calls to the unaliased version.

At the end of this issue we should be able to remove types/store.go file

Work

  • Migrate all calls to types/store.go to store/types.
  • Remove alias file in types package
@tac0turtle tac0turtle added good first issue C:Store T:tech debt Tech debt that should be cleaned up labels Dec 23, 2022
@noelukwa
Copy link
Contributor

noelukwa commented Dec 25, 2022

I would like to work on this @tac0turtle .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Store good first issue T:tech debt Tech debt that should be cleaned up
Projects
None yet
2 participants