Skip to content

Commit

Permalink
Update offchain.md (#5033)
Browse files Browse the repository at this point in the history
* Update offchain.md

To note interactions with PoI
  • Loading branch information
leoyvens authored Dec 16, 2023
1 parent 5142055 commit 876881d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/implementation/offchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Automated testing for this functionality can be tricky, and will need to be disc
### Notes

- Offchain data sources currently can only exist as dynamic data sources, instantiated from templates, and not as static data sources configured in the manifest.
- Some parts of the existing support for offchain data sources assumes they are 'one shot', meaning only a single trigger is ever handled by each offchain data source. This works well for files, the file is found, handled, and that's it. More complex offchain data sources will require additional planning.
- Some parts of the existing support for offchain data sources assumes they are 'one shot', meaning only a single trigger is ever handled by each offchain data source. This works well for files, the file is found, handled, and that's it. More complex offchain data sources will require additional planning.
- Entities from offchain data sources do not currently influence the PoI. Causality region ids are not deterministic.

0 comments on commit 876881d

Please sign in to comment.