You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system are you using, and which version?
Linux / Ubuntu
Linux / Other
[x ] macOS M1 Pro
Windows
Describe what the problem is?
I think there might be an issue with the vesting example. When I copy and paste the code on the first example and i run the command aiken check
I get an error in the terminal stating that Blake2b_224 is an unknown module.
I could be wrong, but I believe the modules should now be imported from crypto such as
use aiken/crypto.{Blake2b_224, Hash}
use aiken/crypto.{VerificationKey}
What should be the expected behavior?
I expected these modules to be imported without any issue.
Yes you are right @KtorZ . I completely missed it. I am wondering if the organization would be interested in an updated version of the example. I used the vesting example as a way to learn the language a little more and corrected any imports and syntax issues that the broken example had.
What Git revision are you using?
2.39.5
What operating system are you using, and which version?
Describe what the problem is?
I think there might be an issue with the vesting example. When I copy and paste the code on the first example and i run the command
aiken check
I get an error in the terminal stating that Blake2b_224 is an unknown module.
I could be wrong, but I believe the modules should now be imported from crypto such as
What should be the expected behavior?
I expected these modules to be imported without any issue.
Vesting example can be found here.
https://aiken-lang.org/example--vesting
The text was updated successfully, but these errors were encountered: