Skip to content

Commit

Permalink
wip Store UTxOHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Jul 24, 2024
1 parent 0714090 commit 3b25816
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/cardano-foundation/cardano-wallet-agda
tag: 33702851de8b846cc0bb9c48ee24c987e6d02c01
--sha256: 0qiffp4dgz2c8wjjs4qk8g307a8li2lcczbdzinfcyxn0q01pcvy
tag: 5a24dca9b1d884688483ad78a00b8f7485d522a4
--sha256: 1r05aihgwx3if6lxq8vs07scaz4bxkgnrii60wn3zpi6r1gmrpq9
subdir: lib/customer-deposit-wallet-pure

-- With (semi-circular) dependency on cardano-wallet-read:
Expand Down
2 changes: 2 additions & 0 deletions lib/customer-deposit-wallet/customer-deposit-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ library
, contra-tracer
, customer-deposit-wallet-pure
, delta-store
, delta-table
, delta-types
, io-classes
, iohk-monitoring-extra
Expand All @@ -70,6 +71,7 @@ library
exposed-modules:
Cardano.Wallet.Deposit.IO
Cardano.Wallet.Deposit.IO.DB
Cardano.Wallet.Deposit.IO.DB.Store.UTxO.UTxOHistory
Cardano.Wallet.Deposit.IO.Network.Mock
Cardano.Wallet.Deposit.IO.Network.Type
Cardano.Wallet.Deposit.Pure
Expand Down
Loading

0 comments on commit 3b25816

Please sign in to comment.