Commit 6329f33
authored
feat: init wizard v2 improvements (#5)
* chore: wip
* chore: test
* chore: aligning names for launch configs
* chore: removing orchestrator changes
* chore: minor tweaks
* refactor: restructure and simplify tests
* chore: minor tweaks
* chore: minor tweaks
* chore: using algokit from preview branch
* chore: refining preset question
* chore: minor tweaks
* chore: minor tweaks
* chore: minor tweaks in copier
* chore: remove zendesk actions
* refactor: addressing pr comments
* chore: patching ci
* chore: merge conflicts
* chore: patching copier conditional for jest/pytest
* chore: minor polishing; adding code tours
* chore: refining ci dependencies1 parent 9230397 commit 6329f33
File tree
249 files changed
+2762
-399
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- .playground
- examples
- generators
- production_puya_smart_contract_python
- .algokit/generators/create_contract
- smart_contracts/{{ contract_name }}
- .github/workflows
- .tours
- .vscode
- smart_contracts
- cool_contract
- hello_world
- helpers
- tests
- production_puya_smart_contract_typescript
- .algokit/generators/create_contract
- smart_contracts/{{ contract_name }}
- .github/workflows
- .tours
- .vscode
- smart_contracts
- cool_contract
- hello_world
- helpers
- tests
- starter_puya_smart_contract_python
- .algokit/generators/create_contract
- smart_contracts/{{ contract_name }}
- .github/workflows
- .tours
- .vscode
- smart_contracts
- cool_contract
- hello_world
- helpers
- starter_puya_smart_contract_typescript
- .algokit/generators/create_contract
- smart_contracts/{{ contract_name }}
- .github/workflows
- .tours
- .vscode
- smart_contracts
- cool_contract
- hello_world
- helpers
- production_puya
- .github/workflows
- .tours
- .vscode
- smart_contracts
- hello_world
- helpers
- tests
- starter_puya
- .github/workflows
- .tours
- .vscode
- smart_contracts
- hello_world
- helpers
- template_content
- smart_contracts
- {% if ide_jetbrains %}.idea{% endif %}/runConfigurations
- {% if ide_vscode %}.tours{% endif %}
- {% if ide_vscode %}.vscode{% endif %}
- {% if use_github_actions %}.github{% endif %}/workflows
- tests_generated
- test_smart_contract_generator_default_production_preset_python
- test_smart_contract_generator_default_production_preset_typescript
- test_smart_contract_generator_default_starter_preset_python
- test_smart_contract_generator_default_starter_preset_typescript
- tests
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
249 files changed
+2762
-399
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
0 commit comments