This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLT-807 Change behavior of MustPayToPubKeyAddress and MustPayToOtherS…
…cript w.r.t datum in transaction body * Changed `MustPayToPubKeyAddress` and `MustPayToOtherScript` so that they don't add the datum in the transaction body by default. Need to use `MustIncludeDatumInTx` instead. * Changed the name of the constraint `MustIncludeDatum` to `MustIncludeDatumInTx`. This constraint adds the datum in the transaction body iif there's a transaction output with the same datum hash.
- Loading branch information
1 parent
725185d
commit 058ebbe
Showing
22 changed files
with
993 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.