-
Notifications
You must be signed in to change notification settings - Fork 132
Method call itxn #387
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
Method call itxn #387
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
8ac26ea
define reference type spec
barnjamin 531fe7d
fmt, lint
barnjamin af97dda
merge
barnjamin ad85a13
adding itxn method call method
barnjamin cdc21f1
moved method_return to ast
barnjamin d8ac02b
fmt
barnjamin cb2f236
Create params and holding objects for references (#385)
jasonpaulos 7628696
Merge branch 'feature/abi' into reference-typespec
barnjamin a13d025
Merge branch 'reference-typespec' into method-call-itxn
barnjamin c8b779b
tmp
barnjamin 10b3cae
Merge branch 'reference-typespec' into method-call-itxn
barnjamin 9b4ae65
merged and type checking
barnjamin 8d6b406
fix method return imports
barnjamin 07e8419
gen init
barnjamin 23cb458
fmt
barnjamin 403c79a
Merge branch 'reference-typespec' into method-call-itxn
barnjamin f2a6f9f
another method return path fix
barnjamin d7604da
adding transactions
barnjamin 58d4784
Fmt
barnjamin b9bc181
allow passing fields for app call transaction
barnjamin 765ecb0
rename
barnjamin 14f11b0
more explicit uint8ify, add comments
barnjamin 3401a3d
making MethodCall use kwargs
barnjamin 1382fc1
merge
barnjamin 3d1777a
Update pyteal/ast/abi/util.py
barnjamin 85b07be
Update pyteal/ast/abi/util_test.py
barnjamin d938c0f
Update pyteal/ast/abi/util.py
barnjamin eb57c34
Update pyteal/ast/router.py
barnjamin 95c1d40
Update pyteal/ast/itxn.py
barnjamin 1151146
Update pyteal/ast/itxn.py
barnjamin fca4ac8
Update pyteal/ast/itxn.py
barnjamin 9d1bf7d
fix union notation
barnjamin 243d7a4
fix test
barnjamin 8a320a1
fmt
barnjamin 3305f13
update to use 3.10 notation everywhere in itxn
barnjamin c8c9d76
Adding test cases for method sig => types method
barnjamin 5c4c202
return None if
barnjamin d74b846
fix typing
barnjamin 211fa11
Adding test cases for MethodCall
barnjamin cbefd19
modify and use uint_encode
barnjamin 67054a8
Update pyteal/ast/abi/util.py
barnjamin 405fe92
parameterizing cases
barnjamin 54aac18
fix types
barnjamin bc689f1
Fix recursive import in a different way (#420)
jasonpaulos 83b77ba
partial cr
barnjamin 49c6fc7
adding check for transaction type
barnjamin 06bcb40
starting doc string
barnjamin f059da1
starting doc string
barnjamin 6f21749
improve tests, rename fields to extra_fields
barnjamin 79f1ed6
add check for match scratch slot refs
barnjamin b3c2468
improve tests and docstring further, mypy doesnt like walrus
barnjamin 66c4239
fix mypy issues
barnjamin 02e77ed
fix ref test
barnjamin 04b9168
adding additional check, fixup docs
barnjamin 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.