File tree Expand file tree Collapse file tree 3 files changed +395
-2
lines changed
lib/customer-deposit-wallet
src/Cardano/Wallet/Deposit/IO/DB/Store/UTxO Expand file tree Collapse file tree 3 files changed +395
-2
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ source-repository-package
156
156
source-repository-package
157
157
type : git
158
158
location : https://github.com/cardano-foundation/cardano-wallet-agda
159
- tag : 33702851de8b846cc0bb9c48ee24c987e6d02c01
160
- --sha256 : 0qiffp4dgz2c8wjjs4qk8g307a8li2lcczbdzinfcyxn0q01pcvy
159
+ tag : 5a24dca9b1d884688483ad78a00b8f7485d522a4
160
+ --sha256 : 1r05aihgwx3if6lxq8vs07scaz4bxkgnrii60wn3zpi6r1gmrpq9
161
161
subdir : lib/customer-deposit-wallet-pure
162
162
163
163
-- With (semi-circular) dependency on cardano-wallet-read:
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ library
58
58
, contra-tracer
59
59
, customer-deposit-wallet-pure
60
60
, delta-store
61
+ , delta-table
61
62
, delta-types
62
63
, io-classes
63
64
, iohk-monitoring-extra
@@ -70,6 +71,7 @@ library
70
71
exposed-modules :
71
72
Cardano.Wallet.Deposit.IO
72
73
Cardano.Wallet.Deposit.IO.DB
74
+ Cardano.Wallet.Deposit.IO.DB.Store.UTxO.UTxOHistory
73
75
Cardano.Wallet.Deposit.IO.Network.Mock
74
76
Cardano.Wallet.Deposit.IO.Network.Type
75
77
Cardano.Wallet.Deposit.Pure
You can’t perform that action at this time.
0 commit comments