-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c0306a
commit b8cf15d
Showing
4 changed files
with
116 additions
and
64 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
84 changes: 42 additions & 42 deletions
84
homestar-runtime/tests/fixtures/test-workflow-add-one-nonced.json
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,46 +1,46 @@ | ||
{ | ||
"tasks": [ | ||
{ | ||
"cause": null, | ||
"meta": { | ||
"fuel": 18446744073709552000, | ||
"memory": 4294967296, | ||
"time": 100000 | ||
}, | ||
"prf": [], | ||
"run": { | ||
"input": { | ||
"args": [1], | ||
"func": "add_one" | ||
}, | ||
"nnc": "1sod60ml6g26mfhsrsa0", | ||
"op": "wasm/run", | ||
"rsc": "ipfs://bafybeia32q3oy6u47x624rmsmgrrlpn7ulruissmz5z2ap6alv7goe7h3q" | ||
} | ||
"tasks": [ | ||
{ | ||
"cause": null, | ||
"meta": { | ||
"fuel": 18446744073709552000, | ||
"memory": 4294967296, | ||
"time": 100000 | ||
}, | ||
"prf": [], | ||
"run": { | ||
"input": { | ||
"args": [1], | ||
"func": "add_one" | ||
}, | ||
{ | ||
"cause": null, | ||
"meta": { | ||
"fuel": 18446744073709552000, | ||
"memory": 4294967296, | ||
"time": 100000 | ||
}, | ||
"prf": [], | ||
"run": { | ||
"input": { | ||
"args": [ | ||
{ | ||
"await/ok": { | ||
"/": "bafyrmie3zzu3mhtyjghgqvskoc7maiiablp2htexigs2xr3lvgt6csslly" | ||
} | ||
} | ||
], | ||
"func": "add_one" | ||
}, | ||
"nnc": "4ja3jhlhs3b9rk3app40", | ||
"op": "wasm/run", | ||
"rsc": "ipfs://bafybeia32q3oy6u47x624rmsmgrrlpn7ulruissmz5z2ap6alv7goe7h3q" | ||
"nnc": "1sod60ml6g26mfhsrsa0", | ||
"op": "wasm/run", | ||
"rsc": "ipfs://bafybeia32q3oy6u47x624rmsmgrrlpn7ulruissmz5z2ap6alv7goe7h3q" | ||
} | ||
}, | ||
{ | ||
"cause": null, | ||
"meta": { | ||
"fuel": 18446744073709552000, | ||
"memory": 4294967296, | ||
"time": 100000 | ||
}, | ||
"prf": [], | ||
"run": { | ||
"input": { | ||
"args": [ | ||
{ | ||
"await/ok": { | ||
"/": "bafyrmig5x46c6nzk74adlo6ffwo4bi7fr42jkv54zqa5kzazfirb47ninm" | ||
} | ||
} | ||
} | ||
] | ||
], | ||
"func": "add_one" | ||
}, | ||
"nnc": "4ja3jhlhs3b9rk3app40", | ||
"op": "wasm/run", | ||
"rsc": "ipfs://bafybeia32q3oy6u47x624rmsmgrrlpn7ulruissmz5z2ap6alv7goe7h3q" | ||
} | ||
} | ||
] | ||
} |