Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Accept test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvisscher committed Sep 22, 2022
1 parent 3e2537d commit 4e74a13
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion plutus-use-cases/test/Spec/future.pir
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@
(vardecl MustSpendPubKeyOutput (fun TxOutRef TxConstraint))
(vardecl
MustSpendScriptOutput
(fun TxOutRef (fun (con data) TxConstraint))
(fun
TxOutRef
(fun (con data) (fun [ Maybe TxOutRef ] TxConstraint))
)
)
(vardecl MustUseOutputAsCollateral (fun TxOutRef TxConstraint))
(vardecl
Expand Down
6 changes: 3 additions & 3 deletions plutus-use-cases/test/Spec/renderCrowdfunding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ Inputs:
Source:
Tx: a461d756dcb403971b1cad49aa06db9ded2ae9913c3a4f4ab9693814ed8f5f42
Output #0
Script: 590b0c0100003323232323232323232323232323...
(PlutusV1) Script: 590b0c0100003323232323232323232323232323...

---- Input 1 ----
Destination: Script: 8ff252c8c5423de7925e0c556871c90ed904ec3beb3dab519e9bfd9f
Expand All @@ -813,7 +813,7 @@ Inputs:
Source:
Tx: 4f3549b97ce27589661068a58674751f01484a0035f20c7704728dc591fc7a54
Output #0
Script: 590b0c0100003323232323232323232323232323...
(PlutusV1) Script: 590b0c0100003323232323232323232323232323...

---- Input 2 ----
Destination: Script: 8ff252c8c5423de7925e0c556871c90ed904ec3beb3dab519e9bfd9f
Expand All @@ -822,7 +822,7 @@ Inputs:
Source:
Tx: 1392dd20a08de6c8f41ed6a1418bd6092c75f95ecbf5e3507e2039b601fc00ba
Output #0
Script: 590b0c0100003323232323232323232323232323...
(PlutusV1) Script: 590b0c0100003323232323232323232323232323...


Outputs:
Expand Down
8 changes: 4 additions & 4 deletions plutus-use-cases/test/Spec/renderGuess.txt
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,11 @@ Balances Carried Forward:
Ada: Lovelace: 100000000

==== Slot #1, Tx #0 ====
TxId: 5568796b424a4afb1246eaa957edf9f4ae89ac2f35b11ee74ea5d6f2f58a9563
TxId: 4d991d5dffc66e9a69e6a32219f488d94d1d0f4edee4364dda65ef74663f573f
Fee: Ada: Lovelace: 184333
Mint: -
Signatures PubKey: 8d9de88fbf445b7f6c3875a14daba94caee2ffcb...
Signature: 5840aae5611913f8c960b9a98d394d80226068af...
Signature: 58407a352730ae1a1f70b79bdf23dbb87c366950...
Inputs:
---- Input 0 ----
Destination: PaymentPubKeyHash: a2c20c77887ace1cd986193e4e75babd8993cfd5... (Wallet 872cb83b5ee40eb23bfdab1772660c822a48d491)
Expand All @@ -578,7 +578,7 @@ Inputs:

Outputs:
---- Output 0 ----
Destination: Script: a1d01b1cce628897d6a8764844dfa44ca74fb82696825afe1526986d
Destination: Script: 2bfc754ffd6c45b9a5fdcf0b9d1299939995067fe8198ab2f7340435
Value:
Ada: Lovelace: 8000000

Expand Down Expand Up @@ -629,6 +629,6 @@ Balances Carried Forward:
Value:
Ada: Lovelace: 100000000

Script: a1d01b1cce628897d6a8764844dfa44ca74fb82696825afe1526986d
Script: 2bfc754ffd6c45b9a5fdcf0b9d1299939995067fe8198ab2f7340435
Value:
Ada: Lovelace: 8000000
2 changes: 1 addition & 1 deletion plutus-use-cases/test/Spec/renderVesting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ Inputs:
Source:
Tx: 0c0ef5d4baac4d090698f3b61b21c442e37e0148c79a7c609cbee09e5735f036
Output #0
Script: 590e820100003323232323232323232323232323...
(PlutusV1) Script: 590e820100003323232323232323232323232323...


Outputs:
Expand Down

0 comments on commit 4e74a13

Please sign in to comment.