Commit ee81044
authored
feat: adding latest changes from beaker template (debugger, typed simulate) (#2)
* feat: adding latest changes from beaker template (debugger, typed simulate)
* chore: minor tweaks
* refactor: simplifying configuration and test variations
* chore: fixing typos
* feat: Update contract.py.j2 templates
- Updated the `hello` method in the `contract.py.j2` template files to return a modified greeting message.
- The greeting message now includes a comma after "Hello" for better readability and clarity.1 parent a8c9a1b commit ee81044
File tree
198 files changed
+3050
-243
lines changed- includes
- template_content
- .algokit/generators/create_contract/smart_contracts/{% raw %}{{ contract_name }}{% endraw %}
- smart_contracts
- {{ contract_name }}
- {% if ide_vscode %}.vscode{% endif %}
- {% if use_python_pytest %}tests{% endif %}
- {% if use_typescript_jest %}tests{% endif %}
- tests_generated
- test_default_parameters
- .vscode
- smart_contracts/hello_world
- tests
- test_deployment_language-python
- .vscode
- smart_contracts/hello_world
- tests
- test_deployment_language-typescript
- .github/workflows
- .vscode
- tests
- test_ide_jetbrains-False
- .vscode
- smart_contracts/hello_world
- tests
- test_ide_jetbrains-True
- .vscode
- smart_contracts/hello_world
- tests
- test_smart_contract_generator_default_production_preset_python
- .algokit/generators/create_contract/smart_contracts/{{ contract_name }}
- .vscode
- smart_contracts
- cool_contract
- hello_world
- tests
- test_smart_contract_generator_default_production_preset_typescript
- .algokit/generators/create_contract/smart_contracts/{{ contract_name }}
- .github/workflows
- .vscode
- smart_contracts
- cool_contract
- hello_world
- tests
- test_smart_contract_generator_default_starter_preset_python
- .algokit/generators/create_contract/smart_contracts/{{ contract_name }}
- .vscode
- smart_contracts
- cool_contract
- hello_world
- tests
- test_smart_contract_generator_default_starter_preset_typescript
- .algokit/generators/create_contract/smart_contracts/{{ contract_name }}
- .github/workflows
- .vscode
- smart_contracts
- cool_contract
- hello_world
- tests
- test_use_typescript_jest-False
- .github/workflows
- .vscode
- smart_contracts
- hello_world
- helpers
- tests
- test_use_typescript_jest-True
- .github/workflows
- .vscode
- smart_contracts
- hello_world
- helpers
- tests
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+3050
-243
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
58 | 83 | | |
59 | 84 | | |
60 | 85 | | |
| 86 | + | |
61 | 87 | | |
62 | 88 | | |
63 | 89 | | |
| |||
67 | 93 | | |
68 | 94 | | |
69 | 95 | | |
| 96 | + | |
70 | 97 | | |
71 | 98 | | |
72 | 99 | | |
73 | 100 | | |
74 | 101 | | |
| 102 | + | |
75 | 103 | | |
76 | 104 | | |
77 | 105 | | |
78 | 106 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 107 | | |
85 | 108 | | |
| 109 | + | |
86 | 110 | | |
87 | 111 | | |
88 | 112 | | |
89 | 113 | | |
90 | 114 | | |
| 115 | + | |
91 | 116 | | |
92 | 117 | | |
93 | 118 | | |
94 | 119 | | |
95 | 120 | | |
96 | 121 | | |
| 122 | + | |
97 | 123 | | |
98 | 124 | | |
99 | 125 | | |
100 | 126 | | |
101 | 127 | | |
102 | 128 | | |
| 129 | + | |
103 | 130 | | |
104 | 131 | | |
105 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
59 | 72 | | |
60 | 73 | | |
61 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
0 commit comments