cacti
cacti copied to clipboard
feat(cactus-example-tcs-huawei): remove deprecated sample app
cactus-example-tcs-huaweiis usingcactus-plugin-ledger-connector-go-ethereum-socketioandcactus-plugin-ledger-connector-tcs-huawei-socketiowhich will be removed as well. Ths sample app can't exist on it's own.
Closes #3157 Part of #3155
Pull Request Requirements
- [x] Rebased onto
upstream/mainbranch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why. - [x] Have git sign off at the end of commit message to avoid being marked red. You can add
-sflag when usinggit commitcommand. You may refer to this link for more information. - [x] Follow the Commit Linting specification. You may refer to this link for more information.
Character Limit
- [x] Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
- [x] Commit Message per line must not exceed 80 characters (including spaces and special characters).
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.
@petermetz Done, I've added the following to the commit:
- This is not permanent - we'd love to bring the package back once the
necessary refactors are done!
- See issue https://github.com/hyperledger/cacti/issues/3155 on github for more details on context and reasoning
of this decision.
@petermetz Done, I've added the following to the commit:
- This is not permanent - we'd love to bring the package back once the necessary refactors are done! - See issue https://github.com/hyperledger/cacti/issues/3155 on github for more details on context and reasoning of this decision.
@outSH Looks good to me, thank you for adding the extra clarifications!