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
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)
The text was updated successfully, but these errors were encountered:
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 likeatomic.NewAtomicRepository
etc. We should rename them once we finish refactoring.(edit below by qdm12):
AtomicTxRepository
toTxRepository
AtomicTrie
toTrie
AtomicBackend
toBackend
NewAtomicTxRepository
toNewTxRepository
NewAtomicBackend
toNewBackend
ExtractAtomicTxs
->ExtractTxs
The text was updated successfully, but these errors were encountered: