Corrected arc4 types#18
Open
knonode wants to merge 1 commit into
Open
Conversation
…_ai/VerifyMedicalAI.approval.teal new file: projects/challenge/smart_contracts/artifacts/verify_medical_ai/VerifyMedicalAI.arc32.json new file: projects/challenge/smart_contracts/artifacts/verify_medical_ai/VerifyMedicalAI.clear.teal new file: projects/challenge/smart_contracts/artifacts/verify_medical_ai/client.py modified: projects/challenge/smart_contracts/verify_medical_ai/contract.py
Contributor
|
🎉 Congrats on solving the 4th Algorand Python Coding Challenge! I have labeled your PR approved, so you can now claim your certificate. You can claim your certificate of completion NFT here: |
Author
|
Thank you! I learn so much. Joe is amazing teacher:))
Best,,
Hampelman
…On Tue, Apr 30, 2024, 16:35 Chris Kim (Hyunggun) ***@***.***> wrote:
🎉 Congrats on solving the 4th Algorand Python Coding Challenge!
I have labeled your PR approved, so you can now claim your certificate.
You can claim your certificate of completion NFT here:
https://goplausible.xyz/claim/ef5704v2qwccdxhczy2q9xrapp23gh3sxm0gqc3gjya321kvqvm3nenmkqagy123nwcmf19q16fkcecs3157qyxd9fzye5pb2579000
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2DK4VV3NL7TMSWYSUA6H63Y76T2JAVCNFSM6AAAAABGXPGWAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBVGUYTENBXGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…al_ai/VerifyMedicalAI.approval.teal
new file: projects/challenge/smart_contracts/artifacts/verify_medical_ai/VerifyMedicalAI.arc32.json
new file: projects/challenge/smart_contracts/artifacts/verify_medical_ai/VerifyMedicalAI.clear.teal
new file: projects/challenge/smart_contracts/artifacts/verify_medical_ai/client.py
modified: projects/challenge/smart_contracts/verify_medical_ai/contract.py
Algorand Coding Challenge Submission
What was the bug?
Types in
record_ai_infowere incorrectHow did you fix the bug?
In

AiInfoclass the types are declared, so just copy over torecord_ai_infoConsole Screenshot: