-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugins Manager: Changes in types & loading.
* Different types for valid and invalid plugins instead of using the same time with various states. * Plugin manager provides different APIs for valid and invalid plugins alongside with new function to provide the plugins directories only and ones to get one plugin info based on the provided plugin directory * Change loading internal function to use one function for both plugin types, reducing duplicated code. * Extend proptests and type generation code. * Provide more APIs for get plugins in both states with full info and with paths only + APIs to get infos to one plugin based on the giving plugin directory. * Rename active plugins to installed plugins. * Adjustments in protocol, bindings and tests in ts-bindings * Adjustments for API calls in platform, client and holder. * Plugins Manager: Added unit tests
- Loading branch information
1 parent
dee830f
commit c02e8a6
Showing
42 changed files
with
1,291 additions
and
433 deletions.
There are no files selected for viewing
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.