cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
758 stars 213 forks source link

[ADP-3335] Add `withDBHandleInMemory` #4525

Closed HeinrichApfelmus closed 3 months ago

HeinrichApfelmus commented 3 months ago

This pull request adds a function withDBHandleInMemory and uses it in Cardano.Wallet.Deposit.IO.DB.

Comment

This pull request prepares the implementation of a mock environment for the Deposit Wallet. In turn, this enables execution of user scenarios.

Issue Number

ADP-3335