hashgraph / hashgraph/guardian
Storing IPFS links of the policies
- Dominant language
- TypeScript
- Stars
- 146
- Forks
- 186
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 126
Description
### Problem description
As we are having every quarter Testnet reset schedule, we are having issues with policies published on Testnet as we are only storing their message IDs which will be reset after every Testnet reset.
Therefore, we are having a process of recreating all the policies IPFS Timestamps in order for us to run the policy on Testnet in Guardian.
### Requirements
1. Need to store all the IPFS links of all the policies available in the repo in Guardian Database.
2. Implementing restore functionality for policies, which will allow to enter this link and import the policy in Guardian.
### Definition of done
1. Storing IPFS links of all the policies available in Methodology Library folder in Guardian repo in Guardian Database.
2. Testing restore functionality for the policies after Testnet Reset.
3. Updating the documentation with all the required changes.
### Acceptance criteria
1. Policies to be restored using IPFS links from Guardian DB.
2. Documented to be updated with detailed process.
Contributor guide
Assessment
This issue has not been assessed yet.