-
Notifications
You must be signed in to change notification settings - Fork 132
ABI Type subroutine return #256
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
Merged
Merged
Changes from all commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
dd9abff
wtf
ahangsu d33e26c
update
ahangsu cd7632e
update to f-str
ahangsu a21ce2c
define void type
ahangsu 480ece7
update instantiated computed type returnedType for ABI return in subr…
ahangsu ff0d275
minor
ahangsu 6929922
update stuffs to help infer type annotation of return ABI
ahangsu c24e0bd
minor
ahangsu 9e3989b
minor
ahangsu a1e138e
minor
ahangsu 0d617ff
minor
ahangsu 081bfb6
minor
ahangsu e8e481e
try my best to save stuffs
ahangsu bd29b95
Merge branch 'abi-subroutine' of github.com:algorand/pyteal into abi-…
ahangsu 616968d
simplify decorator to single function
ahangsu 12e3ee4
tear it down
ahangsu f6af8fa
minor
ahangsu fee70a6
sheeeesh emacs
ahangsu 92b4db4
Merge branch 'feature/abi' into abi-subroutine
ahangsu 41ba233
Merge branch 'feature/abi' into abi-subroutine
ahangsu f0101d0
updates
ahangsu 1b5cd6a
Merge branch 'feature/abi' into abi-subroutine
ahangsu a2d9ea2
minor, renaming something
ahangsu 91c87b7
new design, start over
ahangsu 3fb7374
updates
ahangsu 2e27f82
Merge branch 'feature/abi' into abi-subroutine
ahangsu cf3106d
abi fn wrapper for now
ahangsu 6969622
Merge branch 'feature/abi' into abi-subroutine
ahangsu dec018f
minor
ahangsu 54fe3bc
minor update on subroutine def
ahangsu 4e5e1e5
minor fixes
ahangsu 287ba71
minor fixes
ahangsu fa33095
changes
ahangsu 43212b7
more constraint on void ret
ahangsu 31cf527
update comment examples
ahangsu 87c34d8
import from abi
ahangsu b0baea5
update some error msg and comments
ahangsu 1c48d0c
testcases partial
ahangsu 319b953
upgrade testscripts
ahangsu 96f7ede
Bundle optional refactorings to subroutine.py (#308)
michaeldiamant 79d787b
storing local changes
ahangsu ae7b552
Merge branch 'abi-subroutine' of github.com:algorand/pyteal into abi-…
ahangsu 9422ea3
pr review partly
ahangsu 02f442a
pr review partly
ahangsu c9ed2b2
update test script
ahangsu 21447bb
Abi subroutine feature merge (#315)
tzaffi d43905e
Merge branch 'feature/abi' into abi-subroutine
ahangsu d0737ef
resolve conflicts
0e776a4
Merge branch 'abi-subroutine' of github.com:algorand/pyteal into abi-…
73b595f
lint
6557649
Merge branch 'feature/abi' into abi-subroutine
ahangsu 7ace3fc
minor reconstruct
ahangsu 1479959
Merge branch 'abi-subroutine' of github.com:algorand/pyteal into abi-…
386d57b
missing imports
939dea4
missing requirements from bad merge
87eafdd
Merge branch 'feature/abi' into abi-subroutine
ahangsu 4512c96
Merge branch 'feature/abi' into abi-subroutine
ahangsu 69d389b
cooperate with typespec n var def change
ahangsu 5378983
Merge branch 'feature/abi' into abi-subroutine
ahangsu f42339d
update comments
ahangsu 59226b2
some comments resolving?
ahangsu 44003d6
trim
ahangsu 9f13409
update some comments
ahangsu 5941108
bring testcase back
ahangsu c161e22
restriction on output kwarg name
ahangsu d2caed3
stop ci! i am reformatting
ahangsu bba1709
simplify name constrain
ahangsu 4c0858f
resolving comments
ahangsu dc2e060
Merge branch 'feature/abi' into abi-subroutine
ahangsu 95caac5
Use deferred subroutine expression for ABI returns (#328)
jasonpaulos d21e281
Merge branch 'abi-subroutine' of github.com:algorand/pyteal into abi-…
ahangsu fad77c6
hack return from abi var
ahangsu aa6f858
a hack
ahangsu 4c148f7
better returned type
ahangsu b35ce21
simplify
ahangsu 5ae1fe6
Merge branch 'feature/abi' into abi-subroutine
ahangsu a0c6a42
add some compiler test
ahangsu a14f271
flake break no way
ahangsu 365090c
PR comment resolve partial
ahangsu 76acb31
polishing
ahangsu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.