-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puya module / CLI separation #292
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4cf010 - Browse repository at this point
Copy the full SHA f4cf010View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff92752 - Browse repository at this point
Copy the full SHA ff92752View commit details -
- initial module split - decouple parse_docstring - decouple read_source / logging (was using mypy)
Configuration menu - View commit details
-
Copy full SHA for 29f57d4 - Browse repository at this point
Copy the full SHA 29f57d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e8e74 - Browse repository at this point
Copy the full SHA 07e8e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a5e6c - Browse repository at this point
Copy the full SHA a5a5e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bd67a - Browse repository at this point
Copy the full SHA f6bd67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 435079f - Browse repository at this point
Copy the full SHA 435079fView commit details -
fix: evaluate class bodies at module evaluation time, so that any ref…
…erenced constants in e.g. decorators receive the correct value if it's later updated
Configuration menu - View commit details
-
Copy full SHA for 7d2f95c - Browse repository at this point
Copy the full SHA 7d2f95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bb131 - Browse repository at this point
Copy the full SHA 89bb131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93710d7 - Browse repository at this point
Copy the full SHA 93710d7View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d601384 - Browse repository at this point
Copy the full SHA d601384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a58699 - Browse repository at this point
Copy the full SHA 0a58699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca4648 - Browse repository at this point
Copy the full SHA 3ca4648View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71901b - Browse repository at this point
Copy the full SHA f71901bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 025b3d7 - Browse repository at this point
Copy the full SHA 025b3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d35dfc - Browse repository at this point
Copy the full SHA 4d35dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11df82e - Browse repository at this point
Copy the full SHA 11df82eView commit details -
remove implicit assumptions around module/class/func naming conventio…
…ns etc from AWST
Configuration menu - View commit details
-
Copy full SHA for aab9026 - Browse repository at this point
Copy the full SHA aab9026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd3242 - Browse repository at this point
Copy the full SHA 4bd3242View commit details -
- make a range into an expression, fix type of Enumeration and Revers…
…ed nodes - AWST visitor types now partition the set of node types
Configuration menu - View commit details
-
Copy full SHA for 9edffe1 - Browse repository at this point
Copy the full SHA 9edffe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 912a5d1 - Browse repository at this point
Copy the full SHA 912a5d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322e58f - Browse repository at this point
Copy the full SHA 322e58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db7214 - Browse repository at this point
Copy the full SHA 7db7214View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed05b40 - Browse repository at this point
Copy the full SHA ed05b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5340a4 - Browse repository at this point
Copy the full SHA d5340a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c5fcd - Browse repository at this point
Copy the full SHA f5c5fcdView commit details -
add a VoidConstant which can be used together with an ExpressionState…
…ment to make a no-op statement
Configuration menu - View commit details
-
Copy full SHA for fe075c7 - Browse repository at this point
Copy the full SHA fe075c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff2686 - Browse repository at this point
Copy the full SHA 1ff2686View commit details -
fix: allow super().__init__() calls that resolve to object.__init__()…
… as no-ops, this is valid and can be useful in multiple inheritance scenarios
Configuration menu - View commit details
-
Copy full SHA for 066b37b - Browse repository at this point
Copy the full SHA 066b37bView commit details -
fix: fix super() usage in multiple inheritance scenarios
--------- note that this has been fixed over multiple previous commits, almost incidentally as part of the puyapy/puya split, this commit just adds tests that confirm the fix
Configuration menu - View commit details
-
Copy full SHA for a4f5127 - Browse repository at this point
Copy the full SHA a4f5127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 640250a - Browse repository at this point
Copy the full SHA 640250aView commit details -
add passing tests that configure and use cattrs to serialize/unserial…
…ize AWST to JSON
Configuration menu - View commit details
-
Copy full SHA for 7ce83aa - Browse repository at this point
Copy the full SHA 7ce83aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8019117 - Browse repository at this point
Copy the full SHA 8019117View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c254d - Browse repository at this point
Copy the full SHA d2c254dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9776c - Browse repository at this point
Copy the full SHA 0e9776cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3dd33 - Browse repository at this point
Copy the full SHA 4d3dd33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d47dad - Browse repository at this point
Copy the full SHA 1d47dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d8417 - Browse repository at this point
Copy the full SHA e9d8417View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3667cf - Browse repository at this point
Copy the full SHA d3667cfView commit details -
fix: calling
algopy.arc4.arc4_create
oralgopy.arc4.arc4_update
w……ith a ARC4Contract type now works for abimethods that have a return type
Configuration menu - View commit details
-
Copy full SHA for 3f7ee43 - Browse repository at this point
Copy the full SHA 3f7ee43View commit details -
feat:
algopy.arc4.abi_call
,algopy.arc4.arc4_create
and `algopy.a……rc4.arc4_update` now all support txn arguments
Configuration menu - View commit details
-
Copy full SHA for 03dac5c - Browse repository at this point
Copy the full SHA 03dac5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3409f - Browse repository at this point
Copy the full SHA eb3409fView commit details -
fix: when there is exactly 15 arguments to an ABI function, the final…
… argument should not be expected to be automatically tuple-packed
Configuration menu - View commit details
-
Copy full SHA for 860404e - Browse repository at this point
Copy the full SHA 860404eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2bc4df - Browse repository at this point
Copy the full SHA c2bc4dfView commit details
Commits on Sep 3, 2024
-
remove is_abstract flag on ContractFragment, explicit compilation tar…
…gets now working correctly and takes that role instead
Configuration menu - View commit details
-
Copy full SHA for 674b12d - Browse repository at this point
Copy the full SHA 674b12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f69f7f8 - Browse repository at this point
Copy the full SHA f69f7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcd60b - Browse repository at this point
Copy the full SHA adcd60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae350d - Browse repository at this point
Copy the full SHA 4ae350dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddb6c2 - Browse repository at this point
Copy the full SHA 0ddb6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5193cf4 - Browse repository at this point
Copy the full SHA 5193cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba3b72 - Browse repository at this point
Copy the full SHA 4ba3b72View commit details