-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for ARC56 typed client generation (#595)
* feat: add support for ARC56 typed client generation
- Loading branch information
1 parent
84d7690
commit 72807c3
Showing
14 changed files
with
67 additions
and
20 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
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
18 changes: 18 additions & 0 deletions
18
...test_generate_client.test_generate_client_python_arc56_filename.-o.client.py.approved.txt
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
DEBUG: Searching for project installed client generator | ||
DEBUG: Running 'poetry show algokit-client-generator --tree' in '{current_working_directory}' | ||
DEBUG: poetry: STDOUT | ||
DEBUG: poetry: STDERR | ||
DEBUG: Running 'pipx --version' in '{current_working_directory}' | ||
DEBUG: pipx: STDOUT | ||
DEBUG: pipx: STDERR | ||
DEBUG: Searching for globally installed client generator | ||
DEBUG: Running 'pipx list --short' in '{current_working_directory}' | ||
DEBUG: pipx: STDOUT | ||
DEBUG: pipx: STDERR | ||
DEBUG: No matching installed client generator found, run client generator via pipx | ||
Generating Python client code for application specified in {current_working_directory}/app.arc56.json and writing to client.py | ||
DEBUG: Running 'pipx run --spec=algokit-client-generator algokitgen-py -a {current_working_directory}/app.arc56.json -o client.py' in '{current_working_directory}' | ||
DEBUG: pipx: STDOUT | ||
DEBUG: pipx: STDERR | ||
STDOUT | ||
STDERR |
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
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
4 changes: 2 additions & 2 deletions
4
tests/project/link/test_link.test_link_command_multiple_names_no_specs_success.approved.txt
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,4 +1,4 @@ | ||
WARNING: No application.json | *.arc32.json files found in <cwd>/projects/project3. Skipping... | ||
WARNING: No application.json | *.arc32.json | *.arc56.json files found in <cwd>/projects/project3. Skipping... | ||
✅ 1/2: Finished processing contract_project_3 | ||
WARNING: No application.json | *.arc32.json files found in <cwd>/projects/project5. Skipping... | ||
WARNING: No application.json | *.arc32.json | *.arc56.json files found in <cwd>/projects/project5. Skipping... | ||
✅ 2/2: Finished processing contract_project_5 |
72807c3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report