-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add asset edit functionality (#58)
* feat: add asset edit functionality * feat: add missing edit functions for services * feat: add getPublisherTrustedAlgorithms helper * fix: test config * chore: fix typo * feat: update edit tests * chore: update package-lock * refactor: add resolvePublisherTrustedAlgorithms to publish and edit flow * fix: handle undefined trustedAlgorithmAssets * docs: add Trusted Algorithms docs link * reafctor: rework asset retrieval and creation * refactor: change lifecyclestate flow * refactor: create checkIfFilesObjectChanged function * refactor: extract createDatatokenAndPricing call from publish and edit * docs: add TODO comment for price change via datatoken replacement * refactor: expose editServicePrice via Nautilus * refactor: improve getAssets return type * refactor: add early continue to resolvePublisherTrustedAlgorithms * refactor: relocate transformAquariusAssetToDDO into utils folder * feat: update tests * refactor: add AssetSpecificProps type * docs: add TODO for AssetSpecificProps type --------- Co-authored-by: Luca Milanese <luca.milanese90@gmail.com> Co-authored-by: Moritz Kirstein <mkirstein@protonmail.com>
- Loading branch information
1 parent
25cd87c
commit e44ffd7
Showing
20 changed files
with
1,681 additions
and
167 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.