File tree
7 files changed
+11
-13
lines changed- scripts
7 files changed
+11
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
Submodule cardano-transaction-lib updated 65 files
- CHANGELOG.md+1
- Makefile+7-2
- fixtures/test/ogmios/chainTip-256cc6b0599bbd3f1b492083ce01dbf1.json+1
- fixtures/test/ogmios/chainTip-33384ff2ce253b20ed805395c5f719b5.json+1
- fixtures/test/ogmios/chainTip-352e247aaf34f5ef063e7bd40c3e6da1.json+1
- fixtures/test/ogmios/chainTip-3b2a514f29561154784c3ff3b9014f7b.json+1
- fixtures/test/ogmios/chainTip-413f14ac202089f297cef36743fdc3af.json+1
- fixtures/test/ogmios/chainTip-45449728188ad3ad324c21d3da6d4878.json+1
- fixtures/test/ogmios/chainTip-5702801170e294405944b2c20ea84f92.json+1
- fixtures/test/ogmios/chainTip-5e316fd232ed7a93f434260692fadb42.json+1
- fixtures/test/ogmios/chainTip-74ab6d8659a259f85e4bce30be904451.json+1
- fixtures/test/ogmios/chainTip-7c012adccbd90622d09a4efcf98ef5ba.json+1
- fixtures/test/ogmios/chainTip-84d84f6061c30740ebfef15fa6898d04.json+1
- fixtures/test/ogmios/chainTip-89419e60a37ad985d0f6a3f1dbdf3a57.json+1
- fixtures/test/ogmios/chainTip-9d9094430c84b08573785786d2d9263e.json+1
- fixtures/test/ogmios/chainTip-deafb6615f772fbdf1429dfebc39c25d.json+1
- fixtures/test/ogmios/chainTip-e121a9c9f5e425ad58f84db940082abb.json+1
- fixtures/test/ogmios/chainTip-e17c77f317db5ef57634c48500baf319.json+1
- fixtures/test/ogmios/chainTip-ee3c92f2b0da1d37b289e8baff88f2ff.json+1
- fixtures/test/ogmios/currentEpoch-36660e59856b4de58a219bcf4e27eba3.json+1
- fixtures/test/ogmios/currentEpoch-4734ba6f3de83d861c3176a6273cac6d.json+1
- fixtures/test/ogmios/currentEpoch-8c19f571e251e61cb8dd3612f26d5ecf.json+1
- fixtures/test/ogmios/currentEpoch-d6baf65e0b240ce177cf70da146c8dc8.json+1
- fixtures/test/ogmios/currentEpoch-e56954b4f6347e897f954495eab16a88.json+1
- fixtures/test/ogmios/currentProtocolParameters-2adce4ab4ea7749607673c7c4ae75712.json+1
- fixtures/test/ogmios/eraSummaries-09c1f918b78f701df43777607d0ca090.json+1
- fixtures/test/ogmios/eraSummaries-6df28f7065f77208bb3d8a86e17d2629.json+1
- fixtures/test/ogmios/eraSummaries-d5d029cfd6b75f3f4402131b67402b32.json+1
- fixtures/test/ogmios/eraSummaries-dd511bb2ee535232ffb380a5c5545b79.json+1
- fixtures/test/ogmios/eraSummaries-eba8639c38a39eb796f833d7a3b647cf.json+1
- fixtures/test/ogmios/systemStart-da1980dfd588d382e7298a4262f88182.json+1
- fixtures/test/ogmios/utxo-0f3cfe461ef12cb8b4fe098809df8824.json+1
- fixtures/test/ogmios/utxo-2a97de472129f4670274098942f89427.json+1
- fixtures/test/ogmios/utxo-3162d868573db1663f89bfe084a436b8.json+1
- fixtures/test/ogmios/utxo-5eabe578ab04685dfdd389f51fa49c74.json+1
- fixtures/test/ogmios/utxo-72527648b478af0745e650679f674f26.json+1
- fixtures/test/ogmios/utxo-7736c8109ebdd6b31eff13fb763c211f.json+1
- fixtures/test/ogmios/utxo-9c0cc3314813f1354f1398e17ef66032.json+1
- fixtures/test/ogmios/utxo-b9d011480174e54980dc3c4026f9d0f1.json+1
- fixtures/test/ogmios/utxo-d751713988987e9331980363e24189ce.json+1
- fixtures/test/ogmios/utxo-e62e3b660031b7653f02efc9406fd692.json+1
- fixtures/test/ogmios/utxo-ef19a5efd09808def062e916aa2e5df5.json+1
- flake.lock+4-4
- flake.nix+41-1
- nix/default.nix+4-3
- spago-packages.nix+24
- spago.dhall+6-1
- src/Cardano/Types/Transaction.purs+1-1
- src/Contract/Chain.purs+8
- src/Deserialization/Transaction.purs+6-5
- src/QueryM.purs+9-4
- src/QueryM/Ogmios.purs+169-167
- src/QueryM/WaitUntilSlot.purs+139
- src/Serialization.purs+1-1
- src/Types/Interval.purs+1
- src/Types/TxConstraints.purs+10-5
- test/AffInterface.purs+18-8
- test/Fixtures/CostModels.purs+168-170
- test/Ogmios/Aeson.purs+142
- test/Ogmios/GenerateFixtures.js+7
- test/Ogmios/GenerateFixtures.purs+148
- test/Plutus/Conversion/Address.purs+2-2
- test/Plutus/Conversion/Value.purs+2-2
- test/Unit.purs+2
- test/Utils.purs+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Submodule nft-marketplace updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 183 | + | |
| 184 | + | |
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
| |||
Submodule seabug-contracts updated 13 files
- flake.lock+289-55
- flake.nix+7-2
- packages.dhall+4-1
- spago-packages.nix+42-6
- spago.dhall+1-1
- src/Seabug/CallContract.purs-1
- src/Seabug/Contract/MarketPlaceBuy.purs+12-15
- src/Seabug/Metadata.purs-1
- src/Seabug/Metadata/Types.purs+2-7
- src/Seabug/Seabug.purs+5-1
- src/Seabug/Test.purs-1
- src/Seabug/Types.purs+1-7
- test/Main.purs+2-5
0 commit comments