Commit f540c11
test(plutus): add Plutus V3 array builtin E2E tests
Add E2E tests for indexArray, lengthOfArray, and listToArray builtins introduced in Plutus V3 protocol version 11. These builtins are part of batch6 enhancements that enable efficient array operations in smart contracts.
Tests verify successful execution of array operations through minting policy scripts integrated with the batch6 test suite.1 parent 2c87d77 commit f540c11
File tree
4 files changed
+18
-0
lines changed- cardano_node_tests/tests
- data/plutus/v3/batch6/1.1.0
4 files changed
+18
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
490 | 493 | | |
491 | 494 | | |
492 | 495 | | |
| |||
0 commit comments