forked from IntersectMBO/plutus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlutusV3 ScriptContext (IntersectMBO#5449)
- Loading branch information
Showing
14 changed files
with
685 additions
and
92 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
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContexEqualityData-20.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 60538597 | ||
| mem: 200402}) | ||
({cpu: 65159541 | ||
| mem: 214802}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext1-20.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 404224911 | ||
| mem: 1263209}) | ||
({cpu: 471649967 | ||
| mem: 1452669}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext1-4.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 111747759 | ||
| mem: 350281}) | ||
({cpu: 136356335 | ||
| mem: 425597}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext2-20.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 385069422 | ||
| mem: 1201066}) | ||
({cpu: 452356478 | ||
| mem: 1389926}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext2-4.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 106199902 | ||
| mem: 332970}) | ||
({cpu: 130670478 | ||
| mem: 407686}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContextEqualityOverhead-20.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 45770100 | ||
| mem: 199100}) | ||
({cpu: 49082100 | ||
| mem: 213500}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContextEqualityTerm-20.budget.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
({cpu: 588804251 | ||
| mem: 2402046}) | ||
({cpu: 603616251 | ||
| mem: 2466446}) |
3 changes: 3 additions & 0 deletions
3
plutus-ledger-api/changelog.d/20230801_162016_unsafeFixIO_1694.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Added | ||
|
||
- `ScriptContext` type for PlutusV3. |
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.