hashgraph / hashgraph/guardian
Testing Blocks within a Policies
- Dominant language
- TypeScript
- Stars
- 146
- Forks
- 186
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 126
Description
### Problem description
For testing purposes, we need to create a policy that uses all existing blocks. Each block should perform its intended functionality so that during the flow execution it is easy to identify which block has stopped working
### Requirements
1. All blocks must be used.
2. Each block must be part of a single end-to-end flow, so that a failure in any block results in an error or unexpected data.
3. The policy logic does not have to be tied to real data or real-world behavior.
### Definition of done
1. The requirements are met.
2. The policy flow can be executed.
3. The policy file has been delivered to the team.
Contributor guide
Assessment
This issue has not been assessed yet.