-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: transferring the advanced examples from avm-debug
- Loading branch information
1 parent
fee21cf
commit 0efe5c4
Showing
41 changed files
with
177,431 additions
and
4,011 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"txn-group-sources": [] | ||
"txn-group-sources": [ | ||
{ | ||
"sourcemap-location": "../../puya/.algokit/sources/contract/ProofOfAttendance.approval.puya.map", | ||
"hash": "cqTkXo2HRQY5h4/nvU46XmZrHlAe5gCdC/Q9eBAPl5k=" | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
examples/multiRootWorkspace/puya/.algokit/sources/opup/approval.teal.map
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,8 @@ | ||
{ | ||
"version": 3, | ||
"sources": [ | ||
"opup.teal" | ||
], | ||
"names": [], | ||
"mappings": ";AACA" | ||
} |
2 changes: 2 additions & 0 deletions
2
examples/multiRootWorkspace/puya/.algokit/sources/opup/opup.teal
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,2 @@ | ||
#pragma version 6 | ||
int 1 |
8 changes: 6 additions & 2 deletions
8
examples/multiRootWorkspace/puya/.algokit/sources/sources.avm.json
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,8 +1,12 @@ | ||
{ | ||
"txn-group-sources": [ | ||
{ | ||
"sourcemap-location": "contract/ProofOfAttendance.approval.puya.map", | ||
"hash": "cqTkXo2HRQY5h4/nvU46XmZrHlAe5gCdC/Q9eBAPl5k=" | ||
"sourcemap-location": "../../ProofOfAttendance.approval.puya.map", | ||
"hash": "9OQMiPyi2J20NA7qdxurd6RlJi8dTAlzNxPzdR7pjPc=" | ||
}, | ||
{ | ||
"sourcemap-location": "opup/approval.teal.map", | ||
"hash": "p0zHRDBy7V/S2TDcAaXYEd2OF8KSxV/1y0ceYEL6qxU=" | ||
} | ||
] | ||
} |
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,396 changes: 2,137 additions & 2,259 deletions
4,396
...tract/ProofOfAttendance.approval.puya.map → .../puya/ProofOfAttendance.approval.puya.map
Large diffs are not rendered by default.
Oops, something went wrong.
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.