Skip to content

Commit 3b25816

Browse files
wip Store UTxOHistory
1 parent 0714090 commit 3b25816

File tree

3 files changed

+395
-2
lines changed

3 files changed

+395
-2
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ source-repository-package
156156
source-repository-package
157157
type: git
158158
location: https://github.com/cardano-foundation/cardano-wallet-agda
159-
tag: 33702851de8b846cc0bb9c48ee24c987e6d02c01
160-
--sha256: 0qiffp4dgz2c8wjjs4qk8g307a8li2lcczbdzinfcyxn0q01pcvy
159+
tag: 5a24dca9b1d884688483ad78a00b8f7485d522a4
160+
--sha256: 1r05aihgwx3if6lxq8vs07scaz4bxkgnrii60wn3zpi6r1gmrpq9
161161
subdir: lib/customer-deposit-wallet-pure
162162

163163
-- With (semi-circular) dependency on cardano-wallet-read:

lib/customer-deposit-wallet/customer-deposit-wallet.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ library
5858
, contra-tracer
5959
, customer-deposit-wallet-pure
6060
, delta-store
61+
, delta-table
6162
, delta-types
6263
, io-classes
6364
, iohk-monitoring-extra
@@ -70,6 +71,7 @@ library
7071
exposed-modules:
7172
Cardano.Wallet.Deposit.IO
7273
Cardano.Wallet.Deposit.IO.DB
74+
Cardano.Wallet.Deposit.IO.DB.Store.UTxO.UTxOHistory
7375
Cardano.Wallet.Deposit.IO.Network.Mock
7476
Cardano.Wallet.Deposit.IO.Network.Type
7577
Cardano.Wallet.Deposit.Pure

0 commit comments

Comments
 (0)