-
Notifications
You must be signed in to change notification settings - Fork 143
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
Box support for Application calls and Atomic Transaction Composer #338
Conversation
@@ -7,7 +7,8 @@ pushd $rootdir | |||
|
|||
# Reset test harness | |||
rm -rf test-harness | |||
git clone --single-branch --branch master https://github.com/algorand/algorand-sdk-testing.git test-harness | |||
# TODO: Before merging, change branch back to master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Revert this back to master before merging
* Unit test for encoding.py's `encode_as_bytes()`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm approving with the contingency that this shouldn't be merged until algorand/algorand-sdk-testing#181 has been merged, and that right before the merge of this py-algorand-sdk PR, the sdk branch referenced in run_integration.sh
should point to feature/box-storage
This PR includes support for the
boxes
field for appl calls in the Python SDK. Credit to @barnjamin who co-authored and started the foundation for this work.Changes:
BoxReference
type that represents the app index (in the foreign app array) and the name of box to referencegoal
command in this PR.TODO: