Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tari-universe): list substates and export templates (#35)
Description --- This PR contains refactored code with two main cases: 1. export Template Factory template 2. ~fix Tari Universe provider `listSubstates` function~ this one was fixed in [this PR from Tari Universe](tari-project/tari-universe#131) Motivation and Context --- This refactor was done to support [Tari Template Web](https://github.com/tari-project/tari-template-web) and allow to use it within Tari Universe. How Has This Been Tested? --- The package was built locally and tested with [Tari Template Web](https://github.com/tari-project/tari-template-web) and Tari Universe. What process can a PR reviewer use to test or verify this change? --- Pull this branch, build and use locally e.g. with Tari Template Web. <!-- Checklist --> <!-- 1. Is the title of your PR in the form that would make nice release notes? The title, excluding the conventional commit tag, will be included exactly as is in the CHANGELOG, so please think about it carefully. --> Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
- Loading branch information