Skip to content

Commit 10926d6

Browse files
wip Store UTxOHistory
1 parent 81cd5fc commit 10926d6

File tree

3 files changed

+394
-2
lines changed

3 files changed

+394
-2
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ source-repository-package
158158
source-repository-package
159159
type: git
160160
location: https://github.com/cardano-foundation/cardano-wallet-agda
161-
tag: 33702851de8b846cc0bb9c48ee24c987e6d02c01
162-
--sha256: 0qiffp4dgz2c8wjjs4qk8g307a8li2lcczbdzinfcyxn0q01pcvy
161+
tag: 5a24dca9b1d884688483ad78a00b8f7485d522a4
162+
--sha256: 1r05aihgwx3if6lxq8vs07scaz4bxkgnrii60wn3zpi6r1gmrpq9
163163
subdir: lib/customer-deposit-wallet-pure
164164

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ library
7171
exposed-modules:
7272
Cardano.Wallet.Deposit.IO
7373
Cardano.Wallet.Deposit.IO.DB
74+
Cardano.Wallet.Deposit.IO.DB.Store.UTxO.UTxOHistory
7475
Cardano.Wallet.Deposit.IO.Network.Mock
7576
Cardano.Wallet.Deposit.IO.Network.Type
7677
Cardano.Wallet.Deposit.Pure

0 commit comments

Comments
 (0)