-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update smart contract tutorial to use V1 of LIGO #135
Conversation
timothymcmackin
commented
Oct 31, 2023
•
edited
Loading
edited
- Update this tutorials to use v1 of LIGO
- Use "tez" instead of "xtz"
- I've tested with ligo 1.1.0 and it works. No need to require v 1.1.0, so it says 1.0.0 or later.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
🚀
0bc8af6
to
f762832
Compare
f762832
to
8f35fbf
Compare
The base branch was changed.
8f35fbf
to
d6f29fb
Compare
Also ligo 1.1.0 is out |
Yes, I tested this with ligo 1.1.0 and it still works, but there's no reason to require 1.1.0. |
If you don't need Interfaces, just 1.0.0 is fine, otherwise you will have troubles XD |
d6f29fb
to
6a03658
Compare
Got it. I'll merge these updates now and we can keep iterating on improved versions as LIGO improves. |