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
To reduce maintenance burden we could either delete the MVar DBLayer, or have it share pure model code with the state-machine tests. Since the MVar DB is a useful diagnostic tool, let's keep it for now. Also its model datatype works better than the one in StateMachine.hs.
Decision
Create a module Cardano.Wallet.DB.Model and move the data types from MVar to there, and modify them for rollback.
Context
To reduce maintenance burden we could either delete the MVar DBLayer, or have it share pure model code with the state-machine tests. Since the MVar DB is a useful diagnostic tool, let's keep it for now. Also its model datatype works better than the one in
StateMachine.hs
.Decision
Create a module
Cardano.Wallet.DB.Model
and move the data types from MVar to there, and modify them for rollback.Acceptance Criteria
Development Plan
PR
master
QA
This is a refactor so the existing tests will cover it.
The text was updated successfully, but these errors were encountered: