Skip to content

Commit 56d5c80

Browse files
authored
Replace log with tracing and trace NativeTask execution (#3464)
1 parent 6b36ada commit 56d5c80

File tree

95 files changed

+614
-633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+614
-633
lines changed

tee-worker/client-api/src/omni/interfaces/omniExecutor/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default {
77
},
88
},
99
NativeTaskWrapper: {
10+
id: "String",
1011
task: "NativeTask",
1112
nonce: "Option<Nonce>",
1213
auth: "Option<OmniAuth>",

0 commit comments

Comments
 (0)