Skip to content

Commit

Permalink
[CAPPL-308] Add non-data dependency to chain reader
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier committed Feb 8, 2025
1 parent 42d2956 commit e27d68d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
},
"ContractName": {
"type": "string"
}
},
"NonDataDependency": {
"type": "string",
"description": "an optional step reference that is a non-data dependency for the current step"
}
},
"required": ["ContractReaderConfig", "ReadIdentifier", "ContractAddress", "ContractName"]
},
Expand Down Expand Up @@ -55,4 +59,4 @@
"$ref": "#/$defs/Output"
}
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e27d68d

Please sign in to comment.