algorand / pyteal

Algorand Smart Contracts in Python
https://pyteal.readthedocs.io
MIT License
288 stars 130 forks source link

Better Router Mapping #689

Closed tzaffi closed 1 year ago

tzaffi commented 1 year ago

Along with several tasks hilighted below, the PR improves the hit rate on router generated code by associating most of the previously unmatched lines to specific methods or bare calls. For example, you can see the improvement by looking at some of the diffs in this PR:

image

Other tasks from #681 which were completed

Related PR's and Issues