Skip to content

Conversation

@SirSushiAlgo
Copy link

Algorand Coding Challenge Submission

What was the bug?

There was 2 errors:

  • The tealscript command wasn't installed.
  • The return statement of solveThePuzzle() method was commented out.

Bonus: I don't know if it was part of the challenge, but I have a bug with the "*.algo.ts" syntax in the package.json compile-contract command. The program doesn't find the file, I needed to write the correct filename to compile. It's present in the commit.

How did you fix the bug?

For the missing tealscript command, I executed "algokit bootstrap all". It's a local action, so there is nothing to push to correct this issue, it needs to be done on all PC.

For the return statement, I uncommented the line.

Console Screenshot:

image

@iskysun96 iskysun96 added the Approved ✅ Successfully completed the challenge! label Mar 12, 2024
@iskysun96
Copy link
Contributor

Perfect explanation. regarding your bonus comment, this was a bug regarding the old TealScript version. Updated the repo and it should be fixed 👍 You get a bonus point (that doesn't mean anything 🫢) for catching that! Thank you!

🎉 Congrats on solving the 2nd Algorand 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/f5ctf17aqhhzxxhrjgzye58g5fa07tr9x7q1j595041m2t7drgkx4z87neww65f81ehyvkxd7qp0f21pzg7vpdne0vqrncc7m1bv02g

@iskysun96 iskysun96 added the LEGENDARY Recognizing the REAL ones 👑 label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved ✅ Successfully completed the challenge! LEGENDARY Recognizing the REAL ones 👑

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants