-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add support for Boxes #191
Comments
Just Noticed this while posting some Pyteal code to Algonaut. Thanks for making it high priority! |
Hi there! has there been any progress on this? Desperately needing support for boxes ASAP. |
I think so. Consider checking the docs.rs. It could've been among the most recent commits made recently |
Thanks @Sam2much96 for the reply. I have just checked the doc.rs ... I dont think its been commited... https://docs.rs/algonaut_model/0.4.2/algonaut_model/transaction/struct.ApiTransaction.html Do you know when this would be implemented? |
@manuelmauro do you have any update on this progress currently? desperately needing support for boxes |
It isn't in any of the pull requests, open or closed unfortunately, but looking through the Source Code shows that there's code implemented to Search for Box Storages from a SmartContract's app ID. May i suggest you use the Python SDK for implementing the Box storages? or perhaps reconsider Global storage? because, whereas Algonaut cannot programmatically create box storages, it can Search through them. Also, seeing as how it wasn't included in the docs.rs, the documentation might need updating on Box storage implementation in Algonaut. Lastly, Mr Mauro is a Senior engineer at the Foundation, please avoid tagging him directly unless it involves testing data, or critical bugs. |
Hey @Astewart1510! Support for boxes is certainly on top of my list. Unfortunately, being algonaut a personal project, I can't give a clear deadline on when I will get the time to implement it. @Sam2much96 thanks for helping out with your suggestions. Concerning the tagging though, please @Astewart1510 and everyone watching this project feel free to tag me directly for any matter! |
Thank you @manuelmauro for allowing me to tag you, you are so kind! We can get all different types of transactions working but we cant get the box references right, we have tried to hack/stitch the box references into the algonaut SDK but unfortunately, when we issue the signed transaction to the blockchain, we keep receiving the error :
Or this error: |
We just managed to figure it out. So all is good and well. 👍 |
Sweet. Thanks for this @k13n |
Reference commit on
py-algorand-sdk
: https://github.com/algorand/py-algorand-sdk/pull/348/filesThe text was updated successfully, but these errors were encountered: