Skip to content

Commit e035da3

Browse files
committed
chore: compile all
1 parent 702cf0b commit e035da3

File tree

120 files changed

+19883
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+19883
-52
lines changed

test_cases/abi_routing/out/module.awst

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_cases/arc4_signature/contract.log

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_cases/arc4_signature/out/ContractOne.approval.puya.map

Lines changed: 211 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
total_bytes = 74
2+
total_ops = 25
3+
constant_bytes = 37
4+
constant_ops = 5
5+
control_flow_bytes = 11
6+
control_flow_ops = 2
7+
stack_bytes = 0
8+
stack_ops = 0
9+
other_bytes = 25
10+
other_ops = 18
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
#pragma version 11
2+
#pragma typetrack false
3+
4+
// algopy.arc4.ARC4Contract.approval_program() -> uint64:
5+
main:
6+
// arc4_signature/contract.py:16
7+
// class ContractOne(ARC4Contract):
8+
txn NumAppArgs
9+
bz main___algopy_default_create@10
10+
txn OnCompletion
11+
!
12+
assert
13+
txn ApplicationID
14+
assert
15+
pushbytess 0xa78000de 0x06c5e6a4 0x21c803c0 // method "test()void", method "some_method()uint64", method "test_reference_types()void"
16+
txna ApplicationArgs 0
17+
match main_test_route@4 main_some_method_route@5 main_test_reference_types_route@6
18+
err
19+
20+
main_test_reference_types_route@6:
21+
// arc4_signature/contract.py:31
22+
// @abimethod
23+
pushint 1
24+
return
25+
26+
main_some_method_route@5:
27+
// arc4_signature/contract.py:27
28+
// @abimethod
29+
pushbytes 0x151f7c75000000000000007b
30+
log
31+
pushint 1
32+
return
33+
34+
main_test_route@4:
35+
// arc4_signature/contract.py:17
36+
// @abimethod
37+
pushint 1
38+
return
39+
40+
main___algopy_default_create@10:
41+
txn OnCompletion
42+
!
43+
txn ApplicationID
44+
!
45+
&&
46+
return

0 commit comments

Comments
 (0)