-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #348 from multiversx/cpp-cleanup
Smart contract projects cleanup
- Loading branch information
Showing
9 changed files
with
6 additions
and
500 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
from multiversx_sdk_cli.projects.core import (build_project, clean_project, | ||
get_projects_in_workspace, | ||
load_project, run_tests) | ||
from multiversx_sdk_cli.projects.project_base import Project | ||
from multiversx_sdk_cli.projects.project_clang import ProjectClang | ||
from multiversx_sdk_cli.projects.project_cpp import ProjectCpp | ||
from multiversx_sdk_cli.projects.project_rust import ProjectRust | ||
from multiversx_sdk_cli.projects.project_sol import ProjectSol | ||
from multiversx_sdk_cli.projects.report.do_report import do_report | ||
from multiversx_sdk_cli.projects.templates import Contract | ||
|
||
__all__ = ["build_project", "clean_project", "do_report", "run_tests", "get_projects_in_workspace", "load_project", "Project", "ProjectClang", "ProjectCpp", "ProjectRust", "ProjectSol", "Contract"] | ||
__all__ = ["build_project", "clean_project", "do_report", "run_tests", "load_project", "Project", "ProjectRust", "Contract"] |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.