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

Rename stuttering structs/interfaces in new atomic pkg #728

Open
ceyonur opened this issue Jan 3, 2025 · 0 comments
Open

Rename stuttering structs/interfaces in new atomic pkg #728

ceyonur opened this issue Jan 3, 2025 · 0 comments
Assignees

Comments

@ceyonur
Copy link
Collaborator

ceyonur commented Jan 3, 2025

After doing the refactor most of the atomic stuff moved to atomic pkg. Most of them have Atomic in the struct/constructor names making them stutter like atomic.NewAtomicRepository etc. We should rename them once we finish refactoring.

(edit below by qdm12):

  • AtomicTxRepository to TxRepository
  • AtomicTrie to Trie
  • AtomicBackend to Backend
  • NewAtomicTxRepository to NewTxRepository
  • NewAtomicBackend to NewBackend
  • ExtractAtomicTxs -> ExtractTxs
  • (Maybe more)
@ceyonur ceyonur self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant